Skip to content

Commit 596b9a0

Browse files
authored
Update error-code-aadsts7500514-supported-type-saml-response-not-found.md
1 parent c73efa6 commit 596b9a0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

support/entra/entra-id/app-integration/error-code-aadsts7500514-supported-type-saml-response-not-found.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ The SAML Assertion Grant flow has two steps:
5353

5454
The authentication error typically occurs in step 1, in which the client application has to parse the SAML response from the identity provider to determine the version of the SAML token. MSAL looks for the following attributes in the identity provider's SAML response:
5555

56-
- `<saml:Assertion>` node
57-
- `<TokenType>` node
56+
- `saml:Assertion`
57+
- `TokenType`
5858

5959
The following is an example AD FS SAML response from the `/UserNameMixed` endpoint:
6060

61-
- **SAML Assertion**: major version = 1, minor version = 1
62-
- **TokenType**: `urn:oasis:names:tc:SAML:1.0:assertion`
61+
- `saml:Assertion`: major version = 1, minor version = 1
62+
- `TokenType`: `urn:oasis:names:tc:SAML:1.0:assertion`
6363

6464
:::image type="content" source="media/error-code-aadsts7500514-supported-type-saml-response-not-found/adfs-saml-response.png" alt-text="Screenshot of ADFS SAML Response." lightbox="media/error-code-aadsts7500514-supported-type-saml-response-not-found/adfs-saml-response.png":::
6565

0 commit comments

Comments
 (0)