634 Commits (db0911fbafccd4effb7458f11a8d5de884cf29c9)
 

Author SHA1 Message Date
Kévin Chalet db0911fbaf Backport the initialization changes to OpenIddict 1.x 8 years ago
Kévin Chalet ab34bdae2e Update AddServer()/AddValidation() to throw an exception when the OpenID Connect server/OAuth validation handler are already registered and to prevent custom providers 8 years ago
Kévin Chalet a65deb4463 Update OpenIddictServerBuilder to allow calling SetAccessTokenLifetime/SetAuthorizationCodeLifetime/SetIdentityTokenLifetime/SetRefreshTokenLifetime with null values 8 years ago
Kévin Chalet 5b32f1557a Backport the dependencies and OpenIddictServerBuilder changes to OpenIddict 1.x 8 years ago
Kévin Chalet 3eebdb21f6 Update the aspnet-contrib dependencies and introduce a new OpenIddictServerBuilder.AddSigningCertificate() extension accepting a X509KeyStorageFlags parameter 8 years ago
Kévin Chalet efc67b7186 Backport the Entity Framework 6.x/Entity Framework Core changes to OpenIddict 1.x 8 years ago
Kévin Chalet 5a37afb116 Move the OpenIddict entities mappings to separate IEntityTypeConfiguration instances 8 years ago
Kévin Chalet e458163605 Backport the new MongoDB unit tests to OpenIddict 1.x 8 years ago
Kévin Chalet 7cf18dc1ea Add unit tests for the MongoDB stores resolvers 8 years ago
Kévin Chalet dd401ffb8f Backport the MongoDB changes to OpenIddict 1.x 8 years ago
Kévin Chalet e62f10b876 Update OpenIddictMongoDbContext to use SemaphoreSlim to avoid multiple executions of the initialization routine 8 years ago
Kévin Chalet 0d762353b4 Backport the new unit tests to OpenIddict 1.x 8 years ago
Kévin Chalet a941734521 Backport the validation handler changes to OpenIddict 1.x 8 years ago
Kévin Chalet b5c9798e17 Introduce new unit tests for the core/server/validation builders and extensions 8 years ago
Kévin Chalet 061f03fc9d Update the validation handler to validate the token status in DecryptToken() 8 years ago
Kévin Chalet 9a812cf87d Backport the ApplyAuthorizationResponse/ApplyLogoutResponse fix to OpenIddict 1.x 8 years ago
Kévin Chalet 99cebde3c3 Fix ApplyAuthorizationResponse/ApplyLogoutResponse to work with null requests 8 years ago
Kévin Chalet e750e745af Backport the services registration changes to OpenIddict 1.x 8 years ago
Kévin Chalet 0cf7311664 Move the distributed/memory cache services registration from OpenIddict.Core to the stores/server packages 8 years ago
Kévin Chalet 2e206afe0b Backport the MongoDB entities changes to OpenIddict 1.x 8 years ago
Kévin Chalet 513ebcae8e Remove the [BsonExtraElements] attribute from the MongoDB entities to prevent future collisions 8 years ago
Kévin Chalet d812ff4df4 Backport the entities instantiation changes to OpenIddict 1.x 8 years ago
Vladyslav Martynets 80bfa33b36 Replace new() constraints by Activator.CreateInstance() to allow using abstract entities as generic parameters 8 years ago
Kévin Chalet 8c73345920 Backport the README.md changes to OpenIddict 1.x 8 years ago
Kévin Chalet eb6783fb04 Update README.md 8 years ago
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