File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/active-directory-b2c Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ manager: CelesteDG
9
9
ms.service : active-directory
10
10
ms.workload : identity
11
11
ms.topic : reference
12
- ms.date : 05/26/2021
12
+ ms.date : 01/25/2022
13
13
ms.author : kengaderdus
14
14
ms.subservice : B2C
15
15
---
@@ -41,7 +41,7 @@ https://jwt.ms/#error=access_denied&error_description=AAD_Custom_1234%3a+My+cust
41
41
42
42
## Protocol
43
43
44
- The ** Name** attribute of the ** Protocol** element needs to be set to ` None ` . Set the ** OutputTokenFormat** element to ` OAuth2Error ` .
44
+ The ** Name** attribute of the ** Protocol** element needs to be set to ` OAuth2 ` . Set the ** OutputTokenFormat** element to ` OAuth2Error ` .
45
45
46
46
The following example shows a technical profile for ` ReturnOAuth2Error ` :
47
47
@@ -53,7 +53,7 @@ The following example shows a technical profile for `ReturnOAuth2Error`:
53
53
<TechnicalProfiles >
54
54
<TechnicalProfile Id =" ReturnOAuth2Error" >
55
55
<DisplayName >Return OAuth2 error</DisplayName >
56
- <Protocol Name =" None " />
56
+ <Protocol Name =" OAuth2 " />
57
57
<OutputTokenFormat >OAuth2Error</OutputTokenFormat >
58
58
<CryptographicKeys >
59
59
<Key Id =" issuer_secret" StorageReferenceId =" B2C_1A_TokenSigningKeyContainer" />
@@ -121,4 +121,4 @@ In the following example:
121
121
122
122
## Next steps
123
123
124
- Learn about [ UserJourneys] ( userjourneys.md )
124
+ Learn about [ UserJourneys] ( userjourneys.md )
You can’t perform that action at this time.
0 commit comments