Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi.

I would like to create multiple blazor projects. Example:

documentation.domain.com
tasks.domain.com
process.domain.com
authentication.domain.com

I have authentication enabled and I wish to redirect all of these different projects to the authentication.domain.com/login Blazor Component when the user is not logged on.

Could you kindly give me some hints.

Regards,

Chris

What I have tried:

I am running IIS Express and using Navigation Manager.

I know I should use Naviagtion Manager to navigate, but I cannot think how I should be able to navigate to it.
Posted

1 solution

I also have implemented a project that uses IdentityServer4 solution to solve problem like yours. It is very useful, you can refer to the following link:
IdentityServer4
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900