Azure Active Directory single sign-on (SSO) integration with Sugar CRM - redirects to index.php

neeraj verma 1 Reputation point
2021-12-23T09:24:56.11+00:00

my Azure Active Directory single sign-on (SSO) integration with Sugar CRM - redirects to myurl/index.php

I want only myurl

this is my configuration

160026-image.png

I tried to add /home to replay state and tried to change entityid , but it is not working .

i have gone through documentation , what more can i try

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,871 Reputation points Moderator
    2021-12-24T07:20:54.957+00:00

    Hi @neeraj verma • Thank you for reaching out.

    After successful authentication, Azure AD posts the token at the URL configured as Reply URL (Assertion Consumer Service URL). Once the application receives the token at the specified URL, it automatically redirects to the landing page e.g. index.php. I suspect this is what's happening in your case. To confirm this, you can capture a fiddler trace or network capture using browser tools (by pressing F12 key) and check if there is an auto redirection from myurl to myurl/index.php. If that is the case, there is nothing you can do from the Azure AD side. You will have to engage the application owner/vendor to configure the application so that it doesn't auto-redirect to the index.php page.

    -----------------------------------------------------------------------------------------------------------

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.