513 Commits (338f8779f4e5a4650452d98ae0922161f42ee314)
 

Author SHA1 Message Date
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 55f358689c Introduce built-in entity caching support in the managers and allow disabling the additional checks 8 years ago
Kévin Chalet 50375c212d Introduce a custom exception type that allows flowing multiple validation errors 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 56b8a249eb Update dependencies.props to target the 2.0.0 aspnet-contrib packages 8 years ago
Kévin Chalet 978c398d7d Introduce new constants 8 years ago
Kévin Chalet a20f38a6ce Remove OfflineAccess/OpenId from OpenIddictConstants.Permissions.Scopes 8 years ago
Kévin Chalet 532a4f96ac Update README.md 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 aa79131335 Introduce OpenIddictServerBuilder.SetRequestCachingPolicy() 8 years ago
Kévin Chalet 803b6abbf3 Update IOpenIddictAuthorizationManager.FindAsync() to make CancellationToken optional 8 years ago
Kévin Chalet ddbe7aed38 Update IOpenIddictAuthorizationStore.PruneAsync() to also take expired tokens into account 8 years ago
Kévin Chalet d92b6f2861 Update ListAsync() to use AsTracking() 8 years ago
Kévin Chalet 0f89f638eb Introduce new FindAsync methods in OpenIddictTokenManager/IOpenIddictTokenStore 8 years ago
Kévin Chalet 769fdefab6 Introduce a new OpenIddictMongoDbOptions.DisableInitialization option 8 years ago
Kévin Chalet c7650f8dd6 Update the MongoDB C# driver to 2.7.0 8 years ago
Kévin Chalet 4d8e458df5 Update documentation and move the MVC binder/binder provider to an .Internal namespace 8 years ago
Kévin Chalet 3e55b341b8 Update OpenIddict.csproj to explicitly reference OpenIddict.Abstractions.csproj 8 years ago
Kévin Chalet e8762cd812 Introduce new constants 8 years ago
Kévin Chalet 7bb2cd9522 Add common claims/scopes/errors constants to OpenIddictConstants 8 years ago
Kévin Chalet bbf4c42057 Move the server and validation components to an .Internal namespace 8 years ago
Kévin Chalet ab34bdae2e Update AddServer()/AddValidation() to throw an exception when the OpenID Connect server/OAuth validation handler are already registered and to prevent custom providers 8 years ago
Kévin Chalet a65deb4463 Update OpenIddictServerBuilder to allow calling SetAccessTokenLifetime/SetAuthorizationCodeLifetime/SetIdentityTokenLifetime/SetRefreshTokenLifetime with null values 8 years ago
Kévin Chalet 3eebdb21f6 Update the aspnet-contrib dependencies and introduce a new OpenIddictServerBuilder.AddSigningCertificate() extension accepting a X509KeyStorageFlags parameter 8 years ago
Kévin Chalet 5a37afb116 Move the OpenIddict entities mappings to separate IEntityTypeConfiguration instances 8 years ago
Kévin Chalet 7cf18dc1ea Add unit tests for the MongoDB stores resolvers 8 years ago
Kévin Chalet e62f10b876 Update OpenIddictMongoDbContext to use SemaphoreSlim to avoid multiple executions of the initialization routine 8 years ago
Kévin Chalet b5c9798e17 Introduce new unit tests for the core/server/validation builders and extensions 8 years ago
Kévin Chalet 061f03fc9d Update the validation handler to validate the token status in DecryptToken() 8 years ago
Kévin Chalet 99cebde3c3 Fix ApplyAuthorizationResponse/ApplyLogoutResponse to work with null requests 8 years ago
Kévin Chalet 0cf7311664 Move the distributed/memory cache services registration from OpenIddict.Core to the stores/server packages 8 years ago
Kévin Chalet 513ebcae8e Remove the [BsonExtraElements] attribute from the MongoDB entities to prevent future collisions 8 years ago
Vladyslav Martynets 80bfa33b36 Replace new() constraints by Activator.CreateInstance() to allow using abstract entities as generic parameters 8 years ago
Kévin Chalet eb6783fb04 Update README.md 8 years ago
Kévin Chalet 8601156578 Introduce a new option allowing to validate the authorization associated with an access token 8 years ago
Kévin Chalet 62ea117682 Store the token/authorization identifiers in new internal authentication properties 8 years ago
Kévin Chalet e9c796ca37 Throw an InvalidOperationException when SignIn() is called with an unauthenticated ClaimsIdentity 8 years ago
Kévin Chalet 586940fe0a Update version.props to build 2.0.0-rtm packages 8 years ago
Kévin Chalet af5e0d6c8d Incorporate the changes committed in the rel/2.0.0-rc3 branch 8 years ago
Kévin Chalet 313b275d4f Update version.props to build 2.0.0-rc3-final packages 8 years ago
Kévin Chalet e18ca46549 Update README.md 8 years ago
Kévin Chalet ab4d700446 Update README.md 8 years ago
Kévin Chalet e7abdab60d Update the token endpoint validation logic to reject scope=offline_access requests if the client application is not allowed to use the refresh token flow 8 years ago
Kévin Chalet c531d05b3b Migrate to the aspnet-contrib 2.0.0-rc3-final packages 8 years ago
Kévin Chalet 5c40217da4 Replace the application provider/events by a new notifications-based system 8 years ago
Kévin Chalet 7e10bedb73 Remove implicit permissions and introduce OpenIddictServerBuilder.IgnoreEndpointPermissions()/IgnoreGrantTypePermissions()/IgnoreScopePermissions() 8 years ago