2226 Commits (dev)
 

Author SHA1 Message Date
Kévin Chalet c7a5e8436d Backport the application manager changes to OpenIddict 1.x 9 years ago
Kévin Chalet 01ab603723 Introduce OpenIddictApplicationManager.GetPostLogoutRedirectUrisAsync()/GetRedirectUrisAsync() 9 years ago
Kévin Chalet 70befdd884 Backport the models/stores changes to OpenIddict 1.x 9 years ago
Kévin Chalet a19f5e81ff Rename OpenIddictToken.Ciphertext/Hash to Payload/ReferenceId and add new methods to allow overriding the default obfuscation 9 years ago
Kévin Chalet 412b53b71c Backport the stores changes to OpenIddict 1.x 9 years ago
Kévin Chalet bddfdb74be Add "state" parameters to the GetAsync()/ListAsync() stores methods to avoid closure allocations 9 years ago
Kévin Chalet 0b44a6674f Backport the stores changes to OpenIddict 1.x 9 years ago
Kévin Chalet 02d5ff7100 Update the authorizations/tokens stores to eagerly load the associated applications/authorizations 9 years ago
Kévin Chalet 07177df0d3 Rework the applications/authorizations/scopes/tokens stores methods 9 years ago
Kévin Chalet e25058a8dd Backport the stores changes to OpenIddict 1.x 9 years ago
Kévin Chalet 5c1eaff415 Use FirstOrDefaultAsync() instead of SingleOrDefaultAsync() to avoid generating SELECT TOP(2) SQL requests 9 years ago
Kévin Chalet 290de40e6a Backport the stores changes to OpenIddict 1.x 9 years ago
Kévin Chalet 83eddce4f4 Use ToListAsync() instead of ToArrayAsync() to save an intermediate allocation 9 years ago
Kévin Chalet ae123836c6 Backport the entities changes to OpenIddict 1.x 9 years ago
Kévin Chalet 37e24a5e76 Replace the Timestamp properties by new ConcurrencyToken properties to work around a MySQL limitation 9 years ago
Kévin Chalet 361641cbb4 Backport the Entity Framework stores changes to OpenIddict 1.x 9 years ago
Kévin Chalet 5ce37e4ad2 Update OpenIddictAuthorizationManager.FindAsync() to return an array of authorizations instead of a single element 9 years ago
Kévin Chalet 8db7c49a43 Fix the Entity Framework 6.x authorizations/tokens stores to use the FindAsync() method correctly 9 years ago
Kévin Chalet a5376d46f0 Update IOpenIddictTokenStore.FindByApplicationIdAsync()/FindByAuthorizationIdAsync() to work around an Entity Framework bug 9 years ago
Kévin Chalet ffb3203a34 Backport the descriptors changes to OpenIddict 1.x 9 years ago
Kévin Chalet 6116ba2d7d Replace IOpenIddictApplicationStore.GetTokensAsync() by IOpenIddictTokenStore.FindByApplicationIdAsync() 9 years ago
Kévin Chalet 59b29d2d23 Optimization: update SetPostLogoutRedirectUrisAsync() and SetRedirectUrisAsync() to avoid running checks for default or empty arrays 9 years ago
Kévin Chalet fa264642d4 Flow the claims principal/authentication properties from the OpenIddict provider to the authorizations/tokens stores 9 years ago
Kévin Chalet 62328923cd Backport the non-reference tokens deserialization fix to OpenIddict 1.x 9 years ago
Kévin Chalet 0a409a3013 Correctly restore the authentication properties of non-reference authorization codes/refresh tokens 9 years ago
Kévin Chalet b06bc2fc00 Update version.props to build 2.0.0-rc2 packages 9 years ago
Kévin Chalet 8c644f2800 Incorporate the changes committed in the rel/2.0.0-rc1 branch 9 years ago
Kévin Chalet c4627b7e12 Incorporate the changes committed in the rel/1.0.0-rc1 branch 9 years ago
Kévin Chalet 3d507b4f1f Change OpenIddict.EntityFramework's target framework from net461 to net451 9 years ago
Kévin Chalet 3b9f0d816b Update version.props to build 2.0.0-rc1-final packages 9 years ago
Kévin Chalet 247fa81648 Update version.props to build 1.0.0-rc1-final packages 9 years ago
Kévin Chalet 15fe912a6e Backport the packages changes to OpenIddict 1.x 9 years ago
Kévin Chalet 548cb2db95 Update OpenIddict.Core's package description 9 years ago
Kévin Chalet 5c20738437 Backport the dependencies changes to OpenIddict 1.x 9 years ago
Kévin Chalet d02b57f04f Remove AspNet.Security.OpenIdConnect.Primitives from OpenIddict.Core's dependencies and move OpenIddict.Models to netstandard2.0 9 years ago
Kévin Chalet adf2f732d4 Backport the samples launch settings to OpenIddict 1.x 9 years ago
Kévin Chalet 9fc00af0ab Update the samples to use WebHost.CreateDefaultBuilder() 9 years ago
Kévin Chalet d9a9a7a8a1 Backport the custom properties handling changes to OpenIddict 1.x 9 years ago
Kévin Chalet d7589c229e Allow custom properties marked as public to be returned as authorization/logout/token response parameters 9 years ago
Kévin Chalet 550aacc59d Backport the navigation property fix to OpenIddict 1.x 9 years ago
Kévin Chalet 8404db2bec Fix OpenIddictAuthorizationStore.SetApplicationIdAsync() to use the correct navigation property 9 years ago
Kévin Chalet 42801802c4 Backport the managers/stores changes to OpenIddict 1.x 9 years ago
Kévin Chalet 4f4eb43487 Enable cascade delete for authorizations and tokens 9 years ago
Kévin Chalet 1bddda9cdb Add new GetApplicationIdAsync()/SetApplicationIdAsync() methods in the authorization/token managers/stores 9 years ago
Kévin Chalet 356508005a Introduce new managers/stores methods allowing to list invalid authorizations/tokens 9 years ago
Kévin Chalet 13fe2c6e41 Backport the refresh token generation fix to OpenIddict 1.x 9 years ago
Kévin Chalet 820eedfd44 Ensure that a refresh_token is correctly returned for grant_type=authorization_code requests 9 years ago
Kévin Chalet b3d406609b Update the OpenIddictBuilder methods documentation and reword the exception messages 9 years ago
Kévin Chalet ff293e1481 Update README.md 9 years ago
Kévin Chalet 9f0a04ee95 Backport the timestamp changes to OpenIddict 1.x 9 years ago