This article walks through problems you might encounter after you have set up Single Sign On for your cloud instance following the steps in Legacy SAML Setup Guide for Microsoft Azure Active Directory.
If the Singe Sign On is not working as expected, please review the most common causes below, including how to verify them and how to fix it.
🔧 Problem during Basic SAML Configuration
Symptom
When trying to log in to iGrafx and you see an Azure AD error screen that looks similar to the following message:
|
|
|
Potential Causes
One of the three URLs/Identifiers that make up the Basic SAML Configuration in your Azure Enterprise Application does not match the expected patterns. You can verify this by going to the iGrafx Azure Enterprise Application in your Azure Portal at https://portal.azure.com and opening the Single-Sign-On Tab, then looking at the Basic SAML Configuration section.
Fix
After navigating to the Basic SAML Configuration section, ensure the three items look as follows, including the https:// protocol prefix as well as the correct capitalization, and replacing %SUBDOMAIN% with your iGrafx subdomain:
Identifier (Entity ID)
https://%SUBDOMAIN%.igrafxcloud.com/saml/metadata
Reply URL (ACS URL)
https://%SUBDOMAIN%.igrafxcloud.com/saml/SSO
Sign on URL
https://%SUBDOMAIN%.igrafxcloud.com
If any of the items does not look correct, click the pencil icon to edit it accordingly and save the changes
🔧 Problem with User and Group scopes
Symptom
When trying to log in to iGrafx and you see an Azure AD error screen that looks similar to the following message, indicating that your user is not in scope for the Azure application:
|
|
|
Potential Causes
This problem is caused by the user not directly or through one of the groups being configured to access the respective Azure Enterprise Application and can be fixed with in the Azure Portal.
Fix
Open your iGrafx Azure Enterprise Application in your Azure Portal at https://portal.azure.com and go to the Users and Groups blade. On the respective blade, you will see the list of directly assigned users and list of user groups that have access to the application. Make sure the user is a member of at least one of the groups or is directly assigned access to the application by clicking the Ad user/group button at the top.