LubeLogger Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
An Otter Wiki
Openid
7dc2b7
Commit
7dc2b7
2024-03-21 01:57:46
Hargata Softworks
: x
openid.md
..
@@ 12,7 12,7 @@
OpenIDConfig__Scope=The scope for retrieving the user's email claim(usually it's just 'email')
OpenIDConfig__ValidateState=true/false(default: false) - whether LubeLogger should validate state.
OpenIDConfig__DisableRegularLogin=true/false(default: false) - auto re-direct user to OIDC login.
-
OpenIDConfig__LogOutURL=Log Out URL for OIDC Provider, must be provided if DisableRegularLogin=true.
+
OpenIDConfig__LogOutURL=Log Out URL for OIDC Provider, required if DisableRegularLogin=true.
```
If you're using the Windows Standalone executable, add the following section into `appsettings.json`
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9