Base solution for your next web application
Open Closed

Azure B2C Authentication And ABP ROLES #8878


User avatar
0
bancentral created

Hi,

Im implementing the Authentication Azure B2C in my project, but im wondering, how should i manage de Roles of users if im going to authenticate to an External Service where the users are in that Service and not in my database?

When i succefully authenticate on the Azure B2C, does ABP create the User in the database? How this should work?

Please i need some support in this.

Thanks in advance.


2 Answer(s)
  • User Avatar
    1
    ismcagdas created
    Support Team

    Hi @bancentral

    When i succefully authenticate on the Azure B2C, does ABP create the User in the database?

    Yes, AspNet Zero creates a local user, so you can assign local roles to this user.

  • User Avatar
    0
    bancentral created

    Thanks for your fast response.