2131 Commits (95e74ae990ea2fee0cf55eb084816b6e9d9080f3)
 

Author SHA1 Message Date
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 bb6b5c3f23 Update README.md 10 years ago
Kévin Chalet c1d1d426d2 Update OpenIddictProvider.ValidateRevocationRequest to skip request validation when client authentication cannot be enforced 10 years ago
Kévin Chalet 492f647d84 Expose the supported scopes via the provider metadata endpoint 10 years ago
Kévin Chalet 81a836a447 Reject grant_type=client_credentials requests with an OpenIddict-specific message when the client credentials are missing 10 years ago
Kévin Chalet 9f27be57ec Update OpenIddictProvider.ValidateTokenRequest to skip request validation when client authentication cannot be enforced 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 154fa490b7 Implement automatic authorization code revocation 10 years ago
Kévin Chalet 9b54678e26 Reject authorization requests that include a request/request_uri parameter 10 years ago
Kévin Chalet 3082ba9752 Reject authorization requests that don't specify a standard response_type/response_mode 10 years ago
Kévin Chalet dced1cd8fe Migrate to the .NET Core/ASP.NET Core RTM packages 10 years ago
Kévin Chalet 17c1cebc44 Update .travis.yml/build.ps1/build.sh 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
Massimiliano Donini 8e6963765c Update README.md to document how to properly register the OpenIddict context when using a custom key type 10 years ago
Kévin Chalet 0862b612e9 Update .travis.yml to fix build errors on MacOS X 10 years ago
Kévin Chalet c9d8e0cf5a Remove the aspnetcirelease feed from NuGet.config 10 years ago
Kévin Chalet 759df0c0d3 Reject introspection requests when the caller is not listed as a valid audience 10 years ago
Kévin Chalet e4019e8a1d Implement ValidateUserinfoRequest and GrantAuthorizationCode to reject invalid tokens more gracefully 10 years ago
Massimiliano Donini 758e1266af Introduce new log messages in OpenIddictProvider and throw exceptions when appropriate 10 years ago
Kévin Chalet 1bde9c2cf5 Introduce OpenIddictUserManager and add OpenIddictToken/OpenIddictUser/OpenIddictApplication relationships support 10 years ago
Kévin Chalet 5abedfb75d Reject grant_type=client_credentials requests specifying scope=offline_access 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 98724925bc Replace OpenIddictContext<TUser, TKey> by OpenIddictContext<TUser, TRole> 10 years ago
Kévin Chalet a384f6e5a8 Reorder OpenIddictContext's generic arguments to allow specifying a custom TRole entity easily 10 years ago
Kévin Chalet 5b0b735c18 Remove CLR foreign keys to prevent Entity Framework from throwing an exception when TKey is a value type 10 years ago
Kévin Chalet 8b4b63a63b Rework the entities to allow exposing a services.AddOpenIddict<TUser, TContext, TKey>() extension 10 years ago
Kévin Chalet ee407ab768 Update README.md 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 2329d07939 Update the authorization view to hide the resources list when the "resource" parameter is empty 10 years ago
Kévin Chalet 657634c13e Remove the internal NWebSec package 10 years ago
Henk Mollema 9d8714921b Update CryptoHelper to rc2-final 10 years ago
Kévin Chalet 60d3d48f25 Fix the incorrect description/authors metadata in project.json 10 years ago
Kévin Chalet ab51160557 Update README.md 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 aaab684517 Reference the latest public version of JetBrains.Annotations 10 years ago
Kévin Chalet 4ced04425a Remove the unnecessary framework assemblies and normalize the project files 10 years ago
Kévin Chalet 008a908ec6 Use CanConvertFrom to determine whether string keys can be converted to TKey to prevent FormatException exceptions 10 years ago
Kévin Chalet 6f4d5fda5e Fix the remaining project.json warnings 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 bd50e598b8 Update README.md 10 years ago
Kévin Chalet c60ca71f74 Fix OpenIddictProvider.HandleLogoutRequest to prevent throwing an ArgumentNullException when the authentication cookie is no longer valid 10 years ago
Kévin Chalet 5c09b2ef8e Fix OpenIddictManager.CreateIdentityAsync to avoid storing null email addresses as claims 10 years ago