Open Closed

Azure B2C connectivity #2152


User avatar
0
viswajwalith created
  • ABP Framework version: v4.4
  • UI type: MVC
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated: yes
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

We would like to have a Azure B2C for authanticating the users(without storing the user deatils in our application), do we have any provision for the same please advise.


15 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    ABP template just an ASPNET Core application, you check the azure bc2 document first: https://docs.microsoft.com/en-us/azure/active-directory-b2c/

  • User Avatar
    0
    viswajwalith created

    Hi,

    ABP template just an ASPNET Core application, you check the azure bc2 document first: https://docs.microsoft.com/en-us/azure/active-directory-b2c/

    we know but just would like to check any option is provided by default just like social plugins.

    can you help us by providing the link to download the complete auth server code so that we can customize accordingly

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    We do not provide the option to use Azure B2C, you can try to integrate it first.

  • User Avatar
    0
    viswajwalith created

    Hi,

    We do not provide the option to use Azure B2C, you can try to integrate it first.

    I didnt get what do you mean,

    1. you are saying no support for Azure B2C, thats fine all the things can't be available in any product
    2. try to integrate in the sense? we are ready to customize the code just share the path to download the auth server so that we will make those changes at our end.

    please let me know if I am missing anything.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    can you help us by providing the link to download the complete auth server code so that we can customize accordingly

    What is mean about auth server code? I didn't get it.

  • User Avatar
    0
    viswajwalith created

    can you help us by providing the link to download the complete auth server code so that we can customize accordingly

    What is mean about auth server code? I didn't get it.

    just looking for a link to download complete source code if auth server

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Sorry we don't have any code for Azure B2C.

  • User Avatar
    0
    viswajwalith created

    Hi,

    Sorry we don't have any code for Azure B2C.

    Hi I think there is a miss commuication, we are not expecting a code for Azure B2C, we just want to download a Source code of ABP Auth Server(Micro Services Tempalte) so that we can customize based on our need.

    Please share the link/process to download the Source code of Auth Server.

    Hope this clears the confusion.

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    Sorry for the confusion.

    You want to download the Auth server and referenced modules source code right?

    You just need to use ABP Suite to download the Microservice template. and use the abp get-source to download the modules source code, then you can replace the Nuget package reference to the local reference.

    You can use the abp list-modules --include-pro-modules command to get module list.

    Use abp get-source to download:

  • User Avatar
    0
    viswajwalith created

    Hi,

    Sorry for the confusion.

    You want to download the Auth server and referenced modules source code right?

    You just need to use ABP Suite to download the Microservice template. and use the abp get-source to download the modules source code, then you can replace the Nuget package reference to the local reference.

    You can use the abp list-modules --include-pro-modules command to get module list.

    Use abp get-source to download:

    Thanks for the details. We will give a try and let you you in case of any concerns.

  • User Avatar
    0
    gterdem created
    Support Team Senior .NET Developer

    Thank you, please let us know if you still have problems

  • User Avatar
    0
    viswajwalith created

    Sure will let you know

  • User Avatar
    0
    alper created
    Support Team Director

    closing the issue since 21 days past over it. you can reopen it if you have an ongoing problem about this.

  • User Avatar
    0
    viswajwalith created

    Hi,

    We tried to implement the Azure AD B2C, everything this working fine, if we use same configuration for all tenants.

    When we try to implement tenant based configuration, ClientId and ClientSecret are taking as per the tenant configuration, but Authority is not taking as per the tenant configuration.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi viswajwalith

    Please create a new question, Thanks.

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