Last active
May 15, 2018 12:40
-
-
Save psturc/a577bbe2ddd804b07db778abc6e506b8 to your computer and use it in GitHub Desktop.
Keycloak name & type values missing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": 1, | |
| "clusterName": "https://192.168.37.1:8443", | |
| "namespace": "myproject", | |
| "clientId": "myapp-android", | |
| "services": [ | |
| { | |
| "id": "keycloak-myapp-android-public", | |
| "name": "", | |
| "type": "", | |
| "url": "https://keycloak-myproject.192.168.37.1.nip.io", | |
| "config": { | |
| "auth-server-url": "https://keycloak-myproject.192.168.37.1.nip.io/auth", | |
| "confidential-port": 0, | |
| "public-client": true, | |
| "realm": "myproject", | |
| "resource": "myapp-android-public", | |
| "ssl-required": "external" | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment