566 Commits (204b87dbeaf693bb5cf1994fa3d443f72acd1594)
 

Author SHA1 Message Date
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
Kévin Chalet d183afeeff
Fix naming inconsistencies in the core caches and remove usages of Lazy 7 years ago
Kévin Chalet 4242e43638 Remove invalid null checks from OpenIddictTokenStore 7 years ago
Kévin Chalet ecd6bab19d
Remove the .Internal namespace and make the pubternal types public or internal 7 years ago
Akhan Zhakiyanov 002eeb8dd3 Update validation log message for applications without logout permission 7 years ago
Kévin Chalet dddf7c7186
Update the MongoDB stores to use BsonDocument.Parse() to ensure properties are correctly serialized 7 years ago
Kévin Chalet 1aacf712f7 Update version.props to build 3.0.0-alpha1 packages 7 years ago
Kévin Chalet e1a7832a6c Update OpenIddictMvcConfiguration to use BindingSourceMetadataProvider 8 years ago
Kévin Chalet d668c82d8b Use SuppressChildValidationMetadataProvider to exclude OpenIdConnectRequest/OpenIdConnectResponse from child validation 8 years ago
Kévin Chalet 2680ab2383 Update the MongoDB resolvers to cache the store types 8 years ago
Kévin Chalet 313a4a92ec Update OpenIddictValidationConfiguration to validate the default sign-in/out schemes and ensure they don't point to the OpenIddict validation handler 8 years ago
Kévin Chalet cdd85c99a6 Revert some of the EF 6.x/EF Core schema changes to avoid issues with migrations 8 years ago
Kévin Chalet e159b2eed2 Log a message when rejecting response_type=token requests made by confidential clients 8 years ago
Kévin Chalet 77ed793859 Update the OpenIddict builders to hide System.Object's root members 8 years ago
Kévin Chalet 2bbd153f40 Update OpenIddictServerConfiguration to validate the default schemes and ensure they don't point to the OpenIddict server handler 8 years ago
Kévin Chalet e7c4942777 Move the scope permissions validation logic to ensure it also applies to public clients 8 years ago
Kévin Chalet 38092df0ac Rename IOpenIddictTokenStore.SetTokenTypeAsync() to SetTypeAsync() 8 years ago