Click here to Skip to main content
15,887,355 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to implement security in Azure API Management with OAuth 2.0 to Authorize the backend services. I am able to configure OAuth security with Azure Active Directory and Google Identity Provider.

But @ a time i am able to configure only one Identity provider i.e. either Azure AD or Google.

But using ACS i am able to configure multi identity providers like Facebbok, Google, Azure AD and so on.....

MY UI application is configured with ACS (with multi identity providers) but API management is configured with only one. So i am getting authorization problem.

To give an example. i am able to login UI application using Facebook or Azure AD. But API Management supports only Azure AD (or Facebook only one @ a time).

If I login with Face account credentials i can't access Azure API's because it understand only Azure AD SWT tokens.

How do i solve this problem
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900