Get keycloak server access
You ask IHM your current branding configuration to get Keycloak server info
- GET /brandings/my?applicationURL=xxx
It sould be immo.doc-up.online, moncourrier.doc-up.online, moncourrier.docsyndic.fr in production environment
It sould be test-immo.doc-up.online, test-moncourrier@doc-up.online, moncourrier-test.docsyndic.fr in test environment
Get the authenticatorFrontURL and the clientId from the response
{
"result": {
"name": "..",
"properties": {...},
"id": "..",
"virtualHost": ,
"applicationName": "..",
"authenticationRealm": {...},
"logoImageURL": ,
"clientId": "CLIENTID",
"authenticatorFrontURL": "AUTHENTICATORFRONTURL",
"backgroundImageURL":
}
}