Skip to content

Commit 28423b9

Browse files
author
JimVance
committed
Added note on other ways to handle SSO
1 parent 1c4a36c commit 28423b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ The protocol diagram below describes the single sign-on sequence. The cloud serv
2525

2626
![Single Sign-On (SSO) Workflow](./media/single-sign-on-saml-protocol/active-directory-saml-single-sign-on-workflow.png)
2727

28+
> [!NOTE]
29+
> This article discusses using SAML for single sign-on. For more information on other ways to handle single sign-on (for example, by using OpenID Connect or Integrated Windows Authentication), see [Single sign-on to applications in Azure Active Directory](../manage-apps/what-is-single-sign-on.md).
30+
2831
## AuthnRequest
2932

3033
To request a user authentication, cloud services send an `AuthnRequest` element to Azure AD. A sample SAML 2.0 `AuthnRequest` could look like the following example:

0 commit comments

Comments
 (0)