Skip to content

Commit 36a5c17

Browse files
authored
Merge pull request #194528 from yoelhor/patch-257
Update saml-issuer-technical-profile.md
2 parents cb76999 + 54db785 commit 36a5c17

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/active-directory-b2c/saml-issuer-technical-profile.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: CelesteDG
99
ms.service: active-directory
1010
ms.workload: identity
1111
ms.topic: reference
12-
ms.date: 10/12/2020
12+
ms.date: 04/08/2022
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
1515
---
@@ -67,6 +67,7 @@ The CryptographicKeys element contains the following attributes:
6767
| --------- | -------- | ----------- |
6868
| MetadataSigning | Yes | The X509 certificate (RSA key set) to use to sign SAML metadata. Azure AD B2C uses this key to sign the metadata. |
6969
| SamlMessageSigning| Yes| Specify the X509 certificate (RSA key set) to use to sign SAML messages. Azure AD B2C uses this key to signing the response `<samlp:Response>` send to the relying party.|
70+
| SamlAssertionSigning| No| Specify the X509 certificate (RSA key set) to use to sign SAML assertion `<saml:Assertion>` element of the SAML token. If not provided, the `SamlMessageSigning` cryptographic key is used instead.|
7071

7172
## Session management
7273

0 commit comments

Comments
 (0)