Documentation
¶
Index ¶
- type RemoteOidcAuthenticator
- func (oidc *RemoteOidcAuthenticator) Authenticate(requestContext context.Context) (*authn.AuthClaims, error)
- func (oidc *RemoteOidcAuthenticator) Close()
- func (oidc *RemoteOidcAuthenticator) GetConfiguration() (*authn.OidcConfig, error)
- func (oidc *RemoteOidcAuthenticator) GetKeys() (*keyfunc.JWKS, error)
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
Subjects []string
JwksURI string
JWKs *keyfunc.JWKS
// contains filtered or unexported fields
}
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)
Click to show internal directories.
Click to hide internal directories.