Skip to main content

Module auth

Module auth 

Source
Expand description

This module contains all functions, calls and callbacks to execute the OpenID Authorization Code Flow

Structsยง

OidcHttpContext
The OidcHttpContext is 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.