Kévin Chalet
|
90405f20a1
|
Backport the build scripts changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
a3afcb0f23
|
Migrate to the latest KoreBuild version
|
8 years ago |
Kévin Chalet
|
d18432fd1d
|
Backport the services.AddOpenIddict() extension changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
fff1284a2a
|
Update the services.AddOpenIddict() extension to automatically register the memory cache services
|
8 years ago |
Kévin Chalet
|
918b009005
|
Incorporate the changes committed in the rel/1.0.0-rc2 branch
|
8 years ago |
Kévin Chalet
|
1ef8f6eac8
|
Update version.props to build 1.0.0-rc3 packages
|
8 years ago |
Kévin Chalet
|
9d4780170f
|
Incorporate the changes committed in the rel/2.0.0-rc2 branch
|
8 years ago |
Kévin Chalet
|
6d8f9ed0de
|
Update version.props to build 2.0.0-rc3 packages
|
8 years ago |
Kévin Chalet
|
76cea9482a
|
Backport the Entity Framework Core workaround to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
57676d7613
|
Update OpenIddictApplicationStore/OpenIddictAuthorizationStore.DeleteAsync() to work around an Entity Framework Core bug
|
8 years ago |
Kévin Chalet
|
8318f2d4a1
|
Update version.props to build 1.0.0-rc2-final packages
|
8 years ago |
Kévin Chalet
|
2cd7ca4f6c
|
Update version.props to build 2.0.0-rc2-final packages
|
8 years ago |
Kévin Chalet
|
1ac041047b
|
Backport the README.md changes to the release branch
|
8 years ago |
Kévin Chalet
|
23a3450804
|
Update README.md to include a migration section
|
8 years ago |
Kévin Chalet
|
562c4c5b28
|
Backport the authorization manager/store changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
e51eb529d7
|
Add missing null checks in the authorization manager/store
|
8 years ago |
Kévin Chalet
|
8be9aeab9a
|
Backport the new FindAsync() overloads to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
c531d79504
|
Add new OpenIddictAuthorizationManager.FindAsync() overloads
|
8 years ago |
Kévin Chalet
|
2ca9f938ef
|
Backport the authorization manager fix to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
1fca7238a1
|
Fix OpenIddictAuthorizationManager.PruneInvalidAsync() to use ListInvalidAsync()
|
8 years ago |
Kévin Chalet
|
56e9f00285
|
Backport the authorization manager changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
4d8914bbe6
|
Update the OpenIddictAuthorizationManager.CreateAsync() method to require the authorization type
|
8 years ago |
Kévin Chalet
|
05e41e686d
|
Backport the authorization/token managers changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
176af6281a
|
Update OpenIddictAuthorizationManager/OpenIddictTokenManager.PruneInvalidAsync() to re-throw exceptions
|
8 years ago |
Kévin Chalet
|
6da84d093d
|
Backport the application/authorization managers changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
efce0af499
|
Introduce OpenIddictApplication.ConsentType and add new authorization helpers
|
8 years ago |
Kévin Chalet
|
e861bcd8bf
|
Backport the scopes changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
595012507e
|
Add a new DisplayName property to OpenIddictScope/OpenIddictScopeDescriptor
|
8 years ago |
Kévin Chalet
|
7408dc0731
|
Backport the scopes changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
68905e5c9d
|
Backport the application manager changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
b3de8b998e
|
Introduce OpenIddictScope.Resources and OpenIddictScopeManager.ListResourcesAsync()
|
8 years ago |
Kévin Chalet
|
86338e6ea2
|
Introduce new validation checks in OpenIddictApplicationManager.ValidateAsync() to ensure app permissions are consistent
|
8 years ago |
Kévin Chalet
|
b57a566873
|
Backport the introspection changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
e0975fb283
|
Update the introspection endpoint to only accept access tokens with an explicit audience attached
|
8 years ago |
Kévin Chalet
|
a40c8bf7ed
|
Backport the permissions changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
f503fb7e7a
|
Cache permissions, redirect_uris and post_logout_redirect_uris in memory
|
8 years ago |
Kévin Chalet
|
cb05ebc769
|
Introduce scope permissions, add opt-in scope validation support and rework existing permissions
|
8 years ago |
Kévin Chalet
|
1353fa9179
|
Backport the managers changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
418cbc9d3d
|
Introduce OpenIddictAuthorizationManager.PruneInvalidAsync() and OpenIddictTokenManager.PruneInvalidAsync()
|
8 years ago |
Kévin Chalet
|
75e6237996
|
Make the ValidateAsync() manager methods public and update them to return ValidationResult instances
|
8 years ago |
Kévin Chalet
|
9699b433ea
|
Backport the log level changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
e189c829a6
|
Change the default log level of various messages
|
8 years ago |
Kévin Chalet
|
0e72cf8db0
|
Backport the refresh token handling changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
5fc0f4cad8
|
Avoid returning an error when extending the lifetime of a refresh token or revoking previous tokens fails
|
8 years ago |
Kévin Chalet
|
5c0f49b70c
|
Backport the changes made in ProcessSigninResponse() to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
6b52ed4774
|
Simplify the OpenIddictProvider.ProcessSigninResponse() logic
|
8 years ago |
Kévin Chalet
|
edc75dcd8e
|
Backport the token revocation changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
bc6440ae9e
|
Avoid changing the status of the token used in the token request when revoking previous tokens
|
8 years ago |
Kévin Chalet
|
efac973952
|
Backport strong naming support to OpenIddict 1.x
|
8 years ago |
Henk Mollema
|
a2d6258ccb
|
Replace CryptoHelper by CryptoHelper.StrongName in OpenIddict 1.x
|
8 years ago |