Hi everyone,
I am using SSO authentication with Entra ID as the SAML identity provider. Currently, the behavior is as follows:
• If I am already signed in via Entra ID, I am automatically logged into the application (works perfectly).
• If I am not signed in, a login form appears where I need to click a SAML link first, and only then I am redirected to the Entra ID sign-in page.
Is it possible to remove this extra step, so that instead of clicking the SAML link, the Entra ID login page opens directly when I am not authenticated?
Thanks in advance for your help!