Skip to content

Commit 6515f59

Browse files
committed
resolve github issue 83576
1 parent b262173 commit 6515f59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/add-api-connector-token-enrichment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ After you deploy your REST API, set the metadata of the `REST-GetProfile` techni
247247

248248
- **ServiceUrl**. Set the URL of the REST API endpoint.
249249
- **SendClaimsIn**. Specify how the input claims are sent to the RESTful claims provider.
250-
- **AuthenticationType**. Set the type of authentication being performed by the RESTful claims provider.
250+
- **AuthenticationType**. Set the type of authentication being performed by the RESTful claims provider such as `Basic` or `ClientCertificate`
251251
- **AllowInsecureAuthInProduction**. In a production environment, make sure to set this metadata to `false`
252252

253253
See the [RESTful technical profile metadata](restful-technical-profile.md#metadata) for more configurations.

0 commit comments

Comments
 (0)