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
|
8 years ago |
Kévin Chalet
|
8ff0e97586
|
Add a new option allowing to make PKCE mandatory
|
8 years ago |
Kévin Chalet
|
14c229d2ce
|
Introduce NHibernate 5.x stores
|
8 years ago |
Kévin Chalet
|
d183afeeff
|
Fix naming inconsistencies in the core caches and remove usages of Lazy
|
8 years ago |
Kévin Chalet
|
4242e43638
|
Remove invalid null checks from OpenIddictTokenStore
|
8 years ago |
Kévin Chalet
|
ecd6bab19d
|
Remove the .Internal namespace and make the pubternal types public or internal
|
8 years ago |
Akhan Zhakiyanov
|
002eeb8dd3
|
Update validation log message for applications without logout permission
|
8 years ago |
Kévin Chalet
|
dddf7c7186
|
Update the MongoDB stores to use BsonDocument.Parse() to ensure properties are correctly serialized
|
8 years ago |
Kévin Chalet
|
1aacf712f7
|
Update version.props to build 3.0.0-alpha1 packages
|
8 years ago |
Kévin Chalet
|
b12d33e4f9
|
Update version.props to build 1.0.0 packages
|
8 years ago |
Kévin Chalet
|
ab9b77a8bb
|
Update version.props to build 2.0.0 packages
|
8 years ago |
Kévin Chalet
|
046f577042
|
Backport code style changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
e1a7832a6c
|
Update OpenIddictMvcConfiguration to use BindingSourceMetadataProvider
|
8 years ago |
Kévin Chalet
|
0805bab3dd
|
Backport the MVC changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
d668c82d8b
|
Use SuppressChildValidationMetadataProvider to exclude OpenIdConnectRequest/OpenIdConnectResponse from child validation
|
8 years ago |
Kévin Chalet
|
6a0572cd1d
|
Backport the MongoDB changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
2680ab2383
|
Update the MongoDB resolvers to cache the store types
|
8 years ago |
Kévin Chalet
|
1f37aaa2b1
|
Backport code style changes to OpenIddict 1.x
|
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
|
a34f7eecec
|
Backport the schema changes to OpenIddict 1.x
|
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
|
ec9ee4bb84
|
Backport logging changes to OpenIddict 1.x
|
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
|
c47d5c8afe
|
Backport the builders changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
77ed793859
|
Update the OpenIddict builders to hide System.Object's root members
|
8 years ago |
Kévin Chalet
|
6634880115
|
Backport naming changes to OpenIddict 1.x
|
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
|
87eb5b5cd9
|
Backport the scope permissions security fix to OpenIddict 1.x
|
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
|
28a67b7711
|
Backport the stores changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
38092df0ac
|
Rename IOpenIddictTokenStore.SetTokenTypeAsync() to SetTypeAsync()
|
8 years ago |
Kévin Chalet
|
2dedef105f
|
Backport the extensions/helpers changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
041a83847a
|
Introduce AuthenticationTicket extensions and move the EntityFramework/EntityFrameworkCore extensions to a better namespace
|
8 years ago |
Kévin Chalet
|
76a7e32a8a
|
Remove obsolete unit tests
|
8 years ago |
Kévin Chalet
|
83fa9e6221
|
Backport the caching/stores changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
3a9b08b109
|
Update the caches to use expiration tokens to remove invalid entries
|
8 years ago |
Kévin Chalet
|
338f8779f4
|
Update the OpenIddict.Core extensions to register the memory cache services and remove unnecessary references
|
8 years ago |