Kévin Chalet
|
2a18e350af
|
Add Active Directory Federation Services to the list of supported providers
|
3 years ago |
Kévin Chalet
|
2d22e67c3e
|
Update the web providers generator to support optional display names
|
3 years ago |
Kévin Chalet
|
eb1fcc82bd
|
Introduce new properties to disable token rejection and don't reject authentication demands for invalid identity token hints
|
3 years ago |
OpenIddict Bot
|
f84f40a378
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
926f0dc430
|
Fix references to the ID0373 error
|
3 years ago |
OpenIddict Bot
|
db289acd8d
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
3bcc857371
|
Update README.md
|
3 years ago |
Kévin Chalet
|
6cfe43b3e9
|
Add native support for Windows Runtime
|
3 years ago |
Kévin Chalet
|
fa497f01ea
|
Update the ValidateTokenEntry server event handler to buffer tokens before revoking them
|
3 years ago |
Kévin Chalet
|
5e54e9be73
|
Replace Enumerable.Any() by Array.Exists()/List<T>.Exists() in OpenIddictServerBuilder
|
3 years ago |
Kévin Chalet
|
bf366075c2
|
Decorate the new APIs in OpenIddictClientService with [RequiresPreviewFeatures]
|
3 years ago |
OpenIddict Bot
|
5f64d67c92
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
532a5941ec
|
Introduce Windows support for the client stack
|
3 years ago |
Kévin Chalet
|
f954e5c719
|
Update the issue templates to indicate that 4.0 is no longer a preview version
|
3 years ago |
Kévin Chalet
|
fb1982a0eb
|
Update the web providers file to include a link to the documentation
|
3 years ago |
Kévin Chalet
|
c3c808a971
|
Update README.md
|
3 years ago |
Kévin Chalet
|
9c8f95471f
|
Update Versions.props to build 4.1.0-preview1 packages
|
3 years ago |
Kévin Chalet
|
88c1b34cd6
|
Incorporate the changes committed in the rel/4.0.0 branch
|
3 years ago |
Kévin Chalet
|
a31209dbc2
|
Update Versions.props to build 4.0.0 packages
|
3 years ago |
Kévin Chalet
|
62a10af526
|
Store the provider name in the state token as a private claim and update the ASP.NET Core/OWIN hosts to return it as part of the merged principal
|
3 years ago |
OpenIddict Bot
|
db72098773
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
1d5413c8af
|
Update the System.Net.Http integrations to always disable cookies support as a security measure
|
3 years ago |
Kévin Chalet
|
11c5b7ee9e
|
Add Pro Santé Connect to the list of supported providers
|
3 years ago |
Kévin Chalet
|
6ed9eb25e1
|
Infer the redirection/post-logout redirection endpoint URIs from the redirect_uri/post_logout_redirect_uri configured in client registrations
|
3 years ago |
OpenIddict Bot
|
70cfabac16
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
46e2e4cf9a
|
Add client_credentials to the list of grant types supported by Reddit
|
3 years ago |
Kévin Chalet
|
5d28210dc2
|
Update the web provider generator to support creating builder methods for certificates and ECDSA keys
|
3 years ago |
Kévin Chalet
|
af73574512
|
Update the System.Net.Http integrations to support per-provider HttpClient instantiation and allow replacing it dynamically
|
3 years ago |
Kévin Chalet
|
1b3fe3a245
|
Update the web providers generator to support setting a different configuration endpoint URI
|
3 years ago |
Kévin Chalet
|
3db9a7e9db
|
Require configuring a redirect_uri for interactive flows, even for non-OpenID Connect issuers
|
3 years ago |
Kévin Chalet
|
4fa7926965
|
Update the web providers generator to support setting a post_logout_redirect_uri
|
3 years ago |
OpenIddict Bot
|
6702a3f384
|
Update the sponsors section
|
3 years ago |
OpenIddict Bot
|
f7a9587a72
|
Update the sponsors section
|
3 years ago |
Kévin Chalet
|
beb153cb11
|
Add OpenIddictClientOwinBuilder.SetCookieManager() to simplify replacing the default cookie manager
|
3 years ago |
Kévin Chalet
|
d6d5f59bcb
|
Update tools.ps1/tools.sh to avoid hiding errored exit codes
|
3 years ago |
Kévin Chalet
|
2a31e22277
|
Throw an exception to abort unhandled redirection/post-logout redirection requests
|
3 years ago |
Kévin Chalet
|
89dcb5d72e
|
Incorporate the changes committed in the rel/4.0.0-rc2 branch
|
3 years ago |
Kévin Chalet
|
1e38843476
|
Bump the .NET SDK and package dependencies
|
3 years ago |
Kévin Chalet
|
bf8abc6e6e
|
Support OpenIddictClientOptions.ClientUri/OpenIddictServerOptions.Issuer/OpenIddictValidationOptions.Issuer URIs created with DangerousDisablePathAndQueryCanonicalization=true
|
3 years ago |
Kévin Chalet
|
6f5c509b3f
|
Update the System.Net.Http integrations to support sending a contact address via the Form HTTP header
|
3 years ago |
Kévin Chalet
|
a1a0815cff
|
Add XML documentation to the dispatcher/factory/handler filter classes
|
3 years ago |
Dan Hansen
|
2f1ae5158d
|
Fix OpenIddictExtensions.AddClaims() to use JsonElement.ToString() instead of JsonElement.GetString()
|
3 years ago |
Kévin Chalet
|
0baa0e8399
|
Remove the unnecessary ValidateTokenContext.AuthorizationId property
|
3 years ago |
Kévin Chalet
|
773594231e
|
Prevent enabling the device authorization flow when token storage is disabled (unless the degraded mode is used)
|
3 years ago |
Kévin Chalet
|
bfa95d094a
|
Unify the token entry properties restoration logic and fix an issue affecting device codes and ASP.NET Core Data Protection
|
3 years ago |
Kévin Chalet
|
604889b129
|
Update ProcessChallengeContext/ProcessSignOutContext.Nonce's documentation to emphasize that nonces should be generated using a crypto-secure RNG
|
3 years ago |
Kévin Chalet
|
f0acd0cd64
|
Update Versions.props to build 4.0.0-rc2 packages
|
3 years ago |
FinalFortune
|
b3837484b4
|
Fix broken link to OrchardCore module
|
3 years ago |
Kévin Chalet
|
22e28fc36c
|
Add XML documentation to the dispatcher/factory/handler filter classes
|
3 years ago |
Dan Hansen
|
35713aff04
|
Fix OpenIddictExtensions.AddClaims() to use JsonElement.ToString() instead of JsonElement.GetString()
|
3 years ago |