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 |
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 |