Skip to content

Commit 122d026

Browse files
authored
Update claim-resolver-overview.md
Fixing spelling & grammar issues
1 parent ea8390a commit 122d026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Any parameter name included as part of an OIDC or OAuth2 request can be mapped t
9292

9393
| Claim | Description | Example |
9494
| ----- | ----------------------- | --------|
95-
| {OAUTH-KV:campaignId} | A query string parameter. | hawaii |
95+
| {OAUTH-KV:campaignId} | A query string parameter. | Hawaii |
9696
| {OAUTH-KV:app_session} | A query string parameter. | A3C5R |
9797
| {OAUTH-KV:loyalty_number} | A query string parameter. | 1234 |
9898
| {OAUTH-KV:any custom query string} | A query string parameter. | N/A |
@@ -141,7 +141,7 @@ Settings:
141141

142142
### RESTful technical profile
143143

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 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.
145145

146146
The following example shows a RESTful technical profile with this scenario:
147147

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

174174
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.
175175

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:
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:
177177

178178
```XML
179179
<UserJourneyBehaviors>

0 commit comments

Comments
 (0)