LubeLogger Wiki
Attachments
History
Blame
View Source
Changelog
Documentation
Toggle dark mode
Login
Home
A - Z
An Otter Wiki
Openid
9b47f1
Commit
9b47f1
2024-02-16 03:18:13
Hargata Softworks
: added windows standalone template
openid.md
..
@@ 12,6 12,20 @@
OpenIDConfig__Scope=The scope for retrieving the user's email claim(usually it's just 'email')
```
+
If you're using the Windows Standalone executable, add the following section into `appsettings.json`
+
+
```
+
"OpenIDConfig": {
+
"Name": "",
+
"ClientId": "",
+
"ClientSecret": "",
+
"AuthURL": "",
+
"TokenURL": "",
+
"RedirectURL": "",
+
"Scope": ""
+
}
+
```
+
The following sample shows how to set up OIDC with Google as the provider with the LubeLogger instance running on https://localhost:5011
```
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