package
0.0.0-20250226171102-4db14ec44d68
Repository: https://github.com/cozy/cozy-stack.git
Documentation: pkg.go.dev
# Functions
AccessToken delivers an access_token and a refresh_token if the client gives a valid token for OIDC.
AdminRoutes setup the routing for OpenID Connect on the admin port.
ChooseKeyForIDToken can be used to check an id_token as a JWT.
FindLoginDomain returns the context name for which the login domain matches the host.
GetDelegatedCode is mostly a proxy for the userinfo request made by the cloudery to the OIDC provider.
GetIDTokenKeys returns the keys that can be used to verify that an OIDC id_token is valid.
Login checks that the OpenID Connect has been successful and logs in the user.
LoginDomainHandler is the handler for the requests on the login domain.
Logout is the handler for the OpenID back-channel logout endpoint.
Redirect is the route after the Identity Provider has redirected the user to the stack.
Routes setup routing for OpenID Connect routes.
Start is the route to start the OpenID Connect dance.
StartFranceConnect is the route to start the FranceConnect dance.
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author