Hello,
For a project, we try to have to ways to access the bonita platform.
One is with an internal link (let say https://link.internal.web DNS) and one with an internet link (let says https//external.mysite.com).
So we setup eerything in order to achieve that, and without SSO, it's working. Yet, now, we try to activate SSO (Azure one).
On the SSO side, for one given EntityID, there can be only "go back" url. In this case, we have set it up so that we have the https//external.mysite.com/bonita/saml url.
But in this case, we loose the capacity to be redirected to internal link when coming from internal connection.
So the question I have is the following: Is it possible, in the keycloack-saml.xml file to have two <SP entityID=""> entries ? So that we can have one with <SP entityID="InternalLink"> part, and associated keys, and one with <SP entityID="externalLink"> part, and associated keys. And then declare two configurations on Azure side
Or any other setup that could do the job that we have Bonita sending back the user on the correct URL depending of its origin.
Thanks.