Kévin Chalet
|
0d460a768d
|
Backport the constants changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
978c398d7d
|
Introduce new constants
|
8 years ago |
Kévin Chalet
|
df6882e684
|
Backport the constants changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
a20f38a6ce
|
Remove OfflineAccess/OpenId from OpenIddictConstants.Permissions.Scopes
|
8 years ago |
Kévin Chalet
|
4b68fa9571
|
Backport the README.md changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
532a4f96ac
|
Update README.md
|
8 years ago |
Kévin Chalet
|
ed9f2117cc
|
Backport the events model changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
9a06891507
|
Tweak the events model to force user-defined handlers to explicitly determine whether other handlers can be invoked
|
8 years ago |
Kévin Chalet
|
16795dc5d6
|
Backport the server builder changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
aa79131335
|
Introduce OpenIddictServerBuilder.SetRequestCachingPolicy()
|
8 years ago |
Kévin Chalet
|
803b6abbf3
|
Update IOpenIddictAuthorizationManager.FindAsync() to make CancellationToken optional
|
8 years ago |
Kévin Chalet
|
c3fec3ad9b
|
Backport the stores changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
ddbe7aed38
|
Update IOpenIddictAuthorizationStore.PruneAsync() to also take expired tokens into account
|
8 years ago |
Kévin Chalet
|
d92b6f2861
|
Update ListAsync() to use AsTracking()
|
8 years ago |
Kévin Chalet
|
0ff8535506
|
Backport the stores changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
0f89f638eb
|
Introduce new FindAsync methods in OpenIddictTokenManager/IOpenIddictTokenStore
|
8 years ago |
Kévin Chalet
|
105ede93b0
|
Backport the MongoDB changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
769fdefab6
|
Introduce a new OpenIddictMongoDbOptions.DisableInitialization option
|
8 years ago |
Kévin Chalet
|
7956e55380
|
Backport the dependencies changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
c7650f8dd6
|
Update the MongoDB C# driver to 2.7.0
|
8 years ago |
Kévin Chalet
|
0789229ba6
|
Backport the namespace changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
4d8e458df5
|
Update documentation and move the MVC binder/binder provider to an .Internal namespace
|
8 years ago |
Kévin Chalet
|
9878b71335
|
Backport the .csproj changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
3e55b341b8
|
Update OpenIddict.csproj to explicitly reference OpenIddict.Abstractions.csproj
|
8 years ago |
Kévin Chalet
|
f35e63b4cf
|
Backport the new constants to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
e8762cd812
|
Introduce new constants
|
8 years ago |
Kévin Chalet
|
b2f0f46d2e
|
Backport the constants changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
7bb2cd9522
|
Add common claims/scopes/errors constants to OpenIddictConstants
|
8 years ago |
Kévin Chalet
|
2d47be7660
|
Backport the namespace changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
bbf4c42057
|
Move the server and validation components to an .Internal namespace
|
8 years ago |
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 |