0
leonkosak created
In MVC (jQuery) solution is IdentityServer enabled by default: https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Infrastructure-Core-Mvc-Identity-Server4-Integration
In Angular documentation, Identity Server 4 is not even mentioned: https://docs.aspnetzero.com/documents/aspnet-core-angular/latest/Infrastructure-Angular
But defferences table shows:
https://docs.aspnetzero.com/documents/common/latest/Version-Differences#version-differences-table
In Angular solution, Identity Server is also diabled by default.
Why such differences between projects?
1 Answer(s)
-
0
Hi @leonkosak
Angular project doesn't have consent screen for IdentityServer but it is enabled in *.Host project. So, currently implicit flow can't be used but password grant flow can be used.