Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleJWKS ¶ added in v1.0.0
func HandleJWKS(w http.ResponseWriter, r *http.Request)
HandleJWKS returns the JWKS (JSON Web Key Set) for OIDC clients @Summary Get JWKS @Description Returns the JSON Web Key Set for verifying JWTs @Tags Well-Known @Accept json @Produce json @Success 200 {object} model.JWKSResponse @Router /oauth2/.well-known/jwks.json [get]
func HandleWellKnownConfig ¶
func HandleWellKnownConfig(w http.ResponseWriter, r *http.Request)
HandleWellKnownConfig handles the .well-known configuration endpoint @Summary Get Well-Known Configuration @Description Returns the OpenID Connect Well-Known Configuration @Tags Well-Known @Accept json @Produce json @Success 200 {object} model.WellKnownConfigResponse @Router /.well-known/openid-configuration [get]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.