Hello,
We are using UAG and we are authenticating with AzureAD via SAML. Everything is fine, with an exception:
if the user is already logged in in another tenant, it tries to login with the third party tenant credentials and this causes an error.
Is there a way to force the UAG to force an account selection like I would in OIDC by adding prompt=select_account on the authentication request?
Ciao!