Kévin Chalet
|
eb35cbefb7
|
Port the token endpoint integration tests
|
6 years ago |
Kévin Chalet
|
d705bf7f01
|
Update .travis.yml and appveyor.yml to run integration tests
|
6 years ago |
Kévin Chalet
|
5361c66be1
|
Add integration tests for the authorization endpoint
|
6 years ago |
Kévin Chalet
|
7a164b6550
|
Reintroduce relaxed request paths comparisons
|
6 years ago |
Kévin Chalet
|
78637a7d77
|
Remove unnecessary IConfigureNamedOptions implementations
|
6 years ago |
Kévin Chalet
|
c0dc077f66
|
Update OpenIddict.Validation.DataProtection to support reference access tokens
|
6 years ago |
Kévin Chalet
|
a6e5cc827b
|
Remove OpenIddictServerJsonWebTokenHandler and OpenIddictValidationJsonWebTokenHandler
|
6 years ago |
Kévin Chalet
|
d5e449d065
|
Update the token validation logic to validate JWT tokens only once, independently of their actual type
|
6 years ago |
IgorHrabrov
|
80b7f21a0f
|
Introduce new unit tests in OpenIddictExtensionsTests
|
6 years ago |
Kévin Chalet
|
244e8fa254
|
Bump Microsoft.NETFramework.ReferenceAssemblies from 1.0.0-preview.2 to 1.0.0
|
6 years ago |
IgorHrabrov
|
311d9ca5a4
|
Port the AspNet.Security.OpenIdConnect.Extensions tests
|
6 years ago |
Kévin Chalet
|
c6d3293f2a
|
Cross-compile OpenIddict.Server.DataProtection and OpenIddict.Validation.DataProtection for .NETCoreApp3.0
|
6 years ago |
Kévin Chalet
|
09fe3f0955
|
Replace ImmutableDictionary<string, object> by ImmutableDictionary<string, JsonElement>
|
6 years ago |
Kévin Chalet
|
bef913d002
|
Replace JSON.NET by System.Text.Json, store cached requests as JWE/JWS payloads and set the typ header of JWT tokens
|
6 years ago |
Kévin Chalet
|
ac96bbcf09
|
Update the OpenIddict extensions to use ImmutableArray instead of ImmutableHashSet
|
6 years ago |
IgorHrabrov
|
ee2e139ae5
|
Port the AspNet.Security.OpenIdConnect.Primitives tests
|
6 years ago |
Kévin Chalet
|
af1fb2e890
|
Split request caching into 2 separate options
|
6 years ago |
Kévin Chalet
|
a3fccdd3de
|
Update README.md to indicate how to reference the OpenIddict MyGet feed
|
6 years ago |
Kévin Chalet
|
6f2b9cddbb
|
Update README.md to reference the OpenIddict 3.0 alpha packages
|
6 years ago |
Kévin Chalet
|
4284800ecb
|
Update AttachRedirectUri to use ValidateAuthorizationRequestContext.IsRejected
|
6 years ago |
Kévin Chalet
|
552ac02176
|
Introduce application requirements and add per-application PKCE enforcement support
|
7 years ago |
Kévin Chalet
|
225b8ad9f5
|
Add device code flow support
|
6 years ago |
Kévin Chalet
|
655f9609cf
|
Change the default order of the OpenIddictValidationHandlers.ValidatePrincipal handler
|
6 years ago |
Kévin Chalet
|
441e0965ae
|
Fix the handler descriptor associated with ExtractGetRequest to ensure it uses the correct type definition
|
6 years ago |
Kévin Chalet
|
204270a91e
|
Update Versions.props to reference IdentityModel 5.6.0
|
6 years ago |
Kévin Chalet
|
46b9bbbada
|
Cross-compile OpenIddict.Server for netcoreapp2.1 and netcoreapp3.0 to support X.509 certificate generation in ASP.NET Core 2.x applications
|
6 years ago |
Kévin Chalet
|
2628b5a88a
|
Share ProcessStatusCodePagesErrorResponse/ProcessPassthroughErrorResponse/ProcessLocalErrorResponse between authentication and logout handlers
|
6 years ago |
Kévin Chalet
|
91ea2d7276
|
Update the OpenIddict server Data Protection handlers to use the appropriate principal properties
|
6 years ago |
Kévin Chalet
|
96a03a9d21
|
Add a ValidateClientType handler for introspection and revocation to reject requests made by public clients and containing a client secret
|
6 years ago |
Kévin Chalet
|
f44b4cc82b
|
Update OpenIddictServerOptions.AuthorizationCodeLifetime's documentation to include the default lifetime
|
6 years ago |
Demian Marty
|
ff7d5d5610
|
Add the RequireDegradedModeDisabled filter to the OpenIddictServerHandlers.Revocation.RevokeToken handler
|
6 years ago |
Kévin Chalet
|
eff798012d
|
Add missing issuer assignment in the OpenIddict server OWIN host
|
6 years ago |
Kévin Chalet
|
d9cb645a9b
|
Ensure the OpenIddict signing key is always used for strong naming
|
6 years ago |
Kévin Chalet
|
609e0d0ed4
|
Update Versions.props to reference IdentityModel 5.5.1-preview-61011030454
|
6 years ago |
Kévin Chalet
|
b80244cf92
|
Reintroduce token generation/validation log traces
|
6 years ago |
Kévin Chalet
|
2c5e9c6a69
|
Use Enumerable.Contains() instead of ImmutableArray.Contains() and add missing cancellation tokens
|
6 years ago |
Kévin Chalet
|
874dd44170
|
Add workarounds for API breaking changes introduced in Entity Framework Core 3.x
|
6 years ago |
Kévin Chalet
|
47c04a238c
|
Remove compiled queries from the EF Core 2.x/3.x stores
|
6 years ago |
Kévin Chalet
|
0a80bd218b
|
Add appveyor.yml
|
6 years ago |
Kévin Chalet
|
092097a57c
|
Cross-compile the EF Core stores to support EF Core 2.x on .NET Standard 2.0
|
6 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
|
6 years ago |
Kévin Chalet
|
4a1d15f107
|
Introduce OpenIddictServerOptions.ResponseTypes/ResponseModes to support registering custom response types/modes
|
6 years ago |
Kévin Chalet
|
443e94a3b5
|
Use IdentityModel 5.5.1-preview instead of 6.2.0-preview
|
6 years ago |
Kévin Chalet
|
34fcd43ec3
|
Infer the redirect_uri from the registered addresses when no explicit value is provided
|
6 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
|
6 years ago |
Kévin Chalet
|
b18ccad945
|
Update the order assigned to OpenIddictServerHandlers.Introspection.ValidateAuthorizedParty
|
6 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
|
6 years ago |
Kévin Chalet
|
858740818e
|
Reintroduce token storage, reference tokens, non-sliding expiration, rolling tokens and token revocation support
|
6 years ago |
Kévin Chalet
|
9262d5aa3e
|
Bring back automatic authorization validation and ad-hoc authorization creation
|
6 years ago |