1032 Commits (69e9a7e7c3762aa08560bcae04b518445f3cf708)
 

Author SHA1 Message Date
Kévin Chalet 69e9a7e7c3 Update the OWIN hosts to automatically set SuppressFormsAuthenticationRedirect to true on challenges 4 years ago
Kévin Chalet afed13e6a5 Update README.md 4 years ago
Kévin Chalet 7d3bbe2d0b Add an issue template dedicated to adding a new web integration provider 4 years ago
Kévin Chalet b159631298 Bump all .NET dependencies 4 years ago
Kévin Chalet b50a086862 Update the client stack to support the client credentials grant 4 years ago
Kévin Chalet b943123a4c Update the client stack to support the resource owner password credentials grant 4 years ago
OpenIddict Bot 4e853cb516 Update the sponsors section 4 years ago
Kévin Chalet f1fd1d9d45 Update the Microsoft provider to support custom tenants and force the use of Proof Key for Code Exchange 4 years ago
Kévin Chalet 7f85e5af9f Update the client to refresh the server configuration on SecurityTokenSignatureKeyNotFoundException 4 years ago
Kévin Chalet 2e968f36a6 Add Microsoft Account support 4 years ago
Kévin Chalet 1b9081778d Update the samples to stop using SignInManager.CreateUserPrincipalAsync() and use the Microsoft claims for cookie authentication 4 years ago
Kévin Chalet ddc5c9a69c Revamp the claims extensions and update the client and server hosts to preserve the authentication properties using a special private claim 4 years ago
Kévin Chalet 4e484b8f8f Add Twitter support and remove scope constants generation 4 years ago
Kévin Chalet fcf3f92fe2 Use the OpenIddict client in the server samples and enable GitHub login via Identity 4 years ago
Kévin Chalet 791da55480 Allow returning custom parameters from the OWIN client/server hosts 4 years ago
OpenIddict Bot 1775e02a8c Update the sponsors section 4 years ago
Kévin Chalet 175e7c5065 Automatically generate the sponsors list on push 4 years ago
Kévin Chalet c918ebba7d Update README.md 4 years ago
Kévin Chalet 32678867ca Remove the .NET 5.0 TFMs 4 years ago
Kévin Chalet eb8715d964 Downgrade Wilson to 6.16.0 4 years ago
Kévin Chalet 197b49658c Update README.md 4 years ago
Kévin Chalet 68ae22d8b5
Introduce a web providers companion package 4 years ago
Kévin Chalet 6f9c559682 Update the .NET SDK and bump all dependencies 4 years ago
Kévin Chalet af9f6a66a2 Update the System.Net.Http integrations to support HttpRequestMessage.VersionPolicy 4 years ago
Kévin Chalet 7bb02a43bd Allow determining the token format dynamically and automatically add a jti claim to JWT access tokens 4 years ago
Kévin Chalet 3ff021a3e4 Revamp HTTP response extraction to support WWW-Authenticate and enforce Content-Type validation 4 years ago
Kévin Chalet 120a29fe47 Revamp the challenge responses handling logic 4 years ago
Kévin Chalet a2116511c4 Update the nullability attributes of OpenIddictRequest.Audiences/Resources to indicate that null values can be present in the returned array 4 years ago
Kévin Chalet 128eaf24ba Update the ASP.NET 4.8 server sandbox to use ASP.NET Web API for the resource controller 4 years ago
Nish26 85987e8e0b
Add pixel-identity to the list of OpenIddict-based projects maintained by third parties 4 years ago
Kévin Chalet 80f29a7f54 Update the documentation to clarify that state validation also helps mitigate authorization code injection attacks 4 years ago
Kévin Chalet 190e85ea2c Implement built-in redirect_uri validation directly in the client 4 years ago
Kévin Chalet 49c82b1eb7 Bring back issuer validation in the ValidateIssuer handler 4 years ago
Kévin Chalet e1436f7f59 Add native support for private_key_jwt in the client 4 years ago
Kévin Chalet 5758c4a6d9 Make the OpenIddict client stack stateful by default and introduce OpenIddict.Client.DataProtection 4 years ago
Kévin Chalet f14005f85d Handle network errors and HTTP response deserialization exceptions more gracefully 4 years ago
Kévin Chalet 96bd92a1b8 Optimize OpenIddictParameter.Count to avoid serialization for JsonValue instances wrapping a JsonElement or a primitive type 4 years ago
Kévin Chalet 68bd5d5e34 Support additional integer claim value types 4 years ago
Kévin Chalet 7222d95025 React to the removal of the !! operator in C# 11 4 years ago
Kévin Chalet a25cb52830 Don't throw an exception if the address of the userinfo endpoint is not available 4 years ago
Kévin Chalet 3de3d8bbcb Make the userinfo and token endpoints configurable per authentication demand 4 years ago
Kévin Chalet 4010563966 Update the client OWIN host to restore AuthenticationProperties.RedirectUri 4 years ago
Kévin Chalet 0db0007f31 Add native OWIN support for the OpenIddict client 4 years ago
Kévin Chalet 1fc1a3e12d Use RuntimeHelpers.EnsureSufficientExecutionStack() in OpenIddictParameter 4 years ago
Kévin Chalet f09329af41 Don't use custom JsonSerializerOptions instances in OpenIddictParameter 4 years ago
Kévin Chalet 0737996382 Introduce specialized event handlers for validating discovery parameters 4 years ago
Kévin Chalet ec32cfa6e5 Add System.Text.Json.Nodes support and revamp the OpenIddictParameter primitive 4 years ago
Kévin Chalet 5fb23d5779 Use <see langword="*"/> instead of <c>*</c> 4 years ago
Kévin Chalet 255fc64caf Fix incorrect error messages in the client stack and use ?? for null checks where appropriate 4 years ago
Kévin Chalet 66745bc4ae Update CodeAnalysis.ruleset to ignore CA2254 information messages 4 years ago