Skip to content

Commit c9d5406

Browse files
authored
Merge pull request #186116 from yoelhor/patch-235
Update oauth2-error-technical-profile.md
2 parents c5f536d + 16914c5 commit c9d5406

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory-b2c/oauth2-error-technical-profile.md

Lines changed: 4 additions & 4 deletions
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: 05/26/2021
12+
ms.date: 01/25/2022
1313
ms.author: kengaderdus
1414
ms.subservice: B2C
1515
---
@@ -41,7 +41,7 @@ https://jwt.ms/#error=access_denied&error_description=AAD_Custom_1234%3a+My+cust
4141

4242
## Protocol
4343

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`.
4545

4646
The following example shows a technical profile for `ReturnOAuth2Error`:
4747

@@ -53,7 +53,7 @@ The following example shows a technical profile for `ReturnOAuth2Error`:
5353
<TechnicalProfiles>
5454
<TechnicalProfile Id="ReturnOAuth2Error">
5555
<DisplayName>Return OAuth2 error</DisplayName>
56-
<Protocol Name="None" />
56+
<Protocol Name="OAuth2" />
5757
<OutputTokenFormat>OAuth2Error</OutputTokenFormat>
5858
<CryptographicKeys>
5959
<Key Id="issuer_secret" StorageReferenceId="B2C_1A_TokenSigningKeyContainer" />
@@ -121,4 +121,4 @@ In the following example:
121121

122122
## Next steps
123123

124-
Learn about [UserJourneys](userjourneys.md)
124+
Learn about [UserJourneys](userjourneys.md)

0 commit comments

Comments
 (0)