aspnet/Identity

Support for ApiAuth using Identity Server

javiercn opened this issue · 2 comments

Our goal is to leverage Identity Server to provide a simplified story for providing authentication and authorization for APIs. Our focus is on:

  • Simplified setup of Identity Server with an API on the same app.
  • Simplified setup of Identity Server with a SPA on the same app.
  • Simplified setup through configuration and smart defaults.
  • Simplified setup using Identity as the account store.
  • Simplified setup using Identity default UI for login.

any news?