Hello,
I would like to implement, this authentication scenario:
- user goes to first screen that expects the organisation name
- then a new screen to authenticate in a target tenant
We have a realm per organisation.
The suggested solution is:
- implement a custom authenticator that will be used by the master realm
- extract the organisation name (the realm) then redirect to the target realm
I did not understand if the redirection is inside the custom authenticator or I need to add an external server.
Could you please give additional informations and if possible code samples.
Thanks in advance,
Best regards,
Mekki