394 Commits (4e2cbfbe7ccb14ee1699e045b472bfef1c6100a7)

Author SHA1 Message Date
Kévin Chalet 2329d07939 Update the authorization view to hide the resources list when the "resource" parameter is empty 10 years ago
Kévin Chalet 657634c13e Remove the internal NWebSec package 10 years ago
Henk Mollema 9d8714921b Update CryptoHelper to rc2-final 10 years ago
Kévin Chalet 60d3d48f25 Fix the incorrect description/authors metadata in project.json 10 years ago
Kévin Chalet 5da4774c7f Update project.json to target the final .NET Core/ASP.NET Core RC2 packages 10 years ago
Kévin Chalet 82bc684c5f Introduce UseSigningCertificate to make X.509 certificates easier to register in the OpenIddict options 10 years ago
Kévin Chalet 1d1035ae86 Use target: project to remove the dotnet restore warnings 10 years ago
Kévin Chalet aaab684517 Reference the latest public version of JetBrains.Annotations 10 years ago
Kévin Chalet 4ced04425a Remove the unnecessary framework assemblies and normalize the project files 10 years ago
Kévin Chalet 008a908ec6 Use CanConvertFrom to determine whether string keys can be converted to TKey to prevent FormatException exceptions 10 years ago
Kévin Chalet 6f4d5fda5e Fix the remaining project.json warnings 10 years ago
Kévin Chalet 8521646307 Update project.json to conform to the new schema 10 years ago
Kévin Chalet c60ca71f74 Fix OpenIddictProvider.HandleLogoutRequest to prevent throwing an ArgumentNullException when the authentication cookie is no longer valid 10 years ago
Kévin Chalet 5c09b2ef8e Fix OpenIddictManager.CreateIdentityAsync to avoid storing null email addresses as claims 10 years ago
Kévin Chalet 4c4eb16d85 Implement HandleLogoutRequest to handle logout requests without requiring user consent 10 years ago
Kévin Chalet ad3a1c5854 Remove Microsoft.AspNetCore.Cors from OpenIddict.Core 10 years ago
Kévin Chalet 96b7671548 Use ASP.NET Core RC2 and aspnet-contrib release packages 10 years ago
Kévin Chalet f2bf5c4794 Update project.json to include iconUrl 10 years ago
Kévin Chalet 631a4ffa62 Remove explicit reference assemblies versions 10 years ago
Kévin Chalet ad8ef60c79 Remove System.ComponentModel/System.IO/System.Runtime 10 years ago
Josh Comley 5d0bfc9b4a React to API changes in aspnet/Mvc 10 years ago
Kévin Chalet 4b098827a4 React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet 9e23737aa6 React to API changes in aspnet/Mvc 10 years ago
Henk Mollema 6ee5d42773 Update CryptoHelper package 10 years ago
Kévin Chalet 6c80c865db React to TFM changes in dotnet/corefx 10 years ago
Kévin Chalet 65dbb03b3c Enable XML documentation generation 10 years ago
Kévin Chalet 02da3ea34c Update project.json to use an explicit alpha marker and add missing metadata 10 years ago
Kévin Chalet 8df3b5ca0e Add temporary workarounds for missing framework assemblies errors 10 years ago
Kévin Chalet 24b167b952 React to API changes in aspnet/Identity and aspnet/EntityFramework 10 years ago
Kévin Chalet d02b8289da Implement additional checks in OpenIddictProvider.GrantResourceOwnerCredentials 10 years ago
Kévin Chalet 28cc94bc7d Update Application to accept a TKey generic parameter 10 years ago
Kévin Chalet 5899533ae7 Introduce OpenIddictConfiguration/OpenIddictServices, decouple OpenIddictStore from UserStore and add new extensions 10 years ago
Kévin Chalet 63c3aa9e06 React to naming changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet 270f57fc01 React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet 4199fa23d6 Remove CORS from the default modules list 10 years ago
Kévin Chalet 576d42bc35 React to API changes in aspnet/Caching and aspnet/Identity 10 years ago
Kévin Chalet ed1a221629 React to API/naming changes in aspnet/Security and aspnet/Identity 10 years ago
Kévin Chalet e8d47fec89 Migrate to netstandard/netstandardapp 10 years ago
Kévin Chalet c1f7a4a1e1 React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Henk Mollema cac0a3594e Reintroduce CryptoHelper 10 years ago
Kévin Chalet a6b85f1f15 React to breaking changes in aspnet/Mvc 10 years ago
Kévin Chalet cb4de33021 React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet 9ea6a517bd Add extra constructors to OpenIddictContext 10 years ago
Kévin Chalet c8d8afccd0 Temporarily remove CryptoHelper 10 years ago
Kévin Chalet 8f5295b4bd Migrate to ASP.NET Core/.NET CLI 10 years ago
Kévin Chalet 622871fb21 Update GrantRefreshToken to support live claims update even if the underlying store doesn't support security stamps 10 years ago
Kévin Chalet 0c45f2fd2e React to API changes in aspnet-contrib/AspNet.Security.OpenIdConnect.Server 10 years ago
Kévin Chalet 3a5ef65951 Assign a new order to the NWebsec module to avoid invoking it for prompt=none requests 10 years ago
Kévin Chalet bf5b44981b Support live update of refresh tokens 10 years ago
Kévin Chalet 111a34a4af Move the profile/email scopes check to OpenIddictProvider.ValidateAuthorizationRequest 10 years ago