Kévin Chalet
|
23dc5daafe
|
Bump Meziantou.Polyfill to 1.0.104 and use the built-in Chunk()/ThrowIfNegative() polyfills
|
1 week ago |
Kévin Chalet
|
95e74ae990
|
Update README.md
|
1 week ago |
Kévin Chalet
|
34ffba5959
|
Merge the changes made in the rel/7.4.0 branch
|
2 weeks ago |
Kévin Chalet
|
2cf8f4f056
|
Introduce a new dynamic option to disable issuer parameter validation and disable it for Google
|
2 weeks ago |
Kévin Chalet
|
e4bf89ec7f
|
Update Versions.props to build 7.5.0-preview.1 packages
|
2 weeks ago |
Kévin Chalet
|
3333e225ca
|
Update Versions.props to build 7.4.0 packages
|
2 weeks ago |
Kévin Chalet
|
59a137cd63
|
Allow using mTLS client authentication with the client credentials grant and support mTLS token binding for anonymous clients
|
2 weeks ago |
Kévin Chalet
|
eb65bfba32
|
Update the samples to use keyed services to create HttpClient instances
|
2 weeks ago |
Kévin Chalet
|
8673009f78
|
Update the system integration package to restore the ambient request for marshalled authentication demands
|
2 weeks ago |
Kévin Chalet
|
9aab50a0cb
|
Update Versions.props to build 7.4.0-preview.1 packages
|
2 weeks ago |
JarieTimmer
|
58b6dfb720
|
Use the correct exception message when the degraded mode is enabled without a custom PAR validation event handler being added
|
2 weeks ago |
Kévin Chalet
|
d70c666de6
|
Only pick ASP.NET Core development certificates that are valid
|
2 weeks ago |
Kévin Chalet
|
248d5f7cb3
|
Remove the TokenBindingCertificate property from ClientCredentialsAuthenticationRequest
|
2 weeks ago |
Kévin Chalet
|
a89b5c66aa
|
Simplify some of the client authentication policy checks
|
2 weeks ago |
Kévin Chalet
|
2ff81b8c1b
|
Update the XML documentation and decorate OpenIddictEntityFrameworkCoreCustomizer with [EditorBrowsable(EditorBrowsableState.Never)]
|
2 weeks ago |
Kévin Chalet
|
8da8eb39a2
|
Initialize the database before starting the web host instead of using an IHostedService implementation
|
3 weeks ago |
Kévin Chalet
|
2a6169d4c8
|
Update the XML documentation to discourage using the implicit flow and the resource owner password credentials grant
|
4 weeks ago |
Kévin Chalet
|
a37538ea4c
|
Update the XML documentation to discourage using client secrets when possible
|
4 weeks ago |
Kévin Chalet
|
b7b123057d
|
Bump the .NET SDK and packages
|
4 weeks ago |
Kévin Chalet
|
63b56ccc82
|
Detect and reject reference token payloads directly used as regular tokens
|
4 weeks ago |
Kévin Chalet
|
29c6668d45
|
Change how authentication demands are marshalled and support token binding certificates/additional token request parameters for interactive flows
|
4 weeks ago |
Stella
|
ef0092a1fc
|
Add a global prompt setting to the Google web provider
|
4 weeks ago |
Kévin Chalet
|
7b9fd7677f
|
Revamp the client authentication method negotiation logic and support mTLS token binding in the client, server and validation stacks
|
1 month ago |
Copilot
|
fbb0468c15
|
Add unmet_authentication_requirements error constant
|
1 month ago |
OpenIddict Bot
|
da7f3a5b8f
|
Update the sponsors section
|
1 month ago |
Manuel Menegazzo
|
7084888242
|
Add .csproj indentation rules in .editorconfig
|
1 month ago |
Kévin Chalet
|
8dbf493469
|
Add a new OpenIddictMessage constructor accepting non-nullable immutable arrays
|
1 month ago |
Kévin Chalet
|
b28f31891f
|
Bump the key size of RSA keys used to generate ephemeral keys and development certificates
|
2 months ago |
Kévin Chalet
|
5c1cda0ac5
|
Implement native mTLS client authentication support in the server stack
|
2 months ago |
OpenIddict Bot
|
69627722a3
|
Update the sponsors section
|
2 months ago |
Gehongyan
|
ef8871b7f6
|
Add osu! to the list of supported providers
|
2 months ago |
OpenIddict Bot
|
3815289866
|
Update the sponsors section
|
2 months ago |
Kévin Chalet
|
b0709b3528
|
Replace Polyfill by Meziantou.Polyfill and bring back internal OperatingSystem polyfills
|
2 months ago |
Kévin Chalet
|
baba687f48
|
Re-enable automatic NuGet packages pruning
|
3 months ago |
OpenIddict Bot
|
194d1d220e
|
Update the sponsors section
|
3 months ago |
Kévin Chalet
|
721fba7e6b
|
Use the new SHA256/SHA384/SHA512.HashData() polyfills
|
3 months ago |
Kévin Chalet
|
e8c7f5a222
|
Use the polyfilled generic Enum.IsDefined() on .NET Framework and manually replace missed ArgumentNullException.ThrowIfNull() guards
|
3 months ago |
Kévin Chalet
|
9797f86194
|
Replace PolySharp by the Polyfill source package and adopt ArgumentNullException.ThrowIfNull()/ArgumentException.ThrowIfNullOrEmpty()
|
3 months ago |
OpenIddict Bot
|
a0ab3a5059
|
Update the sponsors section
|
3 months ago |
Kévin Chalet
|
1ef7be587f
|
Bump .NET Arcade to 10.0.0-beta.25562.108
|
3 months ago |
Kévin Chalet
|
cefc4dcba9
|
Do not build AsyncEnumerableExtensions on .NET 10
|
4 months ago |
Kévin Chalet
|
1f20c55b4c
|
Merge the changes made in the rel/7.2.0 branch
|
4 months ago |
Kévin Chalet
|
9e528e8bee
|
Bump Microsoft.Extensions.Http.Resilience to 10.0.0
|
4 months ago |
Kévin Chalet
|
9ea5025b34
|
Update Versions.props to build 7.3.0-preview.1 packages
|
4 months ago |
Kévin Chalet
|
f93126d454
|
Update Versions.props to build 7.2.0 packages
|
4 months ago |
OpenIddict Bot
|
b38989c243
|
Update the sponsors section
|
4 months ago |
Kévin Chalet
|
7b7c54a747
|
Bump the .NET SDK to 10.0.100 and update the .NET dependencies
|
4 months ago |
Kévin Chalet
|
739b7b7b04
|
Update OpenIddict*Manager.UpdateAsync() to remove the cached entry before updating the entity
|
5 months ago |
Kévin Chalet
|
a0f39b4b5c
|
Polyfill ValueTask.CompletedTask and ValueTask<TResult>.CompletedTask
|
5 months ago |
OpenIddict Bot
|
0d0bd6b2ab
|
Update the sponsors section
|
5 months ago |