328 Commits (bc7b158677c1957918cd34629e0833727cb9739e)
 

Author SHA1 Message Date
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
Kévin Chalet 5e7a5c103b Port OpenIddict to the new ASP.NET Core 2.0 authentication stack 9 years ago
Kévin Chalet 0ac6071afd React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 9 years ago
Kévin Chalet 89d2eb39ee Migrate to the aspnet-contrib 1.0.0 RTM packages 9 years ago
Kévin Chalet 6a5a76d4b0 Use DebugType=portable for the unit tests projects 9 years ago
Kévin Chalet 93c3dec683 Migrate to Moq 4.7.8 9 years ago
Kévin Chalet 5aa4219efe Update common.props to generate symbols packages and use DebugType=full on Windows 9 years ago
Kévin Chalet 7062c9477f Update .travis.yml 9 years ago
Kévin Chalet ade0085193 Replace the net451 TFM by net452 in the unit tests projects 9 years ago
Kévin Chalet f44cf04f28 Migrate to the latest ASOS RTM nightly builds 10 years ago
Kévin Chalet f6d3142ea2 Update README.md 10 years ago
Kévin Chalet aa77aa2a66 Update common.props/version.props 10 years ago
Kévin Chalet 112c46deb6 Migrate to the new .csproj project system 10 years ago
Kévin Chalet 214c429fc4 Optimization: reject grant_type=authorization_code requests that don't specify a redirect_uri directly from ValidateTokenRequest 10 years ago
Kévin Chalet 347b75cb4d Add a new OpenIddictApplicationManager.UpdateAsync overload accepting a client secret and rework the validation logic 10 years ago
Kévin Chalet 9970537ebf Migrate to the ASOS rc1-final packages 10 years ago
Kévin Chalet c3fcb50a8e Remove the imports sections from project.json 10 years ago
Kévin Chalet e41b0260bd Add a comment indicating how authorization codes/refresh tokens can be automatically invalidated when the security stamp is updated 10 years ago
Kévin Chalet 277a7149ad Update the MVC sample to exclude the security stamp from the access/identity tokens 10 years ago
Kévin Chalet 89186da952 React to contract changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Ryan Sandbach ecf0327725 Fix invalid Identity service configuration in README.md 10 years ago
Kévin Chalet e01bf880e5 Update the Mvc.Server sample to show how the default encrypted token format can be replaced by JWT 10 years ago
Kévin Chalet 55a87bf989 React to behavior changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet e82baf9fab React to API changes in aspnet-contrib/AspNet.Security.OAuth.Extensions 10 years ago