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
|
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
|
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
|
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
|
75d4455b27
|
Convert OpenIddict, OpenIddict.AspNetCore and OpenIddict.Owin to real meta-packages
|
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
|
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
|
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
|
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
|
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 |