OpenIddict Bot
|
1e7769ce8d
|
Update the sponsors section
|
2 years ago |
pableess
|
9f84e2c65b
|
Add Auth0 to the list of supported providers
|
2 years ago |
Kévin Chalet
|
9a57dc4cf1
|
Rename UnfilteredHttpClientActions/UnfilteredHttpClientHandlerActions to HttpClientActions/HttpClientHandlerActions
|
2 years ago |
OpenIddict Bot
|
42a0cab600
|
Update the sponsors section
|
2 years ago |
Kévin Chalet
|
a941660a41
|
Move the client authentication logic to the ProcessAuthentication event
|
2 years ago |
Kévin Chalet
|
66743fdc20
|
Incorporate the changes committed in the rel/4.8.0 branch
|
2 years ago |
Kévin Chalet
|
4cd4c09509
|
Automatically abort interactive challenge demands when no client identifier could be resolved
|
2 years ago |
Kévin Chalet
|
e8c0e4b05c
|
Add an option allowing to suppress JSON response indentation in the ASP.NET Core and OWIN server hosts
|
2 years ago |
Kévin Chalet
|
1c382d90ba
|
Introduce application settings and support configuring token lifetimes per client
|
2 years ago |
OpenIddict Bot
|
f3e8ed6d6f
|
Update the sponsors section
|
2 years ago |
Kévin Chalet
|
4af3f8dc6f
|
Introduce support for application types
|
2 years ago |
OpenIddict Bot
|
611afc4ff6
|
Update the sponsors section
|
2 years ago |
Kévin Chalet
|
5b1f9256b4
|
Incorporate the changes committed in the rel/4.8.0 branch
|
2 years ago |
Kévin Chalet
|
8f9c641dd6
|
Update the samples to store the provider name in the authentication cookie
|
2 years ago |
Kévin Chalet
|
b442b7084f
|
Bump Microsoft.AspNet.Identity.Owin/EntityFramework to 2.2.4
|
2 years ago |
Kévin Chalet
|
85cd895630
|
Incorporate the changes committed in the rel/4.8.0 branch
|
2 years ago |
Kévin Chalet
|
ca1784faab
|
Update ValidateIdentityModelToken to use TryGetPayloadValue() with Dictionary<TKey, TValue> instead of ImmutableDictionary<TKey, TValue>
|
2 years ago |
Kévin Chalet
|
36b2de9681
|
Remove the obsolete members
|
2 years ago |
Kévin Chalet
|
bfcae1b42e
|
Remove the .NET Core 3.1 TFMs
|
2 years ago |
OpenIddict Bot
|
398ef26021
|
Update the sponsors section
|
2 years ago |
Kévin Chalet
|
fc6f9af1cf
|
Update Versions.props to build 5.0.0-preview1 packages
|
2 years ago |
sbolofsson
|
23d8d9bdfe
|
Update ValidateDataProtectionToken to support IDataProtectionProvider implementations that don't use the default magic header
|
2 years ago |
OpenIddict Bot
|
bd3205b73f
|
Update the sponsors section
|
2 years ago |
Steve Berdy
|
6803bea79b
|
Add Kakao to the list of supported providers
|
2 years ago |
OpenIddict Bot
|
e3075f60b5
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
bd33c918c7
|
Add JumpCloud to the list of supported providers
|
3 years ago |
Kévin Chalet
|
3dc3e01009
|
Update Versions.props to build 4.8.0-preview1 packages
|
3 years ago |
Kévin Chalet
|
3f9f16452f
|
Update the ASP.NET Core samples to use automatic authentication schemes
=
|
3 years ago |
OpenIddict Bot
|
c49e40b317
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
c101a250af
|
Update the GitHub integration to map "name" to ClaimTypes.Name
|
3 years ago |
Mauro van der Gun
|
5d43732508
|
Add SharpGrip.OpenIddict.Api to the list of third-party projects
|
3 years ago |
OpenIddict Bot
|
54b1a78382
|
Update the sponsors section
|
3 years ago |
EMostafaAli
|
58d43191c8
|
Add Nextcloud to the list of supported providers
|
3 years ago |
OpenIddict Bot
|
a812ca4671
|
Update the sponsors section
|
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
|
14c22c83f0
|
Use manually-defined store resolvers instead of mocks in OpenIddictCoreBuilderTests
|
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 |
OpenIddict Bot
|
1cb6927250
|
Update the sponsors section
|
3 years ago |