Skip to content

Commit 30566b5

Browse files
authored
Merge pull request #78830 from luleonpla/patch-13
Adding a check for user provisioning
2 parents 6321667 + c74808a commit 30566b5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/active-directory/manage-apps/application-sign-in-problem-application-error.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ To add an attribute in the Azure AD configuration to be sent in the Azure AD res
6464

6565
Next time the user signs in to the application, Azure AD send the new attribute in the SAML response.
6666

67-
## The application expects a different User Identifier value or format
67+
## The application doesn't identify the user
6868

69-
The sign-in to the application is failing because the SAML response is missing attributes such as roles or because the application is expecting a different format for the EntityID attribute.
69+
The sign-in to the application is failing because the SAML response is missing attributes such as roles or because the application is expecting a different format or value for the EntityID attribute.
70+
71+
If you're using [Azure AD automated user provisioning](https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/user-provisioning) to create, maintain, and remove users in the application. Then, verify that the user has been successfully provisioned to the SaaS application. For more information, see [No users are being provisioned to an Azure AD Gallery application](https://docs.microsoft.com/en-us/azure/active-directory/manage-apps/application-provisioning-config-problem-no-users-provisioned)
7072

7173
## Add an attribute in the Azure AD application configuration:
7274

0 commit comments

Comments
 (0)