Hello,
Right now, we can only declare one URL for Keycloak. This URL is used for redirecting the user and calling the API.
In my scenario, I have 2 URLs :
- One for the front channel, the user is redirected to the front page to be able to log in
- One for the back channel, only used for API access between my app and keycloak (exchange tokens, etc...)
Is it possible to have 2 URLs like :
Thanks a lot,