576 Commits (83d5bbfbc5c051efc2cdd6290002a274acfb95f7)
 

Author SHA1 Message Date
Kévin Chalet 83d5bbfbc5 Backport the discovery changes to OpenIddict 1.x 8 years ago
Kévin Chalet f17db7496d Update HandleConfigurationRequest to use the new HandleConfigurationRequestContext.Claims property 8 years ago
Kévin Chalet 4420a78b7a Backport the MVC integration changes to OpenIddict 1.x 8 years ago
Kévin Chalet 83a15d0bb8 Remove the IMvcBuilder/IMvcCoreBuilder from OpenIddict.Mvc 8 years ago
Kévin Chalet b97135c8fb Backport the core builder changes to OpenIddict 1.x 8 years ago
Kévin Chalet b68106cd4d Update the ReplaceApplicationManager/ReplaceAuthorizationManager/ReplaceScopeManager/ReplaceTokenManager to register the implementation type as a service 8 years ago
Kévin Chalet ac3304284d Backport the core builder changes to OpenIddict 1.x 8 years ago
Kévin Chalet 922f76ab3b Introduce non-generic SetDefaultApplicationEntity/SetDefaultAuthorizationEntity/SetDefaultScopeEntity/SetDefaultTokenEntity 8 years ago
Kévin Chalet 518921f7ef Backport the stores changes to OpenIddict 1.x 8 years ago
Kévin Chalet 321ab58801 Rename OpenIddictEntityFrameworkCoreOptions/OpenIddictEntityFrameworkOptions.ContextType to DbContextType 8 years ago
Kévin Chalet 5c13960b04 Backport the core services resolution changes to OpenIddict 1.x 8 years ago
Kévin Chalet 2bc86ea255 Update OpenIddictServerExtensions to throw an exception when the core services are not registered 8 years ago
Kévin Chalet ba18c223d4 Backport the validation handler changes to OpenIddict 1.x 8 years ago
Kévin Chalet 91d5592d55 Migrate to the latest aspnet-contrib packages 8 years ago
Kévin Chalet 5a441014d3 Backport the MongoDB stores changes to OpenIddict 1.x 8 years ago
Kévin Chalet 2433e750c4 Optimize OpenIddictMongoDbContext to avoid using an async state machine when the database was already instantiated 8 years ago
Kévin Chalet 1f744d05ad Backport the Entity Framework/Entity Framework Core stores changes to OpenIddict 1.x 8 years ago
Kévin Chalet c3bab03116 Use private static fields instead of IMemoryCache to cache compiled queries 8 years ago
Kévin Chalet 60d54cb4cd Backport the MVC extensions changes to OpenIddict 8 years ago
Kévin Chalet 33af961b0c Rename options.AddMvcBinders() to options.UseMvc() and add an option allowing to disable binding exceptions 8 years ago
Kévin Chalet d0bf8287b2 Backport the strong naming changes to OpenIddict 1.x 8 years ago
Kévin Chalet f597f73236 Disable strong naming with an OSS key on Linux platforms for OpenIddict.MongoDb and OpenIddict.MongoDb.Models 8 years ago
Kévin Chalet 7f37169eee Backport the MongoDB stores to OpenIddict 1.x 8 years ago
Kévin Chalet f41c3db4c9 Introduce MongoDB stores 8 years ago
Kévin Chalet f8c0ae5c3c Backport the models/stores changes to OpenIddict 1.x 8 years ago
Kévin Chalet 32fe4b0ae7 Remove OpenIddict.Models/OpenIddict.Stores and move to per-provider models 8 years ago
Kévin Chalet 3e16da7190 Backport the metadata endpoint changes to OpenIddict 1.x 8 years ago
Kévin Chalet 267a89a08c Remove the non-standard external_providers_supported node from the discovery document 8 years ago
Kévin Chalet 88e5b7a5e5 Backport application provider support to OpenIddict 1.x 8 years ago
Kévin Chalet 943e9578f3 Introduce OpenIddictServerBuilder.RegisterProvider() to allow registering a custom OpenID Connect server provider 8 years ago
Kévin Chalet f8ec94ecb4 Backport the stores changes to OpenIddict 1.x 8 years ago
Kévin Chalet 6533383771 Introduce OpenIddictScopeManager.FindByResourceAsync() to allow retrieving all the scopes associated with a given resource 8 years ago
Kévin Chalet 5d21c1d210 Backport the manager interfaces to OpenIddict 1.x 8 years ago
Kévin Chalet 9515954ac9 Introduce non-generic manager interfaces and update the token server/validation services to use them 8 years ago
Kévin Chalet 04e9cc525f Backport the OpenIddictServerDefaults/OpenIddictValidationDefaults classes to OpenIddict 1.x 8 years ago
Kévin Chalet 92524d4371 Introduce OpenIddictServerDefaults and OpenIddictValidationDefaults 8 years ago
Kévin Chalet 97465713b1 Backport the managers changes to OpenIddict 1.x 8 years ago
Kévin Chalet 7fdc84a9b7 Make PopulateAsync() public and provide an overload allowing to populate a descriptor 8 years ago
Kévin Chalet 51b4e44b42 Backport the core helpers changes to OpenIddict 1.x 8 years ago
Kévin Chalet 6104cd8f9e Rework OpenIddictCoreHelpers.FindGenericBaseType() 8 years ago
Kévin Chalet bb9a3f5889 Backport the authorization endpoint changes to OpenIddict 1.x 8 years ago
Kévin Chalet 1c040c8279 Allow confidential applications to retrieve an identity token from the authorization endpoint for compatibility purposes 8 years ago
Kévin Chalet 07a5dad470 Replace IOptionsMonitor by IOptions in the OpenIddict.Tests unit tests 8 years ago
Kévin Chalet 17ae6704b6 Backport the unit tests changes to OpenIddict 1.x 8 years ago
Kévin Chalet 02ae910d22 Decorate the OpenIddict.Tests methods with [Fact] 8 years ago
Kévin Chalet 0dc749e5bc Update OpenIddict.Validatiion.Tests.csproj to run tests on netcoreapp1.0 instead of netcoreapp2.0 8 years ago
Kévin Chalet 3c7fd20400 Backport the README.md changes to the release branch 8 years ago
Kévin Chalet 9b68036551 Update README.md to react to the recent OpenIddict services registration APIs 8 years ago
Kévin Chalet 59c3d51ae7 Backport the validation middleware to OpenIddict 1.x 8 years ago
Chino Chang 03a27051ec Create a validation middleware with reference tokens support 8 years ago