609 Commits (e59fa84f8f1c46c31a1fa33d34274eeadb3bdd5b)
 

Author SHA1 Message Date
Kévin Chalet e59fa84f8f Backport authorization validation support to OpenIddict 1.x 8 years ago
Kévin Chalet 8601156578 Introduce a new option allowing to validate the authorization associated with an access token 8 years ago
Kévin Chalet 7e8acd41df Backport the properties changes to OpenIddict 1.x 8 years ago
Kévin Chalet 62ea117682 Store the token/authorization identifiers in new internal authentication properties 8 years ago
Kévin Chalet 306d18145d Backport the sign-in changes to OpenIddict 1.x 8 years ago
Kévin Chalet e9c796ca37 Throw an InvalidOperationException when SignIn() is called with an unauthenticated ClaimsIdentity 8 years ago
Kévin Chalet 0a0aafe853 Update version.props to build 1.0.0-rtm packages 8 years ago
Kévin Chalet 586940fe0a Update version.props to build 2.0.0-rtm packages 8 years ago
Kévin Chalet 92457fd5c4 Incorporate the changes committed in the rel/1.0.0-rc3 branch 8 years ago
Kévin Chalet af5e0d6c8d Incorporate the changes committed in the rel/2.0.0-rc3 branch 8 years ago
Kévin Chalet b61018db7a Update version.props to build 1.0.0-rc3-final packages 8 years ago
Kévin Chalet 313b275d4f Update version.props to build 2.0.0-rc3-final packages 8 years ago
Kévin Chalet e78a30c190 Backport the README changes to OpenIddict 1.x 8 years ago
Kévin Chalet e18ca46549 Update README.md 8 years ago
Kévin Chalet f63e1ff757 Backport the README changes to OpenIddict 1.x 8 years ago
Kévin Chalet ab4d700446 Update README.md 8 years ago
Kévin Chalet a6427f193f Backport the token endpoint validation logic changes to OpenIddict 1.x 8 years ago
Kévin Chalet e7abdab60d Update the token endpoint validation logic to reject scope=offline_access requests if the client application is not allowed to use the refresh token flow 8 years ago
Kévin Chalet a496412759 Backport the versions changes to OpenIddict 1.x 8 years ago
Kévin Chalet c531d05b3b Migrate to the aspnet-contrib 2.0.0-rc3-final packages 8 years ago
Kévin Chalet 43a039f923 Backport the notifications system to OpenIddict 1.x 8 years ago
Kévin Chalet 5c40217da4 Replace the application provider/events by a new notifications-based system 8 years ago
Kévin Chalet f600119bee Backport the default options changes to OpenIddict 1.x 8 years ago
Kévin Chalet 7e10bedb73 Remove implicit permissions and introduce OpenIddictServerBuilder.IgnoreEndpointPermissions()/IgnoreGrantTypePermissions()/IgnoreScopePermissions() 8 years ago
Kévin Chalet 8f9c6f109d Enable scope validation and reject unidentified token/revocation requests by default 8 years ago
Kévin Chalet 214353fb6d Backport the models changes to OpenIddict 1.x 8 years ago
Kévin Chalet b348a12a1c Update the EF 6.x/EF Core entities to use HashSet instead of List and automatically register EF 6.x context classes in the DI container 8 years ago
Kévin Chalet 2a47f9c6d9 Backport the exception messages changes 8 years ago
Kévin Chalet 0e5b0cec66 Update exception messages to point to the new OpenIddict services APIs 8 years ago
Kévin Chalet 74de96c88c Backport the authorization changes to OpenIddict 1.x 8 years ago
Kévin Chalet aa89d0c215 Automatically validate the authorization associated with authorization codes/refresh tokens 8 years ago
Kévin Chalet fbad21e893 Pin KoreBuild version to make builds more repeatable 8 years ago
Kévin Chalet d848dc8529 Update common.props to build portable debug symbols 8 years ago
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