WHAT When the operator be deployed it should return by a command line or any other way the config required for the SDK. PS:
- See how it is done in the other projects and try to follow the same standard
- Note that the main info required is the router created for the SDK be able to call the init endpoint.
Following an example.
{ |
"version": 1, |
"namespace": "myproject", |
"clientId": "test-ionic", |
"services": [ |
{ |
"id": "558383a6-2314-11e9-8c19-525400c8ff5e", |
"name": "keycloak", |
"type": "keycloak", |
"url": "https://keycloak-myproject.192.168.42.86.nip.io/auth", |
"config": { |
"auth-server-url": "https://keycloak-myproject.192.168.42.86.nip.io/auth", |
"confidential-port": 0, |
"public-client": true, |
"realm": "myproject", |
"resource": "test-ionic-public", |
"ssl-required": "external" |
} |
} |
] |
}
|
|