Skip to content

Commit e63ac42

Browse files
authored
Merge pull request #95566 from lookatmike/patch-1
Document login_hint alternative to SAML request subject
2 parents 74bbe74 + a685608 commit e63ac42

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)