945 Commits (e13e2b4bb4c51978a31db9498a0b502c0ae5c4f3)

Author SHA1 Message Date
pableess e13e2b4bb4 Add Auth0 to the list of supported providers 3 years ago
Kévin Chalet 4cd4c09509 Automatically abort interactive challenge demands when no client identifier could be resolved 3 years ago
Kévin Chalet ca1784faab Update ValidateIdentityModelToken to use TryGetPayloadValue() with Dictionary<TKey, TValue> instead of ImmutableDictionary<TKey, TValue> 3 years ago
sbolofsson 23d8d9bdfe
Update ValidateDataProtectionToken to support IDataProtectionProvider implementations that don't use the default magic header 3 years ago
Steve Berdy 6803bea79b
Add Kakao to the list of supported providers 3 years ago
Kévin Chalet bd33c918c7 Add JumpCloud to the list of supported providers 3 years ago
Kévin Chalet c101a250af Update the GitHub integration to map "name" to ClaimTypes.Name 3 years ago
EMostafaAli 58d43191c8
Add Nextcloud to the list of supported providers 3 years ago
Kévin Chalet 9deb68d433 Add an automatic claims mapping feature to the OpenIddict client stack 3 years ago
Kévin Chalet fd2f9e9825 Rename DefaultShopName to ShopName 3 years ago
Kévin Chalet 8e97f0e2e1 Update the Shopify provider to support setting a default/static shop name 3 years ago
Стас 5225f766a4
Fix AttachCustomSignOutParameters to use the correct OpenIddictMessage instance 3 years ago
Kévin Chalet 7915f28d90 Store the expiration date of the backchannel/frontchannel access tokens as a token in AuthenticationProperties 3 years ago
Kévin Chalet f7558f5ceb Remove package validation 3 years ago
Kévin Chalet 7d1c704848 Add a built-in authentication scheme forwarding feature to the OpenIddict client OWIN and ASP.NET Core hosts 3 years ago
Kévin Chalet 61e6fd95c3 Centralize the target frameworks in Directory.Build.props 3 years ago
Kévin Chalet 38c85a8bea Disable userinfo retrieval for the ADFS provider 3 years ago
Kévin Chalet 9272bbc9a8 Add .NET Core 3.1/.NET 6.0/.NET 7.0 TFMs to OpenIddict.Validation.ServerIntegration 3 years ago
Kévin Chalet 1dc8770fd2 Bump MongoDB to 2.20.0 on .NET 6.0 and higher 3 years ago
Kévin Chalet 2fd207b59d Update the ValidateAsync() methods to throw ArgumentNullException synchronously 3 years ago
Kévin Chalet 1469c8d20f Use [StringSyntax(StringSyntaxAttribute.Uri, UriKind.Absolute)] when absolute URIs are expected 3 years ago
Kévin Chalet 8953e48b16 Unify the attachment of HTTP parameters into a single event handler and add SubscribeStar to the list of supported providers 3 years ago
Kévin Chalet 74a143a136 Add Tumblr to the list of supported providers 3 years ago
Kévin Chalet e53a723766 Enable the "plain" code challenge method by default to increase interoperability 3 years ago
Kévin Chalet 1731efb8f0 Bring back the code comment indicating why response_type=token is never negotiated 3 years ago
Marcel 130b6b9134
Add Verimi to the list of supported providers 3 years ago
Kévin Chalet fea943370c Add Salesforce to the list of supported providers 3 years ago
Kévin Chalet a5fa58e0a6 Add Webex to the list of supported providers 3 years ago
Kévin Chalet 804dcffb91 Add Kroger to the list of supported providers 3 years ago
Kévin Chalet ef6b61f5e0 Add Notion to the list of supported providers 3 years ago
Kévin Chalet ae8189cc62 Use HttpHeaders.Add() instead of TryAddWithoutValidation() 3 years ago
Kévin Chalet d22b759e36 Override the code challenge methods supported by the Autodesk provider 3 years ago
Kévin Chalet a37e6c65a1 Add Shopify to the list of supported providers and update the generator to generate constants for the authentication properties 3 years ago
Kévin Chalet b87669b11b Enable Visual Studio build acceleration 3 years ago
Kévin Chalet ef4b0f3417 Add explicit System.Net.Http usings 3 years ago
Kévin Chalet b0c0fad63d Add Adobe to the list of supported providers 3 years ago
Kévin Chalet 6fc180e2f5 Add Autodesk to the list of supported providers 3 years ago
Kévin Chalet 200ffc44d3 Add Lichess to the list of supported providers 3 years ago
Kévin Chalet 64ade94294 Support multiple registrations with the same issuer/provider name and introduce client record models 3 years ago
Kévin Chalet c0c0cdca4b Update OpenIddictClientSystemIntegrationOptions.ApplicationDiscriminator's documentation to clarify it is not used when PipeName is explicitly set 3 years ago
Kévin Chalet 5501b3df0e Bump the .NET SDK/runtimes 3 years ago
Kévin Chalet 8777dc9922 Throw an exception if no CoreWindow is attached to the thread starting the challenge demand 3 years ago
Kévin Chalet 79b62f6a23 Decorate WinRT-only methods with [SupportedOSPlatform("windows10.0.17763")] 3 years ago
Kévin Chalet 620c3954d0 Update the LinkedIn provider to use "Sign In with LinkedIn V2" 3 years ago
Kévin Chalet 0cf3b872b5 Update the client stack to handle errors returned while processing challenge and sign-out demands 3 years ago
Kévin Chalet 2e301ce8f2 Disable userinfo retrieval when a Xbox scope is specified 3 years ago
runxc1(Bret Ferrier) 8cf8efa2a4
Add Facebook to the list of supported providers 3 years ago
Kévin Chalet 7e84b27431 Add "consumers" and "organizations" to the list of special tenants supported by the Microsoft Account provider 3 years ago
Kévin Chalet fbc4a0c56e Introduce ConfigureHttpClient()/ConfigureHttpClientHandler() to simplify customizing the HttpClient/HttpClientHandler used by the client and validation stacks 3 years ago
Kévin Chalet 28ec4293ef Use file-scoped namespaces in the WinForms/WPF samples 3 years ago