Skip to content

Commit 74a0e5a

Browse files
authored
Merge pull request #179132 from kengaderdus/resolve-ghi-83576
[Azure AD B2C] Resolve GitHub issue 83576
2 parents 551256c + 6515f59 commit 74a0e5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ 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.
251-
- **AllowInsecureAuthInProduction**. In a production environment, make sure to set this metadata to `true`
250+
- **AuthenticationType**. Set the type of authentication being performed by the RESTful claims provider such as `Basic` or `ClientCertificate`
251+
- **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.
254254

0 commit comments

Comments
 (0)