189 Commits (6b7a1752894e23012c125621f2abdeb5daa21c38)

Author SHA1 Message Date
Kévin Chalet 69ca17cb26 Update OpenIddictCustomizer to inherit from RelationalModelCustomizer instead of ModelCustomizer 9 years ago
Kévin Chalet 46dceca939 Introduce OpenIddictBuilder.AddDevelopmentSigningCertificate() 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 5aa4219efe Update common.props to generate symbols packages and use DebugType=full on Windows 9 years ago
Kévin Chalet f44cf04f28 Migrate to the latest ASOS RTM nightly builds 9 years ago
Kévin Chalet 112c46deb6 Migrate to the new .csproj project system 9 years ago
Kévin Chalet 214c429fc4 Optimization: reject grant_type=authorization_code requests that don't specify a redirect_uri directly from ValidateTokenRequest 9 years ago
Kévin Chalet 347b75cb4d Add a new OpenIddictApplicationManager.UpdateAsync overload accepting a client secret and rework the validation logic 9 years ago
Kévin Chalet 9970537ebf Migrate to the ASOS rc1-final packages 9 years ago
Kévin Chalet c3fcb50a8e Remove the imports sections from project.json 9 years ago
Kévin Chalet 89186da952 React to contract changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 9 years ago
Kévin Chalet 55a87bf989 React to behavior changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 9 years ago
Kévin Chalet e36a80bc14 Adhere to the ASP.NET team coding style guidelines 9 years ago
Kévin Chalet 9cbe83e45e Realign the default access token lifetime with the default ASOS value 9 years ago
Kévin Chalet ea08d4d894 Relax the default signing credentials policy to allow using OpenIddict in degraded mode 9 years ago
Kévin Chalet 00e6fac166 Reintroduce token/subject binding and add authorization support 9 years ago
Kévin Chalet 651a41edaf Migrate to the AspNet.Security.OpenIdConnect.Server RC1 nightly builds 9 years ago
Kévin Chalet b84754f5a0 Use the ExtractUserinfoRequest event to bypass the default token validation enforced by the OpenID Connect server middleware 9 years ago
Kévin Chalet 5635e211f9 Introduce additional checks in OpenIddictApplicationManager 9 years ago
Kévin Chalet 7c65c83a04 Introduce new IOpenIddictApplicationStore/OpenIddictApplicationManager APIs 9 years ago
Kévin Chalet 1478905dc9 Introduce a new DisableTokenRevocation option 9 years ago
Kévin Chalet 9744c3ba5d Ignore the DbUpdateConcurrencyExceptions thrown when revoking tokens 9 years ago
Kévin Chalet 6086c92379 Update the discovery endpoint to expose the supported external providers 10 years ago
Kévin Chalet ded88a4289 Remove the internal id_token_hint checks 9 years ago
Kévin Chalet 2d4dde2290 Introduce new services.AddOpenIddict() overloads to allow delegate-based configuration 10 years ago
Kévin Chalet 69e83a5019 Align the authorization code handling with refresh tokens 10 years ago
Kévin Chalet 8c6bc7665c Introduce OpenIddictBuilder.SetIssuer() 10 years ago
Kévin Chalet 8355dd3210 Update AddEntityFrameworkCoreStores() to infer the key type from the entity generic arguments 10 years ago
Kévin Chalet be5e842c96 Rename OpenIddict.EntityFramework to OpenIddict.EntityFrameworkCore 10 years ago
Kévin Chalet bb1d2e07be Remove OpenIddictDbContext and revamp OpenIddict/OpenIddict.Core 10 years ago
Kévin Chalet 568ad7599f Fix an invalid error description in OpenIddictProvider.Authentication.cs 10 years ago
Kévin Chalet 39fd5763a9 Update OpenIddictProvider to make refresh token requests pass-through 10 years ago
Kévin Chalet 3b1f93008e Migrate to ASOS beta7-final 10 years ago
Kévin Chalet cc79326fb4 React to API/namespace changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet 2cc29a8d92 Remove the authorization endpoint resolution logic and update the sample to use FormValueRequiredAttribute 10 years ago
Kévin Chalet 135da2f611 Make transparent request caching an opt-in feature 10 years ago
Kévin Chalet 56a66f42fe Introduce new OpenIddictBuilder methods and add the corresponding unit tests 10 years ago
Kévin Chalet 53b38c93f3 Add the OpenIddict endpoints tests 10 years ago
Kévin Chalet 8e92e1467e Remove OpenIddictModule 10 years ago
Kévin Chalet 9ede71fa12 Introduce OpenIddictBuilder.DisableConfigurationEndpoint() and DisableCryptographyEndpoint() 10 years ago
Kévin Chalet bc5f21ad26 Remove OpenIddictUser 10 years ago
Kévin Chalet d8fadc0f99 Decouple OpenIddict from ASP.NET Core Identity 10 years ago
Kévin Chalet 62a0a5e012 React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet 6c7ff09f01 Remove the email/profile scopes checks 10 years ago
Kévin Chalet 673caa409d Introduce OpenIddictBuilder.RequireClientIdentification() 10 years ago
Kévin Chalet 59dc31abe6 Introduce an OpenIdConnectRequest/OpenIdConnectResponse model binder 10 years ago
Kévin Chalet 12af8067f8 Remove the internal CanSignInAsync/IsLockedOutAsync checks 10 years ago
Kévin Chalet 599d707081 Introduce OpenIddictBuilder.UseDataProtectionProvider() 10 years ago