Documentation ¶
Overview ¶
Package authorize handles the implementation of endpoints for authorization requests and pushed authorization requests.
In terms of parameter validation, the redirect URI must ALWAYS be validated first. This ensures that any subsequent errors can be properly redirected to the client.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterHandlers ¶
func RegisterHandlers(router *http.ServeMux, config *oidc.Configuration)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.