oidc

package
v0.1.72 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	JWKSURI = "/openid/v1/jwks"
)

Variables

This section is empty.

Functions

func GenerateConfigurationDocument

func GenerateConfigurationDocument(params OIDCGeneratorParams) (io.ReadSeeker, error)

func GenerateJWKSDocument

func GenerateJWKSDocument(params OIDCGeneratorParams) (io.ReadSeeker, error)

Types

type KeyResponse

type KeyResponse struct {
	Keys []jose.JSONWebKey `json:"keys"`
}

type OIDCDocumentGeneratorFunc

type OIDCDocumentGeneratorFunc func(params OIDCGeneratorParams) (io.ReadSeeker, error)

type OIDCGeneratorParams added in v0.1.70

type OIDCGeneratorParams struct {
	IssuerURL string
	PubKey    []byte
}

Jump to

Keyboard shortcuts

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