Azure AD - Sign On Url and Reply URL for On Premise

Hi all.

We are looking to test Azure AD within Sugar using the guide here https://docs.microsoft.com/en-us/azure/active-directory/saas-apps/sugarcrm-tutorial most of the guide makes sense however I'm struggling on the part which says:

On the Basic SAML Configuration section, enter the values for the following fields:

a. In the Sign-on URL text box, type a URL using the following pattern:

  • https://<companyname>.sugarondemand.com
  • https://<companyname>.trial.sugarcrm

b. In the Reply URL text box, type a URL using the following pattern:

  • https://<companyname>.sugarondemand.com/<companyname>
  • https://<companyname>.trial.sugarcrm.com/<companyname>
  • https://<companyname>.trial.sugarcrm.eu/<companyname>

Our instance of Suagr is hosted internally, so we don't have a URL similar to what is shown in the reply URL. Is there anywhere in the code or any front end instance of where I can be sure I get the right URL?

Thanks,

Daniel

Parents
  • I've used this successfully

    identifier - php-saml

    Reply url https://<domain name> /sugarcrm

    Sign on url - https://<domain name> /sugarcrm

    givenname  - user.givenname
    surname - user.surname
    emailaddress - user.mail
    name - user.userprincipalname
    Unique User Identifier - user.userprincipalname
  • That's great thanks Avi! Will try it

Reply Children
No Data