Documentation ¶
Index ¶
Constants ¶
View Source
const ( IDPortenClientIDKey = "IDPORTEN_CLIENT_ID" IDPortenJwkKey = "IDPORTEN_CLIENT_JWK" IDPortenRedirectURIKey = "IDPORTEN_REDIRECT_URI" IDPortenWellKnownURLKey = "IDPORTEN_WELL_KNOWN_URL" IDPortenIssuerKey = "IDPORTEN_ISSUER" IDPortenJwksUriKey = "IDPORTEN_JWKS_URI" IDPortenTokenEndpointKey = "IDPORTEN_TOKEN_ENDPOINT" MaskinportenClientIDKey = "MASKINPORTEN_CLIENT_ID" MaskinportenJwkKey = "MASKINPORTEN_CLIENT_JWK" MaskinportenScopesKey = "MASKINPORTEN_SCOPES" MaskinportenWellKnownURLKey = "MASKINPORTEN_WELL_KNOWN_URL" MaskinportenIssuerKey = "MASKINPORTEN_ISSUER" MaskinportenJwksUriKey = "MASKINPORTEN_JWKS_URI" MaskinportenTokenEndpointKey = "MASKINPORTEN_TOKEN_ENDPOINT" )
Keys for outputting data to secrets
Variables ¶
This section is empty.
Functions ¶
func IDPortenClientSecretData ¶
func IDPortenClientSecretData(in *nais_io_v1.IDPortenClient, jwk jose.JSONWebKey, config *config.Config) (map[string]string, error)
func MaskinportenClientSecretData ¶
func MaskinportenClientSecretData(in *nais_io_v1.MaskinportenClient, jwk jose.JSONWebKey, config *config.Config) (map[string]string, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.