Skip to content

Commit edf6c33

Browse files
authored
Merge pull request #115079 from soneff/patch-5
Update custom-extension-get-started.md
2 parents bf3de88 + 4201c78 commit edf6c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/custom-extension-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ The following JSON snippet demonstrates how to configure these properties.
408408

409409
## Step 4: Assign a custom claims provider to your app
410410

411-
For tokens to be issued with claims incoming from the custom authentication extension, you must assign a custom claims provider to your application. This is based on the token audience, so the provider must be assgined to the client application to receive claims in an ID token, and to the resource application to receive claims in an access token. The custom claims provider relies on the custom authentication extension configured with the **token issuance start** event listener. You can choose whether all, or a subset of claims, from the custom claims provider are mapped into the token.
411+
For tokens to be issued with claims incoming from the custom authentication extension, you must assign a custom claims provider to your application. This is based on the token audience, so the provider must be assigned to the client application to receive claims in an ID token, and to the resource application to receive claims in an access token. The custom claims provider relies on the custom authentication extension configured with the **token issuance start** event listener. You can choose whether all, or a subset of claims, from the custom claims provider are mapped into the token.
412412

413413
Follow these steps to connect the *My Test application* with your custom authentication extension:
414414

0 commit comments

Comments
 (0)