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)
-
1
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.
-
0
Thanks for your fast response.