Skip to content

Commit eb4578f

Browse files
authored
Update Issuer URL single-sign-on-saml-protocol.md
In this page issuer URL in saml response is set to wrong URL (https://login.microsoftonline.com/<TenantIDGUID>/.) Update to right URL (https://sts.windows.net/<TenantIDGUID>/)
1 parent 2773a55 commit eb4578f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ The `Response` element includes the result of the authorization request. Azure A
153153

154154
### Issuer
155155

156-
Azure AD sets the `Issuer` element to `https://login.microsoftonline.com/<TenantIDGUID>/` where \<TenantIDGUID> is the tenant ID of the Azure AD tenant.
156+
Azure AD sets the `Issuer` element to `https://sts.windows.net/<TenantIDGUID>/` where \<TenantIDGUID> is the tenant ID of the Azure AD tenant.
157157

158158
For example, a response with Issuer element could look like the following sample:
159159

160160
```
161-
<Issuer xmlns="urn:oasis:names:tc:SAML:2.0:assertion"> https://login.microsoftonline.com/82869000-6ad1-48f0-8171-272ed18796e9/</Issuer>
161+
<Issuer xmlns="urn:oasis:names:tc:SAML:2.0:assertion"> https://sts.windows.net/82869000-6ad1-48f0-8171-272ed18796e9/</Issuer>
162162
```
163163

164164
### Status
@@ -191,7 +191,7 @@ In addition to the `ID`, `IssueInstant` and `Version`, Azure AD sets the followi
191191
This is set to `https://sts.windows.net/<TenantIDGUID>/`where \<TenantIDGUID> is the Tenant ID of the Azure AD tenant.
192192

193193
```
194-
<Issuer>https://login.microsoftonline.com/82869000-6ad1-48f0-8171-272ed18796e9/</Issuer>
194+
<Issuer>https://sts.windows.net/82869000-6ad1-48f0-8171-272ed18796e9/</Issuer>
195195
```
196196

197197
#### Signature

0 commit comments

Comments
 (0)