Expand description
This module contains all functions, calls and callbacks to execute the OpenID Authorization Code Flow
Structsยง
- Oidc
Http Context - The
OidcHttpContextis the main filter struct and responsible for the OpenID authentication flow. Requests arriving are checked for a valid cookie. If the cookie is valid, the request is forwarded. If the cookie is not valid, the user is redirected to the authorization endpoint.