Skip to content

Commit 358127d

Browse files
authored
Merge pull request #108435 from yoelhor/patch-11
Update claim-resolver-overview.md
2 parents 9ff154a + 122d026 commit 358127d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/active-directory-b2c/claim-resolver-overview.md

Lines changed: 7 additions & 5 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: 03/02/2020
12+
ms.date: 03/20/2020
1313
ms.author: mimart
1414
ms.subservice: B2C
1515
---
@@ -68,10 +68,12 @@ The following sections list available claim resolvers.
6868
| {OIDC:LoginHint} | The `login_hint` query string parameter. | [email protected] |
6969
| {OIDC:MaxAge} | The `max_age`. | N/A |
7070
| {OIDC:Nonce} |The `Nonce` query string parameter. | defaultNonce |
71+
| {OIDC:Password}| The [resource owner password credentials flow](ropc-custom.md) user's password.| password1|
7172
| {OIDC:Prompt} | The `prompt` query string parameter. | login |
73+
| {OIDC:RedirectUri} |The `redirect_uri` query string parameter. | https://jwt.ms |
7274
| {OIDC:Resource} |The `resource` query string parameter. | N/A |
7375
| {OIDC:scope} |The `scope` query string parameter. | openid |
74-
| {OIDC:RedirectUri} |The `redirect_uri` query string parameter. | https://jwt.ms |
76+
| {OIDC:Username}| The [resource owner password credentials flow](ropc-custom.md) user's username.| [email protected]|
7577

7678
### Context
7779

@@ -90,7 +92,7 @@ Any parameter name included as part of an OIDC or OAuth2 request can be mapped t
9092

9193
| Claim | Description | Example |
9294
| ----- | ----------------------- | --------|
93-
| {OAUTH-KV:campaignId} | A query string parameter. | hawaii |
95+
| {OAUTH-KV:campaignId} | A query string parameter. | Hawaii |
9496
| {OAUTH-KV:app_session} | A query string parameter. | A3C5R |
9597
| {OAUTH-KV:loyalty_number} | A query string parameter. | 1234 |
9698
| {OAUTH-KV:any custom query string} | A query string parameter. | N/A |
@@ -139,7 +141,7 @@ Settings:
139141

140142
### RESTful technical profile
141143

142-
In a [RESTful](restful-technical-profile.md) technical profile, you may want to send the user language, policy name, scope, and client ID. Based on these claims the REST API can run custom business logic, and if necessary raise a localized error message.
144+
In a [RESTful](restful-technical-profile.md) technical profile, you may want to send the user language, policy name, scope, and client ID. Based on the claims the REST API can run custom business logic, and if necessary raise a localized error message.
143145

144146
The following example shows a RESTful technical profile with this scenario:
145147

@@ -171,7 +173,7 @@ Using claim resolvers, you can prepopulate the sign-in name or direct sign-in to
171173

172174
Azure AD B2C enables you to pass query string parameters to your HTML content definition endpoints to dynamically render the page content. For example, this allows the ability to modify the background image on the Azure AD B2C sign-up or sign-in page based on a custom parameter that you pass from your web or mobile application. For more information, see [Dynamically configure the UI by using custom policies in Azure Active Directory B2C](custom-policy-ui-customization.md). You can also localize your HTML page based on a language parameter, or you can change the content based on the client ID.
173175

174-
The following example passes in the query string parameter named **campaignId** with a value of `hawaii`, a **language** code of `en-US`, and **app** representing the client ID:
176+
The following example passes in the query string parameter named **campaignId** with a value of `Hawaii`, a **language** code of `en-US`, and **app** representing the client ID:
175177

176178
```XML
177179
<UserJourneyBehaviors>

0 commit comments

Comments
 (0)