93 Commits (6c7ff09f01eebcbca0944cd328d9a55adec28cb6)

Author SHA1 Message Date
Kévin Chalet 6c7ff09f01 Remove the email/profile scopes checks 9 years ago
Kévin Chalet 673caa409d Introduce OpenIddictBuilder.RequireClientIdentification() 10 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 7f646c8554 Throw an exception when no signing key is explicitly registered and introduce OpenIddictBuilder.AddEphemeralSigningKey() 10 years ago
Kévin Chalet 05a69e3131 Introduce a list of supported grant types 10 years ago
Kévin Chalet 28fe95f7db Disable the authorization/introspection/logout/revocation/token/userinfo endpoints by default 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 289b18045b Replace ISession by IDistributedCache and extend request_id handling to GET requests 10 years ago
Kévin Chalet 4e225db73b Remove OpenIddict.Mvc, OpenIddict.Assets and OpenIddict.Security 10 years ago
Orlando Quero 5838c24a85 Update README.md and the Mvc.Server sample to use the new Entity Framework context registration syntax 10 years ago
Kévin Chalet f0a678455e Remove the duplicate session middleware registration 10 years ago
Kévin Chalet 34fa0c1eb5 Implement POST authorization requests support using user sessions 10 years ago
Kévin Chalet dced1cd8fe Migrate to the .NET Core/ASP.NET Core RTM packages 10 years ago
XperiAndri fd7420c445 Rename OpenIddictContext to OpenIddictDbContext 10 years ago
XperiAndri 4a3b84ddb5 Introduce OpenIddictApplication.ClientId to separate the public client identifier from the internal primary key 10 years ago
Kévin Chalet 3204c31560 Add non-GUID/string primary keys support for OpenIddictToken and add new log messages 10 years ago
Kévin Chalet d0dce5b33a Refactor OpenIddict/OpenIddict.Core, introduce new entities and add built-in refresh token revocation 10 years ago
Kévin Chalet 657634c13e Remove the internal NWebSec package 10 years ago
Kévin Chalet 5da4774c7f Update project.json to target the final .NET Core/ASP.NET Core RC2 packages 10 years ago
Kévin Chalet 82bc684c5f Introduce UseSigningCertificate to make X.509 certificates easier to register in the OpenIddict options 10 years ago
Kévin Chalet 1d1035ae86 Use target: project to remove the dotnet restore warnings 10 years ago
Kévin Chalet 4ced04425a Remove the unnecessary framework assemblies and normalize the project files 10 years ago
Kévin Chalet 1eba9765f6 Add a buildOptions/copyToOutput node to ensure the necessary files are copied when publishing 10 years ago
Kévin Chalet a0c9f1bea0 React to version changes in aspnet/IISIntegration 10 years ago
Kévin Chalet b08a25cc58 Reference the Microsoft.NETCore.Platforms package on .NET Desktop 10 years ago
Kévin Chalet 8521646307 Update project.json to conform to the new schema 10 years ago
Kévin Chalet 99f3627210 Pin missing RC2 dependencies 10 years ago
Kévin Chalet 45cd919bf9 React to version changes in aspnet/Security 10 years ago
Kévin Chalet 6daa6d2a1f Add Microsoft.Extensions.Configuration.Json to Mvc.Server 10 years ago
Kévin Chalet b163497c7e React to API changes in aspnet/Hosting 10 years ago
Kévin Chalet 4c4eb16d85 Implement HandleLogoutRequest to handle logout requests without requiring user consent 10 years ago
Kévin Chalet 8a7fdda262 Remove the forwarded headers middleware 10 years ago
Kévin Chalet 5f034754e9 Update web.config and add publish tool 10 years ago
Shaun Luttin e0f62dc3e3 Change options to builder in the Mvc.Server sample 10 years ago
Kévin Chalet 96b7671548 Use ASP.NET Core RC2 and aspnet-contrib release packages 10 years ago
Kévin Chalet 454a46689c Update the samples to target netcoreapp1.0 and use the new ASP.NET Core IIS module 10 years ago
Kévin Chalet aa181edcf6 Update project.json to ensure config.json is correctly copied by dotnet publish 10 years ago
Kévin Chalet e188c01a10 Add System.ComponentModel to ensure Mvc.Server can be used as a standalone application 10 years ago
Kévin Chalet ad8ef60c79 Remove System.ComponentModel/System.IO/System.Runtime 10 years ago
Kévin Chalet 688730f1f6 React to API changes in aspnet/KestrelHttpServer 10 years ago
Kévin Chalet 9e23737aa6 React to API changes in aspnet/Mvc 10 years ago
Kévin Chalet 2cde33e54f Move the entry points to separate Program classes 10 years ago
Kévin Chalet d1084716e0 Migrate to NETStandard.Library 1.5 10 years ago
Kévin Chalet 45a9431bc9 React to API changes in aspnet/Hosting 10 years ago