@@ -9,7 +9,7 @@ manager: celestedg
9
9
ms.service : active-directory
10
10
ms.workload : identity
11
11
ms.topic : reference
12
- ms.date : 01/25/2019
12
+ ms.date : 02/13/2020
13
13
ms.author : marsma
14
14
ms.subservice : B2C
15
15
---
@@ -100,6 +100,28 @@ Any parameter name included as part of an OIDC or OAuth2 request can be mapped t
100
100
| ----- | ----------------------- | --------|
101
101
| {oauth2: access_token } | The access token. | N/A |
102
102
103
+ ## Using claim resolvers
104
+
105
+ You can use claims resolvers with following elements:
106
+
107
+ | Item | Element | Settings |
108
+ | ----- | ----------------------- | --------|
109
+ | Application Insights technical profile | ` InputClaim ` | |
110
+ | [ Azure Active Directory] ( active-directory-technical-profile.md ) technical profile| ` InputClaim ` , ` OutputClaim ` | 1, 2|
111
+ | [ OAuth2] ( oauth2-technical-profile.md ) technical profile| ` InputClaim ` , ` OutputClaim ` | 1, 2|
112
+ | [ OpenID Connect] ( openid-connect-technical-profile.md ) technical profile| ` InputClaim ` , ` OutputClaim ` | 1, 2|
113
+ | [ Claims transformation] ( claims-transformation-technical-profile.md ) technical profile| ` InputClaim ` , ` OutputClaim ` | 1, 2|
114
+ | [ RESTful provider] ( restful-technical-profile.md ) technical profile| ` InputClaim ` | 1, 2|
115
+ | [ SAML2] ( saml-technical-profile.md ) technical profile| ` OutputClaim ` | 1, 2|
116
+ | [ Self-Asserted] ( self-asserted-technical-profile.md ) technical profile| ` InputClaim ` , ` OutputClaim ` | 1, 2|
117
+ | [ ContentDefinition] ( contentdefinitions.md ) | ` LoadUri ` | |
118
+ | [ ContentDefinitionParameters] ( relyingparty.md#contentdefinitionparameters ) | ` Parameter ` | |
119
+ | [ RelyingParty] ( relyingparty.md#technicalprofile ) technical profile| ` OutputClaim ` | 2 |
120
+
121
+ Settings:
122
+ 1 . The ` IncludeClaimResolvingInClaimsHandling ` metadata must set to ` true `
123
+ 1 . The input or output claims attribute ` AlwaysUseDefaultValue ` must set to ` true `
124
+
103
125
## How to use claim resolvers
104
126
105
127
### RESTful technical profile
0 commit comments