1053 Commits (63db215afc858edc97ce7e51827a4f2d6a0c831a)

Author SHA1 Message Date
Kévin Chalet 38ede1020b Abort authentication/challenge/sign-out demands that are not handled by the system integration package 2 years ago
Kévin Chalet d657bdf34a Update the OpenIddict validation ASP.NET Core and OWIN hosts to allow controlling access token extraction 2 years ago
Kévin Chalet e8142555d3 Fix the invalid custom grant type identification logic 2 years ago
Jan Trejbal 2475ed3c1a
Use System.TimeProvider on .NET 8.0+ 2 years ago
Kévin Chalet 998fb69f7d Add implicit to the list of grant types supported by the Microsoft and Auth0 providers 2 years ago
Jonathan Law 8f9fdb0aeb
Update the Clever provider to not require a backchannel identity token 2 years ago
Kévin Chalet 38d87b2945 Allow using unique JSON_ARRAY claims to represent arrays of strings 2 years ago
Kévin Chalet 3130108fc7 Add FACEIT to the list of supported providers 2 years ago
Kévin Chalet 63f09f2781 Update the OpenIddict client ASP.NET Core/OWIN integrations to support overriding the requested scopes via AuthenticationProperties 2 years ago
Kévin Chalet e138b36b2b Use <TfmSpecificPackageFile> instead of <None> to add the lib placeholders to metapackages 2 years ago
Kévin Chalet fcffb83d8f Remove Uri.IsWellFormedOriginalString()/Uri.IsWellFormedUriString() 2 years ago
Kévin Chalet b32eb8c0a2 Make user codes fully configurable and remove token length assumptions 2 years ago
Jonathan Law 85b8e857f1
Add ClassLink to the list of supported providers 2 years ago
Jonathan Law bad9c11f48
Add Clever to the list of supported providers 2 years ago
ToreAad 158a5788ea
Do not throw an exception when the normalized user code is empty 2 years ago
Kévin Chalet a34b1b0547 Add Todoist to the list of supported providers 2 years ago
Kévin Chalet 1562d5be3b Add Wikimedia to the list of supported providers 2 years ago
Kévin Chalet 6b300e770f Update the client stack to support using custom grant types 2 years ago
Kévin Chalet a098a8e10d Add Atlassian to the list of supported providers 2 years ago
Kévin Chalet cdb80a6809 Update the Zoom provider to use client_secret_basic for token revocation 2 years ago
Kévin Chalet c5e5061931 Update the web providers source generator to support marking providers as obsolete 2 years ago
Kévin Chalet 55548831b4 Add Box to the list of supported providers 2 years ago
Kévin Chalet 2ac632de48 Add Bitly to the list of supported providers 2 years ago
Kévin Chalet c3bb97aa8d Update the console sandbox to support testing the client credentials and resource owner password credentials grants 2 years ago
Kévin Chalet 2737e245c4 Add Mastodon to the list of supported providers 2 years ago
Kévin Chalet e50cb8c62d Update the AttachDynamicPortToRedirectUri/AttachDynamicPortToPostLogoutRedirectUri handlers to no-op when the challenge/sign-out demands are handled via WebAuthenticationBroker 2 years ago
Kévin Chalet cfccc25e30 Implement UWP support using a dedicated uap10.0.17763 target framework moniker 2 years ago
Kévin Chalet 6bb44132b3 Update the system integration package to support interactive logout 2 years ago
Kévin Chalet 60cc487298 Replace the local CreateTransaction() functions in the EF 6 stores by an internal CreateTransaction() helper 2 years ago
Kévin Chalet 93b2bae008 Add MusicBrainz to the list of supported providers 2 years ago
Kévin Chalet 96443c3c3b Override PayPal's revocation endpoint when the sandbox environment is used 2 years ago
Kévin Chalet ad3cb994c2 Add Meetup to the list of supported providers 2 years ago
Kévin Chalet e61b04e755 Add OpenStreetMap to the list of supported providers 2 years ago
Kévin Chalet 9db0b5f7ee Add Tidal to the list of supported providers 2 years ago
Kévin Chalet 26be4d95a7 Add Disqus to the list of supported providers 2 years ago
Kévin Chalet 7aac102830 Add Dailymotion to the list of supported providers 2 years ago
Kévin Chalet 26fdb68773 Bump the .NET SDK to 8.0.200 and stop using collection expressions with ImmutableArray<T> 2 years ago
Kévin Chalet 491cf85d16 Add DocuSign to the list of supported providers 2 years ago
Kévin Chalet a5d2d867ba Use List<T> instead of Enumerable.Any() in the samples 2 years ago
Kévin Chalet 59633fc047 Always set ClientCertificateOptions to ClientCertificateOption.Manual before accessing the ClientCertificates property 2 years ago
Kévin Chalet ffb83f7878 Remove the obsolete comment from OpenIddictClientOptions.CodeChallengeMethods's XML documentation 2 years ago
Kévin Chalet c175c617b4 Update the Spotify web provider to support PKCE 2 years ago
Kévin Chalet ffaa466cba Use ClaimTypes.Name and ClaimTypes.Role by default for the principal created after an introspection request 2 years ago
Kévin Chalet dde49a8f00 Don't include the OpenIddict private claims in the merged principal 2 years ago
Kévin Chalet 45515d1b66 Remove the unnecessary RequireLocalValidation filter from the ValidateDataProtectionToken event handler 2 years ago
Kévin Chalet e17e4ee9b2 Update the System.Net.Http client integration to support empty HTTP responses and update the Reddit provider to support token revocation 2 years ago
Kévin Chalet 7e698bc5e4 Update the DeviantArt, Discord, Trakt and Zoom providers to support token revocation 2 years ago
Kévin Chalet 2078c7c8c4 Update the Apple integration to support token revocation 2 years ago
Kévin Chalet 6e1c123dd8 Normalize introspection handling in the client and validation stacks 2 years ago
Kévin Chalet 4f09c587ab Update the client stack to support standard token revocation 2 years ago