2048 Commits (55cd0e94a8034d08270f7edbb8febc1295c712aa)
 

Author SHA1 Message Date
Kévin Chalet 55cd0e94a8 Update all the token type validation delegates to assume that tokens that don't have a "typ" header are generic JSON Web Tokens 8 months ago
Kévin Chalet 91a68c161a Implement client authentication support for the PAR endpoint 8 months ago
Kévin Chalet d95b32221c Stop using the token endpoint URI as the client assertion audience and use the new "client-authentication+jwt" JSON Web Token type 8 months ago
OpenIddict Bot c40383f487 Update the sponsors section 8 months ago
Kévin Chalet 78ba0a3dec Implement built-in audiences and resources indicators validation 8 months ago
OpenIddict Bot faa69c1145 Update the sponsors section 8 months ago
Kévin Chalet 9a74ea5e4f Remove unnecessary view models 8 months ago
Kévin Chalet 8c94cb7c13 Implement OAuth 2.0 Token Exchange support 8 months ago
Kévin Chalet c887672c4a Support using Process.Start() on macOS and reintroduce the runtime checks preventing the portable version of OpenIddict.Client.SystemIntegration from being used on Android, iOS and Mac Catalyst 8 months ago
OpenIddict Bot 738256ccdb Update the sponsors section 8 months ago
Kévin Chalet b8315727b8 Enable nullable references support in the ASP.NET Core samples 8 months ago
Kévin Chalet b33dad15f3 Implement new audience and presenter validation logic as part of the ValidateToken event 8 months ago
Kévin Chalet 36424f84b3 Improve the WWW-Authenticate parsing logic 8 months ago
Kévin Chalet b72bfd2c40 Update the samples to clarify the relationship between the expiration of the authentication results returned by OpenIddict and the lifetime of authentication cookies based on them 8 months ago
Kévin Chalet efdf8ce19b Move the token binding methods constants to a private nested class exposing URI-style values 8 months ago
OpenIddict Bot 32f70f2eec Update the sponsors section 8 months ago
Kévin Chalet 20abfe0b2c Update the OWIN client host to resolve the default cookie manager from the application builder when available 8 months ago
OpenIddict Bot 4f6cef032d Update the sponsors section 9 months ago
Kévin Chalet ec7612dd9c Fix invalid resource identifiers 9 months ago
Kévin Chalet ea5741d5af Fix the Android/iOS/Mac Catalyst/macOS workloads detection logic 9 months ago
Kévin Chalet 996ffeec37 Remove the runtime checks that prevent the generic version of OpenIddict.Client.SystemIntegration from being used on Android/iOS/macOS/Mac Catalyst 9 months ago
Kévin Chalet 0048dc4b73 Change the maximum length of the OpenIddictEntityFrameworkToken/OpenIddictEntityFrameworkCoreToken.Type column from 50 to 150 9 months ago
Kévin Chalet c1359e9bda Bump Wilson to 8.10.0 9 months ago
Kévin Chalet 423a00bf80 Update Versions.props to build 7.0.0-preview.4 packages 9 months ago
Kévin Chalet 07553cd4f2 Update the Discord provider to use /users/@me instead of /oauth2/@me 9 months ago
Kévin Chalet 99e4ca1404 Update the provider generator to support generating string constants 9 months ago
Kévin Chalet 84a9142de4 Update the Zoho provider to support the new United Kingdom region 9 months ago
Mike Alhayek 0c58cba515 Add Genesys to the list of supported providers 9 months ago
Kévin Chalet b90d888f84 Update the Alibaba/Battle.net/Cognito/Lark/Zoho providers to throw an exception when an invalid/unsupported region is specified 9 months ago
Kévin Chalet bcfe2f05d3 Update OpenIddictParameter to return empty immutable arrays instead of uninitialized instances 9 months ago
Kévin Chalet 9638ae410c Special-case JsonValue instances that wrap a JsonElement object 9 months ago
Kévin Chalet b0cacfe483 Remove the unused SUPPORTS_NATIVE_AOT compilation constant 9 months ago
Kévin Chalet ff57da7ec0 Add AddClaim(s)/SetClaim(s) extensions accepting JsonNode instances 9 months ago
OpenIddict Bot 4ae88becae Update the sponsors section 9 months ago
Jerrie Pelser 94a2d642d6
Add Contentful to the list of supported providers 9 months ago
Kévin Chalet f8553a9ee7 Update the MapNonStandardResponseParameters userinfo handler to avoid using OpenIddictParameter.GetNamedParameters() 9 months ago
Kévin Chalet 2fc7908f93 Attach event identifiers to all the log messages 9 months ago
Mike Alhayek 0d9af74733
Add a "Running locally" section to the README file 10 months ago
Kévin Chalet 27f612d195 Fix the OpenIddictClientModels records to only use init setters 10 months ago
Kévin Chalet 01c0d10d34 Reduce the number of OpenIddictParameter.GetUnnamedParameters() calls 10 months ago
OpenIddict Bot 2cb914a99a Update the sponsors section 10 months ago
Kévin Chalet 4dfb0b79d0 Do not use OpenIddictParameter.GetNamedParameters() to extract the mTLS endpoint aliases and validate the node type of "mtls_endpoint_aliases" 10 months ago
Kévin Chalet fab284f5d5 Update GenerateTokenContext to expose SecurityTokenDescriptor and adopt the new URI-style token type identifiers in the client, core, server and validation stacks 10 months ago
Kévin Chalet cf504fba56 Update the Twitter provider to use x.com 10 months ago
OpenIddict Bot 4e1a433ee3 Update the sponsors section 10 months ago
Kévin Chalet e98f20a00a Update Versions.props to build 7.0.0-preview.3 packages 10 months ago
Matthias Dittrich 524ce1fc2a
Fix the ProcessFormPostResponse handler to return Cache-Control: no-store instead of no-cache 10 months ago
Kévin Chalet 03e1b28910 Do not mark the .NET 8.0 TFMs as AOT-compatible and use TypeDescriptor.RegisterType<T>()/TypeDescriptor.GetConverterFromRegisteredType() on .NET 9.0+ 10 months ago
Karol Litka 945fc9dd10
Update ID0051 description 10 months ago
Kévin Chalet ffd10eaa4e Update the JsonNode.WriteTo() calls to use the internal JsonSerializerOptions 10 months ago