Commit 2c9cf6

2025-03-30 17:26:57 Hargata Softworks: x
advanced/openid.md ..
@@ 9,7 9,7 @@
OpenIDConfig__AuthURL=Authorization URL to the Provider's Login Page
OpenIDConfig__TokenURL=URL to retrieve user JWT from the Provider
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__Scope=Scope to request from Provider(default: openid email)
OpenIDConfig__ValidateState=true/false(default: false) - whether LubeLogger should validate state.
OpenIDConfig__UsePKCE=true/false(default: false) - whether LubeLogger should use PKCE
OpenIDConfig__DisableRegularLogin=true/false(default: false) - auto re-direct user to OIDC login.
@@ 26,7 26,7 @@
"AuthURL": "",
"TokenURL": "",
"RedirectURL": "",
- "Scope": "",
+ "Scope": "openid email",
"ValidateState": true/false,
"UsePKCE": true/false,
"DisableRegularLogin": true/false,
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