Azure AD App - SSO login

Hi, we are trying to add an Azure AD connection to our app.

currently what we managed to do, is add the option in the login screen which redirects to Azure
and then redirect back to our app after successful login.

in addition, we created an app in Azure (My Apps).
my question is
When we click on the app from (My apps → after login with Azure credentials)
we were redirected to the login page and not authenticated into the app.
can we achieve that by clicking on the app we will be redirected to the app (without passing thrue the login screen)

tnx!

realize it’s been a while since this post, but curious if you found a solution to SSO login from the Azure (My Apps). I’m running into the same problem and not sure how to resolve. thanks

If I understand well the question is that you want to have app in Azure and when clicking the tile to automatically be navigated to your app where the user will be authenticated. If I am not wrong you are forced to use SAML connection for this use case, and make sure in IDP-initiated SSO tab to select “Accept Requests” radio button.

1 Like

Thanks for the response. Yes, I think you’re describing it correctly. My use case is a customer who wants to login to our app through Office 365/Azure – they will click a tile in their domain and be directed to our application and will be logged in via SSO.

I have tried the Azure AD and the OIDC enterprise connections but not SAML. Will give that one a try. thank you!