Kévin Chalet
|
65f3eff30f
|
Update the samples to demonstrate how to override the claims resolved from authorization codes/refresh tokens
|
4 years ago |
Kévin Chalet
|
0d92faa308
|
Add a new OpenIddictAuthorizationManager.CreateAsync() overload and improve OpenIddictScopeManager.ListResourcesAsync()
|
4 years ago |
Kévin Chalet
|
10a6c63f83
|
Bump .NET dependencies
|
4 years ago |
OpenIddict Bot
|
d33a5cca79
|
Update the sponsors section
|
4 years ago |
Kévin Chalet
|
bb78a91c9a
|
Bump the GitHub Actions to their latest versions
|
4 years ago |
Kévin Chalet
|
af20f7c3bb
|
Use NuGet Central Package Management
|
4 years ago |
Kévin Chalet
|
51c09bec8a
|
Mark most of the infrastructure types as sealed
|
4 years ago |
Kévin Chalet
|
41cac60548
|
Update Versions.props to build 4.0.0-preview6 packages
|
4 years ago |
Kévin Chalet
|
779a8524e4
|
Fix global.json to reference Arcade 7.0.0-beta.22513.4
|
4 years ago |
Kévin Chalet
|
e5bcb2701e
|
Update README.md
|
4 years ago |
Kévin Chalet
|
d8f04ad7cb
|
Bump Arcade to 7.0.0-beta.22513.4
|
4 years ago |
Kévin Chalet
|
1846acc3da
|
Bump the .NET 7.0 SDK and dependencies to 7.0 RTM
|
4 years ago |
Kévin Chalet
|
efc4ff1c72
|
Rework the correlation cookie mechanism to use the nonce as the cookie name and store the request forgery protection in the cookie value
|
4 years ago |
Kévin Chalet
|
75b17c94f6
|
Start testing OpenIddict on .NET 7.0
|
4 years ago |
Kévin Chalet
|
d36acab11f
|
Bump PolySharp to 1.7.1
|
4 years ago |
OpenIddict Bot
|
fe590e64c9
|
Update the sponsors section
|
4 years ago |
Kévin Chalet
|
d7fea891f0
|
Unify the instantiation of cryptographic algorithms
|
4 years ago |
Kévin Chalet
|
e2e2c84001
|
Bump PolySharp to 1.6.0 and decorate Uri and JSON properties/parameters with [StringSyntax]
|
4 years ago |
Jan Trejbal
|
5c3af6b217
|
Fix OpenIddictExtensions.IsEmptyJsonElement() to return true for JsonValueKind.Undefined/Null
|
4 years ago |
Kévin Chalet
|
7ca9be1428
|
Reference PolySharp and replace Substring() calls by the range syntax
|
4 years ago |
Kévin Chalet
|
bf33b91aab
|
Use standard space-separated scopes for Reddit
|
4 years ago |
Kévin Chalet
|
2f5a76636b
|
Add Deezer support
|
4 years ago |
Kévin Chalet
|
ac5e3dd62b
|
Update the System.Net.Http integrations to support sending empty parameters in GET and POST requests
|
4 years ago |
Kévin Chalet
|
6f2eddccc3
|
Update README.md to mention the .NET 7.0 compatibility issue
|
4 years ago |
Kévin Chalet
|
648d838b23
|
Use ICacheEntry's properties instead of the CacheEntryExtensions helpers to work around incorrect nullable annotations in .NET 7.0
|
4 years ago |
Kévin Chalet
|
6c963c80d0
|
Adjust nullable annotations
|
4 years ago |
Kévin Chalet
|
79e2d960b6
|
Update Packages.props to use separate <ItemGroup> for .NET Core and .NET Standard dependencies
|
4 years ago |
Kévin Chalet
|
e4393cbf54
|
Bump Wilson to 6.24.0
|
4 years ago |
Kévin Chalet
|
e3b4337b85
|
Revamp Packages.props and bump .NET and third-party dependencies
|
4 years ago |
Kévin Chalet
|
180a0e9c96
|
Update Versions.props to build 4.0.0-preview5 packages
|
4 years ago |
Kévin Chalet
|
132d0f84d1
|
Use pattern matching to reduce indentation in the Web integration handlers
|
4 years ago |
Kévin Chalet
|
5b038a4831
|
Add PayPal support
|
4 years ago |
Kévin Chalet
|
079a4a2691
|
Rename CollectionItem nodes to Item
|
4 years ago |
Kévin Chalet
|
ba9ebf3ecb
|
Update the provider generator to support Uri settings and add Keycloak support
|
4 years ago |
Kévin Chalet
|
d92307add7
|
Add LinkedIn support
|
4 years ago |
Kévin Chalet
|
2b333272bf
|
Update the client stack to normalize authorization error responses
|
4 years ago |
Kévin Chalet
|
6a86b45ddc
|
Add StackExchange support
|
4 years ago |
Kévin Chalet
|
41e4ef6bbc
|
Change how additional userinfo parameters are handled by the Web providers
|
4 years ago |
Kévin Chalet
|
77a8a5c0c7
|
Revamp the handling of errors returned by the remote authorization server
|
4 years ago |
Kévin Chalet
|
4c3842497e
|
Add default and required scopes before enforcing null checks
|
4 years ago |
Kévin Chalet
|
62002ae042
|
Tweak the logic used to unwrap nested userinfo responses to validate JsonElement.ValueKind
|
4 years ago |
OpenIddict Bot
|
d30256dd5f
|
Update the sponsors section
|
4 years ago |
OpenIddict Bot
|
2ee17060cb
|
Update the sponsors section
|
4 years ago |
Kévin Chalet
|
147cef29c1
|
Use StreamContent.LoadIntoBufferAsync() to allow reading compressed responses multiple times
|
4 years ago |
OpenIddict Bot
|
137351d1f2
|
Update the sponsors section
|
4 years ago |
Kévin Chalet
|
173e2cf5f3
|
Fix the AddClaims() overload taking a JsonElement to use ToString() instead of GetString()
|
4 years ago |
Kévin Chalet
|
dc909924b7
|
Fix the provider generator to add default value setters before null checks
|
4 years ago |
Kévin Chalet
|
04a6698911
|
Implement HTTP decompression support in the System.Net.Http integration packages
|
4 years ago |
Kévin Chalet
|
43e75cd49f
|
Update the ProcessChallenge/SignIn/SignOut events to expose the host authentication properties
|
4 years ago |
Kévin Chalet
|
8342dd20ce
|
Support resolving client registrations based on the provider name
|
4 years ago |