Hi,
As far as I understand aspnetzero core & angular 2 uses Identity Server for authentication and authorisation. Is there any documentation for it? Any settings that need to be changed after we download aspnetzero core & angular for authentication and authorisation?
Thanks
1 Answer(s)
-
0
Hi @antonis,
AspNet Zero does not use Identity Server for it's own authentication and authorization. But it host's an identity server which 3th party apps can use it.
There is a sample project in AspNet Zero's downloaded solution <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/tree/dev/aspnet-core/test/MyCompanyName.AbpZeroTemplate.ConsoleApiClient">https://github.com/aspnetzero/aspnet-ze ... eApiClient</a>. You can check it out to understand how to use Identity Server of AspNet Zero, it is very simple.
Thanks.