The first version should include: - [x] Authorize endpoint (code) (no consent) - [x] Login views - [ ] Token endpoint (grant type v2.1: code, refresh, client) - [x] code_challenge - [x] refresh_token - [ ] client_credentials - [x] EndSession - [x] Logout views - [x] Token revocation - [ ] Check Session - [x] UserInfo - [x] Discovery endpoints It should have a complete authentication flow for MVC and SPA applications.
The first version should include:
It should have a complete authentication flow for MVC and SPA applications.