177 Commits (e41b0260bdd7b5efeb47cf1843231350650ea709)

Author SHA1 Message Date
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 10 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 10 years ago
Kévin Chalet 7c65c83a04 Introduce new IOpenIddictApplicationStore/OpenIddictApplicationManager APIs 10 years ago
Kévin Chalet 1478905dc9 Introduce a new DisableTokenRevocation option 10 years ago
Kévin Chalet 9744c3ba5d Ignore the DbUpdateConcurrencyExceptions thrown when revoking tokens 10 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 10 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
Kévin Chalet aa6a82e85e Update OpenIddictProvider to allow using custom grant types 10 years ago
Kévin Chalet 94f1189592 Remove OpenIddictMiddleware and the parameterless OpenIddictBuilder.EnableAuthorizationEndpoint() overloads 10 years ago
Kévin Chalet 1ac09594d1 Add an OpenIddictBuilder.AddEphemeralSigningKey() overload accepting an algorithm name 10 years ago
Kévin Chalet 383b1e0f9c Introduce parameterless OpenIddictBuilder.EnableEndpoint() extensions 10 years ago
Kévin Chalet 92122c11b0 Remove the built-in logout handling feature 10 years ago
Kévin Chalet 1db3779ab3 Allow handling grant_type=password and grant_type=client_credentials requests in user code and introduce OpenIddictMiddleware 10 years ago
Kévin Chalet 2b2ac8b884 Introduce OpenIddictBuilder.AddSigningKey() 10 years ago
Kévin Chalet 5fe563d80d Introduce new OpenIddictOptions extensions 10 years ago
Kévin Chalet ce61ab5779 Relax the authorization request validation policy to allow confidential clients to partially use the hybrid flow 10 years ago
Kévin Chalet 76d9b62571 Reject authorization requests that specify code_challenge_method=plain or use an inappropriate response type 10 years ago
Kévin Chalet 113176d023 Extend request_id to the logout endpoint and update AuthorizationController to only flow the request_id instead of the entire payload 10 years ago
Kévin Chalet b96fa64f44 Update OpenIddict.Core to target the ASOS beta7 nightly builds 10 years ago