homelab/server/config/keycloak/README.md

11 lines
920 B
Markdown
Raw Normal View History

2022-10-13 12:26:48 -07:00
# OIDC Configuration Information Table
2022-10-13 09:56:02 -07:00
| Application asks for... | URL |
|:-----------------------:|:---:|
2022-10-13 12:26:48 -07:00
| Client ID | In Keycloak, under the Jafner.net realm, click Clients -> Create Client. Set your own Client ID |
| Client Secret | After creating the client in Keycloak, go to Clients -> <new client> -> Credentials. Then click the copy icon to the right of "Client secret".
| Client Scopes | `email openid profile`
2022-10-13 09:56:02 -07:00
| Authorization URL | https://keycloak.jafner.net/realms/Jafner.net/protocol/openid-connect/auth |
| Access token URL | https://keycloak.jafner.net/realms/Jafner.net/protocol/openid-connect/token |
2022-10-13 12:26:48 -07:00
| Resource URL, Userinfo URL, API URL | https://keycloak.jafner.net/realms/Jafner.net/protocol/openid-connect/userinfo |
2022-10-13 09:56:02 -07:00
| Redirect URL | Use the home URL of the application (e.g. https://portainer.jafner.net)
| Logout URL | https://keycloak.jafner.net/realms/Jafner.net/protocol/openid-connect/logout