According to documentation the latest version of aspnetzero has a Jason setting to enable identity server4.
In addition this link indicates that it enables the application to act as single sign on
<a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Identity-Server">https://aspnetboilerplate.com/Pages/Doc ... ity-Server</a>
So I'm confused - does this or does this not enable identity server inside web project so that the project can acts as client and consumer for identity?
<a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Identity-Server">https://aspnetboilerplate.com/Pages/Doc ... ity-Server</a>
3 Answer(s)
-
0
Hi @Mdonogma,
Maybe documentation is not so clear. Currently AspNet Zero only acts as an Identity Server.
-
0
So to confirm: we do not need to install another identity server as aspnetzero has it built in now?
-
0
Yes, AspNet Zero can be used as an Identity Server by third party apps.