oidc

package
v1.5.3 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoteOidcAuthenticator

type RemoteOidcAuthenticator struct {
	MainIssuer    string
	IssuerAliases []string
	Audience      string

	JwksURI string
	JWKs    *keyfunc.JWKS
	// contains filtered or unexported fields
}

func NewRemoteOidcAuthenticator

func NewRemoteOidcAuthenticator(mainIssuer string, issuerAliases []string, audience string) (*RemoteOidcAuthenticator, error)

func (*RemoteOidcAuthenticator) Authenticate

func (oidc *RemoteOidcAuthenticator) Authenticate(requestContext context.Context) (*authn.AuthClaims, error)

func (*RemoteOidcAuthenticator) Close

func (oidc *RemoteOidcAuthenticator) Close()

func (*RemoteOidcAuthenticator) GetConfiguration

func (oidc *RemoteOidcAuthenticator) GetConfiguration() (*authn.OidcConfig, error)

func (*RemoteOidcAuthenticator) GetKeys

func (oidc *RemoteOidcAuthenticator) GetKeys() (*keyfunc.JWKS, error)

Jump to

Keyboard shortcuts

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