Skip to content

Commit e99295f

Browse files
authored
Merge pull request #207059 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 40fe8b4 + e63ac42 commit e99295f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/active-directory/develop/single-sign-on-saml-protocol.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,9 @@ A `Signature` element in `AuthnRequest` elements is optional. Azure AD does not
101101

102102
### Subject
103103

104-
Don't include a `Subject` element. Azure AD doesn't support specifying a subject for a request and will return an error if one is provided.
104+
Don't include a `Subject` element. Azure AD doesn't support specifying a subject in `AuthnRequest` and will return an error if one is provided.
105+
106+
A subject can instead be provided by adding a `login_hint` parameter to the HTTP request to the single sign-on URL, with the subject's NameID as the parameter value.
105107

106108
## Response
107109

0 commit comments

Comments
 (0)