Commit a685608
authored
Document login_hint alternative to SAML request subject
While it is accurate that Azure's SAML implementation will throw an error if there's a Subject in the AuthnRequest, subject-like behavior is possible by including a login_hint parameter on the URL. It would be helpful to document that alternative here.
As this isn't a part of the SAML standard I'm not sure if the change here fully and accurately describe how the login_hint parameter works with Azure's SAML implementation -- my own test case was including it on the query string of a GET request, and I kept the wording here general enough to cover POST as well if that's supported.1 parent 9af99a5 commit a685608
File tree
1 file changed
+3
-1
lines changed- articles/active-directory/develop
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments