1123 Commits (e372307cfffde047b41534f2187d42031025a5e3)

Author SHA1 Message Date
kalaveijo 24adabfb04
Add EVE Online to the list of supported providers 2 years ago
Ionite c479b5cbda
Add new builder methods for registering multiple certificates and keys at once 2 years ago
Elizabeth Schneider 9fbe030e5f
Add Zendesk to the list of supported providers 2 years ago
Kévin Chalet ff752efe09 Automatically normalize "amr" claims in identity tokens to ensure a JSON array is always returned 2 years ago
Kévin Chalet 4a9b590494 Bump the .NET SDK to 9.0.100 and reference the 9.0 RTM packages 2 years ago
Kévin Chalet d7be53a3e7 Eagerly abort introspection/revocation demands that don't have a token attached 2 years ago
Kévin Chalet 878569cd3f Update the ASP.NET Core/OWIN hosts to support returning authentication properties for errored requests 2 years ago
Kévin Chalet 5ab9e9c491 Override the default TLS client certificate selectors to support using certificates that don't meet the default requirements for specific providers 2 years ago
Kévin Chalet 6f68ef7806 Merge the FindAsync()/RevokeAsync() methods into a single API with nullable parameters 2 years ago
Kévin Chalet bda3bee913 Add new RevokeAsync() methods to the authorization and token stores 2 years ago
Kévin Chalet 6c6c9ed1db Bump MongoDB to 3.0.0 and strong-name the MongoDB packages 2 years ago
Kévin Chalet f5721d0c2c Rename the GetPrompts() and HasPrompt() extensions 2 years ago
Kévin Chalet e2c3ab9057 Introduce a new claims issuer option in the client and validation stacks 2 years ago
Kévin Chalet e1f729ba0b Validate prompt values specified in authorization requests and update the configuration endpoint to return "prompt_values_supported" 2 years ago
Kévin Chalet fcc0ddd99c Introduce new RevokeByApplicationIdAsync()/RevokeBySubjectAsync() APIs in the authorization/token managers/stores 2 years ago
Kévin Chalet cccfeadda5 Rename OpenIddictConfiguration.JwksUri to JsonWebKeySetUri for consistency with the recent changes 2 years ago
Kévin Chalet 9f613b1332 Implement a new client authentication method negotiation logic and introduce mTLS support in the client stack 2 years ago
Kévin Chalet ef2e02ee23 Introduce a new .NET 9.0 TFM and use the new X509CertificateLoader API 2 years ago
Kévin Chalet dbcd6d1ad7 Remove the members that were obsoleted in OpenIddict 5.x 2 years ago
Kévin Chalet 3662b179dc Rename event handlers and event properties that whose endpoint name has changed 2 years ago
Kévin Chalet 68d9e6c203 Rename HandleConfigurationRequestContext.CryptographyEndpoint to JsonWebKeySetEndpoint to match the recent endpoint changes 2 years ago
Kévin Chalet d4c05e2e23 Rename the device, cryptography, logout and verification endpoints and the associated events/event handlers 2 years ago
Kévin Chalet aa6733b2df Do not limit the error controller to a specific HTTP method 2 years ago
Kévin Chalet 52b623770d Use the current address as the default target link URI when AuthenticationProperties.RedirectUri is not set 2 years ago
Kévin Chalet 84104846c6 Unify platform callbacks handling using a new OpenIddictClientSystemIntegrationPlatformCallback type 2 years ago
Kévin Chalet 290e4150c2 Support the new ASWebAuthenticationSessionCallback API on iOS 17.4+/Mac Catalyst 17.4+/macOS 14.4+ 2 years ago
Dovydas Navickas 62ce9849c9 Fix the LinkedIn provider to use the new issuer returned by the configuration endpoint 2 years ago
Dovydas Navickas cd127b3654
Fix the LinkedIn provider to use the new issuer returned by the configuration endpoint 2 years ago
Maxime BAUMANN 19b69d5349
Add Twitch to the list of supported providers 2 years ago
Kévin Chalet 27968f7628 Use a TryAddEnumerable() call per service registration to avoid unnecessary allocations 2 years ago
Kévin Chalet 07c95f8112 Propage exceptions thrown during the embedded web server initialization 2 years ago
Kévin Chalet 2bf8f496e2 Rename the RequireHttpMetadataUri filter to RequireHttpUri and fix the NormalizeContentType handler to use it 2 years ago
Kévin Chalet 164e55afeb Use a hyphen instead of a backslash as the pipe name/identifier separator 2 years ago
Kévin Chalet 12031697fb Use Wilson 8.0 on .NET 8.0 and remove the System.* references that are brought transitively 2 years ago
Kévin Chalet 0a34d3e34c Bump EntityFramework to 6.5.1 on .NET 6.0 and higher 2 years ago
Kévin Chalet 3cecda7fe6 React to PrimaryHandler no longer being an HttpClientHandler instance when using Microsoft.Extensions.Http 9.0 2 years ago
Kévin Chalet 00a591a14b React to ASWebAuthenticationSessionCompletionHandler.Error becoming nullable in .NET 9.0 2 years ago
Kévin Chalet 25b16b082c Introduce Android support 2 years ago
Kévin Chalet f7e33cb64a Replace [SupportedOSPlatform("maccatalyst13.0")] by [SupportedOSPlatform("maccatalyst13.1")] 2 years ago
Kévin Chalet 91a1fe7378 Add Zoho to the list of supported providers 2 years ago
Kévin Chalet 914a7e6712 Add Typeform to the list of supported providers 2 years ago
Kévin Chalet 06fe531a0c Add Calendly to the list of supported providers 2 years ago
Kévin Chalet 66ccc049ab Add Airtable to the list of supported providers 2 years ago
Kévin Chalet a4177313c9 Add Pipedrive to the list of supported providers 2 years ago
Kévin Chalet b7275df59a Abort challenge and sign-out demands handled by InvokeASWebAuthenticationSession when an HTTP or HTTPS callback URI is used 2 years ago
Kévin Chalet 725ac09a34 Update the application discriminator and instance identifier generation logic to produce shorter pipe names 2 years ago
Kévin Chalet dde65e2ba4 Move the AddAssemblyAliasToReactiveAsync target to Directory.Build.targets 2 years ago
Kévin Chalet d200d86ef2 Introduce runtime checks preventing the non-platform-specific version of OpenIddict.Client.SystemIntegration from being used on iOS/macOS/Mac Catalyst 2 years ago
Kévin Chalet dc1949effd Do not enable activation handling/redirection and the pipe/embedded web servers by default on Mac Catalyst and macOS 2 years ago
Kévin Chalet b6bce3e5dd Update OpenIddict.Client.SystemIntegration to target Mac Catalyst 13.1+ and macOS 10.15+ 2 years ago