Documentation ¶
Overview ¶
Package keycloak verifies tokens issued by the Keycloak identity server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOIDCTokenValidator ¶
NewOIDCTokenValidator returns a token.Validator like NewTokenValidator using well known OIDC configuration for available keys.
func NewTokenValidator ¶
NewTokenValidator returns a token.Validator that validates tokens against the given jwks.KeySet which should be hosted by Keycloak. During validation known Keycloak claims are validated, converted into token.Claims, and returned.
Types ¶
Click to show internal directories.
Click to hide internal directories.