OIDC Login Configuration
About 64 wordsLess than 1 minute
2024-11-04
cat conf.toml
[Oidc]
Enable = false // Enable OIDC
ClientId = ""
ClientSecret = ""
Scope = ""
AuthUrl = ""
TokenUrl = ""
UserUrl = ""
RedirectUrL = ""
UserNameKey = "" // Field mapping for username
RealNameKey = "" // Field mapping for real name
EmailKey = "" // Field mapping for email
SessionKey = "" // Field mapping for SessionState
Once configured, you can log in via OIDC.