- 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/
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
We do not provide the option to use Azure B2C, you can try to integrate it first.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Hi,
Sorry we don't have any code for Azure B2C.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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-sourceto 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-modulescommand to get module list.
Use
abp get-sourceto download:Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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-sourceto 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-modulescommand to get module list.
Use
abp get-sourceto download:Thanks for the details. We will give a try and let you you in case of any concerns.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Sure will let you know
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)

