Redirect user for authentication

This commit is contained in:
2023-04-25 17:44:51 +02:00
parent 2fe1b4a8b2
commit 3bc53b8f91
3 changed files with 22 additions and 3 deletions

View File

@@ -80,3 +80,6 @@ pub const OIDC_PROVIDERS_STATE_DURATION: u64 = 60 * 15;
/// OpenID providers configuration constants
pub const OIDC_PROVIDERS_LIFETIME: u64 = 3600;
/// OpenID provider callback URI
pub const OIDC_PROVIDER_CB_URI: &str = "/prov_cb";