Update Servers & Workflows/Linux/Authentication/Keycloak/Portainer.md
This commit is contained in:
@ -1,8 +1,14 @@
|
||||
### OAuth2 Configuration
|
||||
These are variables referenced by the associated service to connect it to https://auth.bunny-lab.io, which is a deployment of [Keycloak](test)
|
||||
These are variables referenced by the associated service to connect it to https://auth.bunny-lab.io, which is a deployment of [Keycloak](https://docs.bunny-lab.io/Docker%20%26%20Kubernetes/Docker/Docker%20Compose/Keycloak/).
|
||||
|
||||
## 192.168.3.0/24 Network
|
||||
| **IP Address** | **FQDN** | **Additional Notes** |
|
||||
| :--- | :--- | :--- |
|
||||
| 192.168.3.1 | PFSENSE.arpa.local | pfSense Firewall |
|
||||
| 192.168.3.2 | LAB-JELLY-01.bunny-lab.io | Jellyfin Media Server - Needs Re-Deployed |
|
||||
| **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