Function route_get_oidc_callback

Source
pub async fn route_get_oidc_callback<US: UserStore>(
    req: HttpRequest,
    oidc_config: Data<OidcConfig>,
    session: Session,
    user_store: Data<US>,
    __arg4: Query<AuthCallbackQuery>,
    service_config: Data<OidcServiceConfig>,
) -> Result<HttpResponse, OidcError>
Expand description

Handle callback from IdP page