703 Commits (b12d33e4f9074b097d4a6eb5e200d1e1be9d5c49)
 

Author SHA1 Message Date
Kévin Chalet b12d33e4f9 Update version.props to build 1.0.0 packages 8 years ago
Kévin Chalet 046f577042 Backport code style changes to OpenIddict 1.x 8 years ago
Kévin Chalet e1a7832a6c Update OpenIddictMvcConfiguration to use BindingSourceMetadataProvider 8 years ago
Kévin Chalet 0805bab3dd Backport the MVC changes to OpenIddict 1.x 8 years ago
Kévin Chalet d668c82d8b Use SuppressChildValidationMetadataProvider to exclude OpenIdConnectRequest/OpenIdConnectResponse from child validation 8 years ago
Kévin Chalet 6a0572cd1d Backport the MongoDB changes to OpenIddict 1.x 8 years ago
Kévin Chalet 2680ab2383 Update the MongoDB resolvers to cache the store types 8 years ago
Kévin Chalet 1f37aaa2b1 Backport code style changes to OpenIddict 1.x 8 years ago
Kévin Chalet 313a4a92ec Update OpenIddictValidationConfiguration to validate the default sign-in/out schemes and ensure they don't point to the OpenIddict validation handler 8 years ago
Kévin Chalet a34f7eecec Backport the schema changes to OpenIddict 1.x 8 years ago
Kévin Chalet cdd85c99a6 Revert some of the EF 6.x/EF Core schema changes to avoid issues with migrations 8 years ago
Kévin Chalet ec9ee4bb84 Backport logging changes to OpenIddict 1.x 8 years ago
Kévin Chalet e159b2eed2 Log a message when rejecting response_type=token requests made by confidential clients 8 years ago
Kévin Chalet c47d5c8afe Backport the builders changes to OpenIddict 1.x 8 years ago
Kévin Chalet 77ed793859 Update the OpenIddict builders to hide System.Object's root members 8 years ago
Kévin Chalet 6634880115 Backport naming changes to OpenIddict 1.x 8 years ago
Kévin Chalet 2bbd153f40 Update OpenIddictServerConfiguration to validate the default schemes and ensure they don't point to the OpenIddict server handler 8 years ago
Kévin Chalet 87eb5b5cd9 Backport the scope permissions security fix to OpenIddict 1.x 8 years ago
Kévin Chalet e7c4942777 Move the scope permissions validation logic to ensure it also applies to public clients 8 years ago
Kévin Chalet 28a67b7711 Backport the stores changes to OpenIddict 1.x 8 years ago
Kévin Chalet 38092df0ac Rename IOpenIddictTokenStore.SetTokenTypeAsync() to SetTypeAsync() 8 years ago
Kévin Chalet 2dedef105f Backport the extensions/helpers changes to OpenIddict 1.x 8 years ago
Kévin Chalet 041a83847a Introduce AuthenticationTicket extensions and move the EntityFramework/EntityFrameworkCore extensions to a better namespace 8 years ago
Kévin Chalet 76a7e32a8a Remove obsolete unit tests 8 years ago
Kévin Chalet 83fa9e6221 Backport the caching/stores changes to OpenIddict 1.x 8 years ago
Kévin Chalet 3a9b08b109 Update the caches to use expiration tokens to remove invalid entries 8 years ago
Kévin Chalet 338f8779f4 Update the OpenIddict.Core extensions to register the memory cache services and remove unnecessary references 8 years ago
Kévin Chalet d7de292d93 Update OpenIddictMongoDbContext to dispose of the private semaphore 8 years ago
Kévin Chalet 3a13c8505a Update the EF 6.x/EF Core entity configurations to use pre-defined column lengths 8 years ago
Kévin Chalet f8bed3b7ee Remove an unnecessary private field 8 years ago
Kévin Chalet 546cc5757c Backport the caching APIs to OpenIddict 1.x 8 years ago
Kévin Chalet 55f358689c Introduce built-in entity caching support in the managers and allow disabling the additional checks 8 years ago
Kévin Chalet 0a7028d154 Backport the exception changes to OpenIddict 1.x 8 years ago
Kévin Chalet 50375c212d Introduce a custom exception type that allows flowing multiple validation errors 8 years ago
Kévin Chalet 24961dd0f9 Backport the managers/stores/models changes to OpenIddict 1.x 8 years ago
Kévin Chalet a60014dda5 Introduce OpenIddictAuthorizationManager.FindByApplicationIdAsync() and decorate the built-in models with [DebuggerDisplay] 8 years ago
Kévin Chalet 84055f634c Move the handlers registration logic to OpenIddictServerConfiguration/OpenIddictValidationConfiguration 8 years ago
Kévin Chalet 1b28fc8d5e Backport the aspnet-contrib packages changes to OpenIddict 1.x 8 years ago
Kévin Chalet 56b8a249eb Update dependencies.props to target the 2.0.0 aspnet-contrib packages 8 years ago
Kévin Chalet 0d460a768d Backport the constants changes to OpenIddict 1.x 8 years ago
Kévin Chalet 978c398d7d Introduce new constants 8 years ago
Kévin Chalet df6882e684 Backport the constants changes to OpenIddict 1.x 8 years ago
Kévin Chalet a20f38a6ce Remove OfflineAccess/OpenId from OpenIddictConstants.Permissions.Scopes 8 years ago
Kévin Chalet 4b68fa9571 Backport the README.md changes to OpenIddict 1.x 8 years ago
Kévin Chalet 532a4f96ac Update README.md 8 years ago
Kévin Chalet ed9f2117cc Backport the events model changes to OpenIddict 1.x 8 years ago
Kévin Chalet 9a06891507 Tweak the events model to force user-defined handlers to explicitly determine whether other handlers can be invoked 8 years ago
Kévin Chalet 16795dc5d6 Backport the server builder changes to OpenIddict 1.x 8 years ago
Kévin Chalet aa79131335 Introduce OpenIddictServerBuilder.SetRequestCachingPolicy() 8 years ago
Kévin Chalet 803b6abbf3 Update IOpenIddictAuthorizationManager.FindAsync() to make CancellationToken optional 8 years ago