- What is your product version? v9.1.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net core
Hello.
We have an ASP.Net zero project built in ASP.NET CORE MVC & jQuery, .NET Core 3.1 and v8.1.0. This project serves as a signle sign on platform.
We have another project which is of type ASP.NET CORE & Angular, .NET Core 3.1 and v9.1.0. This project has 2 types of login; 1 for internal users and one which should do SSO through the other MVC application.
Can you please provide some assistance on how we can tackle this situation.
Thanks and Regards
1 Answer(s)
-
0
Hi @ashvinu
You can enable Identity Server on your MVC project. Then you can enable OpenId Connect in your Angular app and connect to your MVC app which you enabled Identity server via OpenID Connect.
You can enable Identity Server and OpenID Connect in appsettings.json of related projects. For Identity Server, you need to use appsettings.json of your MVC project. For OpenID Connect, you need to modify appsettings.json file of your *.Host project of your Angular app.