pub async fn route_post_oidc(
__arg0: Extension<OidcConfig>,
session: Session,
__arg2: Host,
__arg3: Form<GetOidcForm>,
) -> Result<Response, OidcError>
Expand description
Endpoint that redirects to the authorize endpoint of the OIDC service