83 Commits (36eb37d77584588cdfbece7c7570fd22cadeec6f)

Author SHA1 Message Date
Kévin Chalet d2a35e844f Update the client console sandbox to support refreshing the user authentication 2 years ago
Kévin Chalet e9eff303ef Update MapStandardWebServicesFederationClaims to fall back to "name" when no "preferred_username" claim was found 2 years ago
Kévin Chalet aaf5a78603 Remove <EnablePreviewFeatures>true</EnablePreviewFeatures> from the client samples 2 years ago
Kévin Chalet 8b590c67cd Add Okta to the list of supported providers 2 years ago
Kévin Chalet 08eadde6ba Update the WinForms/WPF samples to allow selecting a preferred service for local server authentication 2 years ago
Kévin Chalet 570c7c3123 Update the AuthorizationController samples to validate the identity provider dynamically 2 years ago
Kévin Chalet 05ba317070 Introduce a new API returning the client registrations and update the samples to build the list of providers dynamically 2 years ago
Kévin Chalet 1f91321033 Rename the OpenIddictClientService.GetClientRegistrationAsync()/GetServerConfigurationAsync() APIs to be more specific and allow them to be overridden 2 years ago
Kévin Chalet dc19fee240 Bump the .NET/ASP.NET Core dependencies 2 years ago
Kévin Chalet 6636784754 Add a .NET 8.0 TFM 2 years ago
Kévin Chalet 86555d02e4 Update the ASP.NET 4.x server sandbox to suppress host authentication 2 years ago
Kévin Chalet f36d9b5471 Remove unnecessary usings 2 years ago
Kévin Chalet 692eb73484 Update the WinForms and WPF samples to create the URL protocol entries under HKEY_CURRENT_USER 2 years ago
Kévin Chalet d6c9c0b35c Add client assertions support to the server stack 2 years ago
Kévin Chalet 1c382d90ba Introduce application settings and support configuring token lifetimes per client 2 years ago
Kévin Chalet 4af3f8dc6f Introduce support for application types 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 3f9f16452f Update the ASP.NET Core samples to use automatic authentication schemes 3 years ago
Kévin Chalet 9deb68d433 Add an automatic claims mapping feature to the OpenIddict client stack 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 ef4b0f3417 Add explicit System.Net.Http usings 3 years ago
Kévin Chalet fb78fb9d0d Remove the Add[Provider]() overload returning a derived builder 3 years ago
Kévin Chalet 64ade94294 Support multiple registrations with the same issuer/provider name and introduce client record models 3 years ago
Kévin Chalet c19deeb698 Bump the .NET SDK and dependencies 3 years ago
Kévin Chalet 28ec4293ef Use file-scoped namespaces in the WinForms/WPF samples 3 years ago
Kévin Chalet 4685332df5 Add device authorization grant support in the OpenIddict client 3 years ago
Kévin Chalet d99a95628b Update the console client sandbox to use Spectre.Console and add back Twitter 3 years ago
Kévin Chalet c6f700040e Introduce OpenIddictClientSystemIntegrationOptions.ApplicationDiscriminator 3 years ago
Alexander Trauzzi 30c5db26f2
Replace Microsoft SQL Server by SQLite in the sandbox projects 3 years ago
Kévin Chalet 10242f3528 Replace Twitter by GitHub in the sandbox projects 3 years ago
Kévin Chalet ce1d49b3a6 Update the embedded web server to listen on 127.0.0.1/::1 when possible and use http://localhost/ as the default client URI 3 years ago
Kévin Chalet 9b5075e656 Replace the client Windows integration by a cross-platform package and add HttpListener and WebAuthenticationBroker support 3 years ago
Kévin Chalet 6cfe43b3e9 Add native support for Windows Runtime 3 years ago
Kévin Chalet 532a5941ec Introduce Windows support for the client stack 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 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 8c14d4e3e9 Replace references to "URL" by "URI" when resource identifiers are not required to be resource locators 3 years ago
Kévin Chalet 2a987bcebe Support relative redirect_uri/post_logout_redirect_uri in the client stack and revisit how OpenIddict handles URIs 3 years ago
Kévin Chalet 73e6efe4ac Introduce a new DisableTransportSecurityRequirement() option in the OpenIddict client ASP.NET Core and OWIN hosts 3 years ago
Kévin Chalet 3cd35a04bd Update the Reddit integration to support the duration parameter 3 years ago
OpenIddict Bot 9a51962099 Update the sponsors section 3 years ago
OpenIddict Bot 9d905e4d95 Update the sponsors section 3 years ago
Kévin Chalet f063cf56e2 Update the Google integration to support the access_type parameter 3 years ago
Kévin Chalet e3b4a3e880 Add refresh_token to the list of grant types supported by Twitter 3 years ago
Kévin Chalet a4f46da74c Remove the HttpContext.SignInAsync() workaround from the client samples 3 years ago
Kévin Chalet d7582544b8 Introduce Allow*Flow() methods in the client stack to control what grant types/response types/response modes/code challenge methods are enabled 3 years ago
Kévin Chalet 06afece93a Fix the user code generation logic 3 years ago
Kévin Chalet 65f3eff30f Update the samples to demonstrate how to override the claims resolved from authorization codes/refresh tokens 3 years ago