Documentation
¶
Index ¶
Constants ¶
View Source
const ( OidcRoot = "/oidc" CallbackPath = "/callback" InitiatePath = "/sso" )
Default paths for handling OIDC requests.
Variables ¶
This section is empty.
Functions ¶
func RegisterAPIHandler ¶
RegisterAPIHandler enables OIDC-related endpoints.
Types ¶
type IDTokenClaims ¶
type IDTokenClaims struct {
AuthenticationClaim string `json:"authentication_claim"`
DisplayName string `json:"display_name"`
Groups []string `json:"groups"`
}
IDTokenClaims represents the set of claims in an OIDC ID token that we're concerned with.
Click to show internal directories.
Click to hide internal directories.