Is there a way possible to federate with the external IDP's like okta or salesforce without metadata uri?

Yashwanth Reddy Yenugu 46 Reputation points
2020-05-13T11:46:31.527+00:00

We've recently switched to B2C for implementing SSO and majority of our clients using external IDP's like Okta or Salesforce doesn't have metadata uri. Is there a way possible for external IDP federation without metadata uri?

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
14,659 questions
Azure Active Directory External Identities
0 comments No comments
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 55,526 Reputation points
    2020-05-14T11:59:46.897+00:00

    @Yashwanth Reddy Yenugu If you are adding external IDP's as Open ID Connect or SAML IDP, you need to use metadata urls.

    If the external IDP supports OAuth, you can add it as OAuth IDP in B2C. In that case, you don't need to use any metadata url as you can directly specify endpoints such as Authorization, Token, UserInfo etc.

    You can refer to https://learn.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-google-custom?tabs=applications to understand how OAuth IDP can be added to B2C.

    -----------------------------------------------------------------------------------------------------------

    Please do not forget to "Accept the answer" wherever the information provided helps you. This will help others in the community as well.


0 additional answers

Sort by: Most helpful