Open Closed

Issue with Azure B2C #3655


User avatar
0
viswajwalith created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v5.1.3
  • UI type: MVC
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

We are trying to implement Azure B2C and made the below changes for the same,

AppSetting.json of Auth Server

AppV3AuthServerModule

We are able to see Azure B2C Login page when running the AuthServer alone, Authentication is getting success

but still all claims are not coming after login process

When we try to Launch Web layer , the application is not going to Auth Server and getting the below error

Any clue or idea?


26 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Just for info is it possible to have different ad or b2c settings for each tenant?

    Yes, See https://docs.abp.io/en/commercial/latest/modules/account#social-external-logins

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11