17 Commits (39fd5763a9ef2775dbe8cb9692f7f366e31c86a0)

Author SHA1 Message Date
Kévin Chalet 39fd5763a9 Update OpenIddictProvider to make refresh token requests pass-through 9 years ago
Kévin Chalet cc79326fb4 React to API/namespace changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 9 years ago
Kévin Chalet 2cc29a8d92 Remove the authorization endpoint resolution logic and update the sample to use FormValueRequiredAttribute 9 years ago
Kévin Chalet 3fed4f1d1c Simplify AuthorizationController.CreateTicketAsync() 9 years ago
Kévin Chalet 893725a998 Update AuthorizationController.CreateTicketAsync to allow requesting the "roles" scope. 9 years ago
Kévin Chalet dde3dc1aca Update the Mvc.Server sample to use the default entity key type 9 years ago
Kévin Chalet d8fadc0f99 Decouple OpenIddict from ASP.NET Core Identity 10 years ago
Kévin Chalet 6c7ff09f01 Remove the email/profile scopes checks 9 years ago
Kévin Chalet 59dc31abe6 Introduce an OpenIdConnectRequest/OpenIdConnectResponse model binder 10 years ago
Kévin Chalet 12af8067f8 Remove the internal CanSignInAsync/IsLockedOutAsync checks 10 years ago
Kévin Chalet 506550f2c7 Replace Controller.Json() by ControllerBase.BadRequest() to return a 400 response for invalid token requests 10 years ago
Kévin Chalet 94f1189592 Remove OpenIddictMiddleware and the parameterless OpenIddictBuilder.EnableAuthorizationEndpoint() overloads 10 years ago
Kévin Chalet 1db3779ab3 Allow handling grant_type=password and grant_type=client_credentials requests in user code and introduce OpenIddictMiddleware 10 years ago
Kévin Chalet 113176d023 Extend request_id to the logout endpoint and update AuthorizationController to only flow the request_id instead of the entire payload 10 years ago
Kévin Chalet b96fa64f44 Update OpenIddict.Core to target the ASOS beta7 nightly builds 10 years ago
Kévin Chalet 696b883d4d Replace the internal error handling logic by the status code pages stack 10 years ago
Kévin Chalet 4e225db73b Remove OpenIddict.Mvc, OpenIddict.Assets and OpenIddict.Security 10 years ago