Replace test OIDC provider

This commit is contained in:
2024-11-30 09:36:57 +01:00
parent 044b7d0de4
commit 48e9c1d42f
3 changed files with 32 additions and 7 deletions

View File

@ -68,7 +68,7 @@ pub struct AppConfig {
#[arg(
long,
env,
default_value = "http://localhost:9001/.well-known/openid-configuration"
default_value = "http://localhost:9001/dex/.well-known/openid-configuration"
)]
pub oidc_configuration_url: String,