- 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)
-
0
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/
-
0
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
-
0
Hi,
We do not provide the option to use Azure B2C, you can try to integrate it first.
-
0
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,
- you are saying no support for Azure B2C, thats fine all the things can't be available in any product
- 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.
-
0
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.
-
0
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
-
0
Hi,
Sorry we don't have any code for Azure B2C.
-
0
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.
-
0
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: -
0
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.
-
0
Thank you, please let us know if you still have problems
-
0
Sure will let you know
-
0
closing the issue since 21 days past over it. you can reopen it if you have an ongoing problem about this.
-
0
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.
-
0
hi viswajwalith
Please create a new question, Thanks.