Skip to content

Commit fa3db7a

Browse files
author
Yi Zhong
committed
2 parents adc0979 + 5b38d12 commit fa3db7a

File tree

26,354 files changed

+244090
-197288
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

26,354 files changed

+244090
-197288
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:allowed-branchname-matches ["master" "release-.*" "sandbox-.*"]
1+
{:allowed-branchname-matches ["^master$" "^release..*"]
22
:allowed-filename-matches ["articles" "includes"]
33

44
:template-header

.openpublishing.redirection.json

Lines changed: 3847 additions & 202 deletions
Large diffs are not rendered by default.

articles/.vscode/settings.json

Lines changed: 0 additions & 2 deletions
This file was deleted.

articles/active-directory-b2c/TOC.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
href: active-directory-b2c-quickstarts-spa.md
1717
- name: Tutorials
1818
items:
19-
- name: 1 - Register applications
20-
href: tutorial-register-applications.md
19+
- name: 1 - Create B2C tenant
20+
href: tutorial-create-tenant.md
2121
- name: 2 - Authenticate accounts
2222
items:
2323
- name: ASP.NET
@@ -157,6 +157,8 @@
157157
href: b2clogin.md
158158
- name: Using age gating
159159
href: basic-age-gating.md
160+
- name: Direct sign-in
161+
href: direct-signin.md
160162
- name: Identity Experience Framework
161163
items:
162164
- name: Custom policies
@@ -187,7 +189,7 @@
187189
href: active-directory-b2c-setup-sf-app-custom.md
188190
- name: Integrate RESTful APIs
189191
items:
190-
- name: Vaildate user input
192+
- name: Validate user input
191193
href: active-directory-b2c-rest-api-validation-custom.md
192194
- name: Obtain additional claims
193195
href: active-directory-b2c-rest-api-step-custom.md

articles/active-directory-b2c/active-directory-b2c-access-tokens.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: mtillman
77

88
ms.service: active-directory
99
ms.workload: identity
10-
ms.topic: article
10+
ms.topic: conceptual
1111
ms.date: 08/09/2017
1212
ms.author: davidmu
1313
ms.component: B2C
@@ -75,7 +75,7 @@ When requesting an access token, the client application needs to specify the des
7575
> Currently, custom domains are not supported along with access tokens. You must use your tenantName.onmicrosoft.com domain in the request URL.
7676
7777
```
78-
https://login.microsoftonline.com/<tenantName>.onmicrosoft.com/<yourPolicyId>/oauth2/v2.0/authorize?client_id=<appID_of_your_client_application>&nonce=anyRandomValue&redirect_uri=<redirect_uri_of_your_client_application>&scope=https%3A%2F%2Fcontoso.onmicrosoft.com%2Fnotes%2Fread&response_type=code
78+
https://login.microsoftonline.com/tfp/<tenantName>.onmicrosoft.com/<yourPolicyId>/oauth2/v2.0/authorize?client_id=<appID_of_your_client_application>&nonce=anyRandomValue&redirect_uri=<redirect_uri_of_your_client_application>&scope=https%3A%2F%2Fcontoso.onmicrosoft.com%2Fnotes%2Fread&response_type=code
7979
```
8080

8181
To acquire multiple permissions in the same request, you can add multiple entries in the single **scope** parameter, separated by spaces. For example:

articles/active-directory-b2c/active-directory-b2c-app-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: mtillman
77

88
ms.service: active-directory
99
ms.workload: identity
10-
ms.topic: get-started-article
10+
ms.topic: conceptual
1111
ms.date: 6/13/2017
1212
ms.author: davidmu
1313
ms.component: B2C

articles/active-directory-b2c/active-directory-b2c-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: mtillman
77

88
ms.service: active-directory
99
ms.workload: identity
10-
ms.topic: hero-article
10+
ms.topic: conceptual
1111
ms.date: 12/06/2016
1212
ms.author: davidmu1
1313
ms.component: B2C

articles/active-directory-b2c/active-directory-b2c-configure-signup-self-asserted-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: mtillman
77

88
ms.service: active-directory
99
ms.workload: identity
10-
ms.topic: article
10+
ms.topic: conceptual
1111
ms.date: 04/29/2017
1212
ms.author: davidmu
1313
ms.component: B2C

articles/active-directory-b2c/active-directory-b2c-create-custom-attributes-profile-edit-custom.md

Lines changed: 170 additions & 160 deletions
Large diffs are not rendered by default.

articles/active-directory-b2c/active-directory-b2c-custom-guide-eventlogger-appins.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: davidmu1
66
manager: mtillman
77

88
ms.service: active-directory
9-
ms.topic: article
9+
ms.topic: conceptual
1010
ms.workload: identity
1111
ms.date: 04/16/2018
1212
ms.author: davidmu
@@ -282,7 +282,6 @@ Referenced using {OIDC:One of the property names below}
282282
| MaxAge | max_age | N/A |
283283
| ClientId | client_id | N/A |
284284
| Username | login_hint | N/A |
285-
| Password | domain_hint | N/A |
286285
| Resource | resource| N/A |
287286
| AuthenticationContextReferences | acr_values | N/A |
288287

@@ -300,11 +299,11 @@ Here's a sample request from the application:
300299
https://login.microsoftonline.com/sampletenant.onmicrosoft.com/oauth2/v2.0/authorize?p=B2C_1A_signup_signin&client_id=e1d2612f-c2bc-4599-8e7b-d874eaca1ae1&nonce=defaultNonce&redirect_uri=https%3A%2F%2Fjwt.ms&scope=openid&response_type=id_token&prompt=login&app_session=0a2b45c&loyalty_number=1234567
301300
302301
```
303-
You can then add the claims by adding an `Input Claim` element to the Application Insights event:
302+
You can then add the claims by adding an `Input Claim` element to the Application Insights event. Properties of an event are added through the syntax {property:NAME}, where NAME is property being added to the event. For example:
304303

305304
```
306-
<InputClaim ClaimTypeReferenceId="app_session" PartnerClaimType="app_session" DefaultValue="{OAUTH-KV:app_session}" />
307-
<InputClaim ClaimTypeReferenceId="loyalty_number" PartnerClaimType="loyalty_number" DefaultValue="{OAUTH-KV:loyalty_number}" />
305+
<InputClaim ClaimTypeReferenceId="app_session" PartnerClaimType="{property:app_session}" DefaultValue="{OAUTH-KV:app_session}" />
306+
<InputClaim ClaimTypeReferenceId="loyalty_number" PartnerClaimType="{property:loyalty_number}" DefaultValue="{OAUTH-KV:loyalty_number}" />
308307
```
309308

310309
### Other system claims

0 commit comments

Comments
 (0)