Skip to content

Update api-connectors-overview.md #126864

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/active-directory-b2c/api-connectors-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Using Azure AD B2C, you can add your own business logic to a user journey by cal
![Diagram of a RESTful service claims exchange](media/api-connectors-overview/restful-service-claims-exchange.png)

> [!NOTE]
> HTTP requests may be cancelled if there is a slow or no response from the RESTful service to Azure AD B2C. The default timeout is 10 seconds and the default retry count is one (meaning there are 2 tries in total).
> HTTP requests may be cancelled if there is a slow or no response from the RESTful service to Azure AD B2C. The default timeout is 10 seconds for custom policies and 5 seconds for user flows. The default retry count is one (meaning there are 2 tries in total).

## Calling a RESTful service

Expand Down