Hello,
I post here because I need some advices for a functional need.
I have a realm A.
I have a realm B1 which delegates the authentication to realm A.
I have a realm B2 which delegates the authentication to realm A.
If I log in to realm B1 I obtains a session on realm B1 and also on realm A. If I go to realm B2, I want to be automatically logged in realm B2 thanks to my session opened on realm A.
It seems to work as I want, because the check-sso iframe redirects correctly to the delegator identity provider and recreate a new session on delegated realm.
To sum up, I want to reproduce with check-sso in iframe the same behavior as login-required mode with an IdentityProviderRedirector configured.
My questions are :
- is it legit to do this ?
- why is it not officially supported, and does it make sense to be ?
- if it makes sense, should it be a new mode "check-sso-with-login" or someting similar ?
Thanks
Regards