LubeLogger Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
An Otter Wiki
Openid
c8565f
Commit
c8565f
2024-03-21 01:55:57
Hargata Softworks
: z
openid.md
..
@@ 11,6 11,8 @@
OpenIDConfig__RedirectURL=https://<yourlubeloggerdomain.com>/Login/RemoteAuth(must be HTTPS)
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 instead of default login page.
+
OpenIDConfig__LogOutURL=Log Out URL for OIDC Provider, must be provided if DisableRegularLogin is true.
```
If you're using the Windows Standalone executable, add the following section into `appsettings.json`
@@ 24,7 26,9 @@
"TokenURL": "",
"RedirectURL": "",
"Scope": "",
-
"ValidateState": true/false
+
"ValidateState": true/false,
+
"DisableRegularLogin": true/false,
+
"LogOutURL": ""
}
```
@@ 39,6 43,7 @@
OpenIDConfig__RedirectURL=https://localhost:5011/Login/RemoteAuth
OpenIDConfig__Scope=email
OpenIDConfig__ValidateState=true
+
OpenIDConfig__DisableRegularLogin=false
```
## State Validation
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