351 Commits (ff293e1481172e1e0301ac82882826c69273a124)
 

Author SHA1 Message Date
Kévin Chalet ff293e1481 Update README.md 8 years ago
Kévin Chalet 31abb05f4d Introduce timestamp properties and update the Entity Framework stores to avoid swalling DbUpdateConcurrencyException 8 years ago
Kévin Chalet 1118e77977 Update the managers/stores methods to accept and return ImmutableArray instead of raw arrays 8 years ago
Kévin Chalet cf3e649b0f Add automatic revocation of old tokens when redeeming refresh tokens with rolling tokens enabled 8 years ago
Kévin Chalet acfcef6817 Introduce a new OpenIddictAuthorization.Type property and the corresponding stores methods 8 years ago
Kévin Chalet 4f666a55ec Update the default token manager to treat access_token as a valid token type 8 years ago
Kévin Chalet 995063b60f Introduce new CountAsync()/ListAsync() methods in the stores/managers 8 years ago
Kévin Chalet dbfd9f58ab Use a crypto-secure RNG to generate the request_id parameter 8 years ago
Kévin Chalet 38e69a7034 Reword the error messages returned by the OpenIddict endpoints 8 years ago
Kévin Chalet 013c480fec Update the exception thrown by OpenIddictModelBinder and include the token identifier in the log messages when possible 8 years ago
Kévin Chalet 8488dd4f81 Introduce the ability to specify multiple callback URLs (redirect_uri and post_logout_redirect_uri) 8 years ago
Kévin Chalet 1b63058b6d Update the Entity Framework/Entity Framework Core stores to use FindAsync() instead of SingleOrDefaultAsync() when possible 8 years ago
Kévin Chalet e88a1cb2ba Allow the authorization/token status to be directly set on the descriptor 8 years ago
Kévin Chalet f03ba6d66e Add aud, exp, iat, iss and sub to the list of default claims exposed by the discovery endpoint 8 years ago
Kévin Chalet df6bafb723 Add missing license headers 8 years ago
Kévin Chalet 3c17571919 Introduce built-in Entity Framework 6.x stores for OpenIddict 8 years ago
Kévin Chalet a4284c188f Move OpenIddictExtensions to the Microsoft.Extensions.DependencyInjection namespace 8 years ago
Kévin Chalet f95a17acae Introduce a new hybrid client type and prevent confidential clients from retrieving an identity token from the authorization endpoint 8 years ago
Kévin Chalet 54c0af96dd Prevent the OpenID Connect server middleware from using its default logic when deserializing reference tokens 8 years ago
Kévin Chalet ae54086ae9 Disable the built-in OIDC claims mapping feature in the MVC sample 9 years ago
Kévin Chalet 4db569e347 Update OpenIddictBuilder.DisableSlidingExpiration()'s XML documentation 9 years ago
Kévin Chalet 936d4988b0 Introduce new base classes to make custom stores easier to implement 9 years ago
Kévin Chalet d8e3986a3d Introduce OpenIddictApplicationDescriptor and add a CreateAsync() overload accepting a OpenIddictApplicationDescriptor parameter 9 years ago
Kévin Chalet bc7b158677 Update OpenIddictAuthorizationStore/OpenIddictTokenStore to avoid throwing exceptions when no application or authorization is specified 9 years ago
Kévin Chalet 4df77f181c Update the discovery endpoint to return the request_parameter_supported/request_uri_parameter_supported parameters 9 years ago
Kévin Chalet b3c0d886a7 Introduce OpenIddictOptions.Claims/OpenIddictBuilder.RegisterClaims() 9 years ago
Kévin Chalet 19633c55c6 Fix the invalid metadata returned by the discovery endpoint 9 years ago
Kévin Chalet eb6588576e Introduce a new rolling tokens option and disable it by default 9 years ago
Kévin Chalet 6b97606d0f Introduce a new option allowing to configure the registered scopes 9 years ago
Kévin Chalet 89be252838 Rename OpenIddictApplicationStore.GetHashedSecretAsync()/SetHashedSecretAsync() 9 years ago
Kévin Chalet b2f37f80f7 Update the OpenIddict managers to expose the queryable sets 9 years ago
vyfster 524fe6f055 Introduce OpenIddictToken.Start/End to expose the token validation validity period as first class properties 9 years ago
Kévin Chalet 3280e09c1d Introduce built-in reference tokens support and automatic compromised tokens revocation 9 years ago
Kévin Chalet 8283eee0f2 Update version.props to build 2.0.0-rc1 packages 9 years ago
Kévin Chalet f6197994df Add the missing Async suffix to FindByLogoutRedirectUri() and FindByRedirectUri() 9 years ago
Kévin Chalet 4741e031ed Introduce OpenIddictApplicationManager.ValidateLogoutRedirectUriAsync() and allow multiple clients to share the same logout redirect URL 9 years ago
Kévin Chalet df50221533 Incorporate the changes committed in the release branch 9 years ago
Kévin Chalet 6b7a175289 Update README.md 9 years ago
Kévin Chalet 69ca17cb26 Update OpenIddictCustomizer to inherit from RelationalModelCustomizer instead of ModelCustomizer 9 years ago
Henk Mollema f8a559d332 Update to CryptoHelper 3.0.0 9 years ago
Kévin Chalet f68fad8f01 Use Assert.Single()/Empty() instead of Assert.Equal() 9 years ago
Kévin Chalet e9d78fcc61 Update NuGet.config to remove the aspnetcore-dev feed 9 years ago
Kévin Chalet 42831a3a7a Update dependencies.props to target the official ASP.NET Core 2.0 packages 9 years ago
Kévin Chalet 46dceca939 Introduce OpenIddictBuilder.AddDevelopmentSigningCertificate() 9 years ago
Kévin Chalet 7b6b5ed1d4 Update OpenIddict for ASP.NET Core 1.x to target ASOS 1.0.1 9 years ago
Kévin Chalet b7359dd93d Update OpenIddict.Tests.csproj to add a net47 target 9 years ago
Kévin Chalet 9f04341a48 Update .travis.yml 9 years ago
Kévin Chalet 1ea4e9d6eb Update Moq to 4.7.63 9 years ago
Kévin Chalet 977366a3e5 Replace the aspnetcore-ci-dev feed by aspnetcore-dev 9 years ago
Kévin Chalet d39ebfe27d Introduce OpenIddictBuilder.AddEncryptingKey() 9 years ago