Function route_post_oidc

Source
pub async fn route_post_oidc(
    req: HttpRequest,
    __arg1: Form<GetOidcForm>,
    oidc_config: Data<OidcConfig>,
    session: Session,
) -> Result<HttpResponse, OidcError>
Expand description

Endpoint that redirects to the authorize endpoint of the OIDC service