metadata

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Metadata

type Metadata struct {
	JwksUri string `json:"jwks_uri"`
}

Metadata represents the OIDC metadata response from Okta. We only care about the JWKS URI. See: https://developer.okta.com/docs/reference/api/oidc/#well-known-openid-configuration

type Provider

type Provider interface {
	GetMetadata(ctx context.Context) (Metadata, error)
}

Provider is a pluggable provider of OIDC metadata.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL