582 Commits (f44b4cc82b0d65f744e1ac98f6f98a7fd1ff8981)
 

Author SHA1 Message Date
Kévin Chalet f44b4cc82b Update OpenIddictServerOptions.AuthorizationCodeLifetime's documentation to include the default lifetime 7 years ago
Demian Marty ff7d5d5610 Add the RequireDegradedModeDisabled filter to the OpenIddictServerHandlers.Revocation.RevokeToken handler 7 years ago
Kévin Chalet eff798012d Add missing issuer assignment in the OpenIddict server OWIN host 7 years ago
Kévin Chalet d9cb645a9b Ensure the OpenIddict signing key is always used for strong naming 7 years ago
Kévin Chalet 609e0d0ed4 Update Versions.props to reference IdentityModel 5.5.1-preview-61011030454 7 years ago
Kévin Chalet b80244cf92 Reintroduce token generation/validation log traces 7 years ago
Kévin Chalet 2c5e9c6a69 Use Enumerable.Contains() instead of ImmutableArray.Contains() and add missing cancellation tokens 7 years ago
Kévin Chalet 874dd44170 Add workarounds for API breaking changes introduced in Entity Framework Core 3.x 7 years ago
Kévin Chalet 47c04a238c Remove compiled queries from the EF Core 2.x/3.x stores 7 years ago
Kévin Chalet 0a80bd218b Add appveyor.yml 7 years ago
Kévin Chalet 092097a57c Cross-compile the EF Core stores to support EF Core 2.x on .NET Standard 2.0 7 years ago
Kévin Chalet edf371fd9e Cross-compile the ASP.NET Core hosts to support ASP.NET Core 2.x on .NET Framework/.NET Core 2.1 7 years ago
Kévin Chalet 5627188737
Expose the token validation parameters used by OpenIddict.Server and rework existing handlers 7 years ago
Kévin Chalet 4a1d15f107
Introduce OpenIddictServerOptions.ResponseTypes/ResponseModes to support registering custom response types/modes 7 years ago
Kévin Chalet 443e94a3b5
Use IdentityModel 5.5.1-preview instead of 6.2.0-preview 7 years ago
Kévin Chalet 34fcd43ec3
Infer the redirect_uri from the registered addresses when no explicit value is provided 7 years ago
Kévin Chalet 204b87dbea
Bring back OpenIddict.Validation and introduce OpenIddict.Validation.AspNetCore, OpenIddict.Validation.Owin, OpenIddict.Validation.DataProtection, OpenIddict.Validation.ServerIntegration and OpenIddict.Validation.SystemNetHttp 7 years ago
Kévin Chalet b18ccad945 Update the order assigned to OpenIddictServerHandlers.Introspection.ValidateAuthorizedParty 7 years ago
Kévin Chalet 85e1f717c4
Reference final versions of ASP.NET Core 3.0, EF Core 3.0, EF 6.3.0 and System.Linq.Async 4.0.0 7 years ago
Kévin Chalet 858740818e
Reintroduce token storage, reference tokens, non-sliding expiration, rolling tokens and token revocation support 7 years ago
Kévin Chalet 9262d5aa3e
Bring back automatic authorization validation and ad-hoc authorization creation 7 years ago
Kévin Chalet f8280ddf6b
Set the access token audiences using the resources stored in the principal 7 years ago
Kévin Chalet 7a1ad7aa2f Update AttachCodeChallengeMethods to only return code_challenge_methods_supported when the code flow was enabled 7 years ago
Kévin Chalet 4e2cbfbe7c
Prevent Arcade from replacing the project copyright by Microsoft's copyright 7 years ago
Kévin Chalet 75d4455b27
Convert OpenIddict, OpenIddict.AspNetCore and OpenIddict.Owin to real meta-packages 7 years ago
Kévin Chalet 3cb3a80081 Update README.md 7 years ago
Kévin Chalet fef92dfb27
Promote the Issuer address to a global transaction property 7 years ago
Kévin Chalet e52ac93a7f
Cross-compile OpenIddict.Server for .NET Framework 4.6.1 7 years ago
Kévin Chalet 0ddb8ee4d4
Migrate to Newtonsoft.Json.Bson 1.0.2 to simplify the NuGet dependencies graph 7 years ago
Kévin Chalet ea3e454b47 Set OfficialBuild to true when building from non-PR branches 7 years ago
Kévin Chalet fbbdee5c67
Update Directory.Build.props to set OfficialBuildId on non-PR branches 7 years ago
Kévin Chalet 10cf3794b3
Update the authorization/logout validation/handling events to expose the ClaimsPrincipal resolved from id_token_hint 7 years ago
Kévin Chalet b16adca7b2
Reintroduce the revocation endpoint 7 years ago
Kévin Chalet 189aadaaf0
Remove the CryptoHelper reference from OpenIddict.Core 7 years ago
Kévin Chalet 37e08b20d9
Update the authorization/logout endpoints to automatically validate id_token_hint and refactor HandleAuthenticateAsync()/AuthenticateCoreAsync() 7 years ago
Kévin Chalet cb7133699d
Add RSA Probabilistic Signature Scheme (PS256/PS384/PS512) support and fix the algorithm names used for id_token_signing_alg_values_supported 7 years ago
Kévin Chalet 94e71b530b
Reintroduce the introspection endpoint 7 years ago
Kévin Chalet e1c6ce833c
Update .travis.yml to use Ubuntu Xenial 16.04 7 years ago
Kévin Chalet 2e45becc5a
Bring back userinfo support 7 years ago
Kévin Chalet 985a9ec191 Introduce OpenIddictMessage.Count to allow retrieving the number of parameters contained in a message 7 years ago
Kévin Chalet 9d2446764b
Replace Task by ValueTask in OpenIddict.Server/OpenIddict.Server.AspNetCore/OpenIddict.Server.Owin 7 years ago
Kévin Chalet 562b68362a
Use X509KeyStorageFlags.EphemeralKeySet on supported platforms 7 years ago
Kévin Chalet ed506e8954 Update README.md 7 years ago
Kévin Chalet 2113b573ad
Replace ValueTask<ImmutableArray<T>> by IAsyncEnumerable<T> 7 years ago
Kévin Chalet 8546ca47af
Bring back logout/end session endpoint support 7 years ago
Kévin Chalet 32a51c026b
Replace the static caches used in the EF 6/EF Core/NHibernate caches by private singleton caches injected via DI 7 years ago
Kévin Chalet 9ee38c0efb
Introduce the first experimental OpenIddict 3.0 bits and move the build infrastructure to Arcade 7 years ago
Kévin Chalet f6aa21b46a Replace TryGetValue/TryRemove by a single TryRemove call to avoid potential issues with concurrent cache removal/addition 7 years ago
Kévin Chalet 8ff0e97586
Add a new option allowing to make PKCE mandatory 7 years ago
Kévin Chalet 14c229d2ce
Introduce NHibernate 5.x stores 7 years ago