Kévin Chalet
|
441e0965ae
|
Fix the handler descriptor associated with ExtractGetRequest to ensure it uses the correct type definition
|
7 years ago |
Kévin Chalet
|
204270a91e
|
Update Versions.props to reference IdentityModel 5.6.0
|
7 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
|
7 years ago |
Kévin Chalet
|
2628b5a88a
|
Share ProcessStatusCodePagesErrorResponse/ProcessPassthroughErrorResponse/ProcessLocalErrorResponse between authentication and logout handlers
|
7 years ago |
Kévin Chalet
|
91ea2d7276
|
Update the OpenIddict server Data Protection handlers to use the appropriate principal properties
|
7 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
|
7 years ago |
Kévin Chalet
|
2abdd3c3f9
|
Update version.props to build 2.0.1 packages
|
7 years ago |
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
|
8fdabc71a1
|
Use Enumerable.Contains() instead of ImmutableArray.Contains() and add missing cancellation tokens
|
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
|
51ea4c4c8b
|
Add workarounds for API breaking changes introduced in Entity Framework Core 3.x
|
7 years ago |
Kévin Chalet
|
880b0e1eb7
|
Remove compiled queries from the EF Core 2.x stores
|
7 years ago |
Kévin Chalet
|
1917cf08d0
|
Add appveyor.yml
|
7 years ago |
Kévin Chalet
|
0a80bd218b
|
Add appveyor.yml
|
7 years ago |
Kévin Chalet
|
1b03a546c2
|
Replace the static caches used in the EF 6/EF Core caches by private singleton caches injected via DI
|
7 years ago |
Kévin Chalet
|
b834c048a8
|
Replace TryGetValue/TryRemove by a single TryRemove call to avoid potential issues with concurrent cache removal/addition
|
8 years ago |
Kévin Chalet
|
f5c1437bd3
|
Remove invalid null checks from OpenIddictTokenStore
|
8 years ago |
Kévin Chalet
|
2175c96120
|
Update the MongoDB stores to use BsonDocument.Parse() to ensure properties are correctly serialized
|
8 years ago |
Kévin Chalet
|
53086acdf2
|
Update version.props to build 2.0.1-preview1 packages
|
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 |