Fixed Formatting of Files
All checks were successful
Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 5s
All checks were successful
Automatic Documentation Deployment / Sync Docs to https://kb.bunny-lab.io (push) Successful in 5s
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
tags:
|
||||
- Portainer
|
||||
- Keycloak
|
||||
- OAuth2
|
||||
- Authentication
|
||||
---
|
||||
|
||||
### OAuth2 Configuration
|
||||
These are variables referenced by the associated service to connect its authentication system to [Keycloak](../deployment.md).
|
||||
|
||||
| **Parameter** | **Value** |
|
||||
| :--- | :--- |
|
||||
| Client ID | `container-node-01` |
|
||||
| Client Secret | `https://auth.bunny-lab.io > Clients > container-node-01 > Credentials > Client Secret` |
|
||||
| Authorization URL | `https://auth.bunny-lab.io/realms/master/protocol/openid-connect/auth` |
|
||||
| Access Token URL | `https://auth.bunny-lab.io/realms/master/protocol/openid-connect/token` |
|
||||
| Resource URL | `https://auth.bunny-lab.io/realms/master/protocol/openid-connect/userinfo` |
|
||||
| Redirect URL | `https://192.168.3.19:9443` |
|
||||
| Logout URL | `https://auth.bunny-lab.io/realms/master/protocol/openid-connect/logout` |
|
||||
| User Identifier | `email` |
|
||||
| Scopes | `email openid profile` |
|
||||
|
||||
Reference in New Issue
Block a user