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 |
Kévin Chalet
|
26ac0a0afe
|
Enable strong naming support
|
8 years ago |
Henk Mollema
|
a0654c6571
|
Replace CryptoHelper by CryptoHelper.StrongName in OpenIddict 2.x
|
8 years ago |
Kévin Chalet
|
61e1cc8ce8
|
Migrate to the latest aspnet-contrib 2.0.0-rc2-final packages
|
8 years ago |
Kévin Chalet
|
fc22adac1b
|
Backport the application/token managers changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
40a6f4b85f
|
Update the application/token managers to throw an exception when trying to create a duplicate entry
|
8 years ago |
Kévin Chalet
|
6f29a453b9
|
Backport the cancellation tokens changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
611e4a521a
|
Avoid using HttpContext.RequestAborted in the provider classes
|
8 years ago |
Kévin Chalet
|
43b00fcf31
|
Backport the none flow removal to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
6471384676
|
Remove built-in support for the none flow
|
8 years ago |
Kévin Chalet
|
e846f204aa
|
Backport the managers changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
4f57d16b66
|
Introduce new methods in the authorization manager
|
8 years ago |
Kévin Chalet
|
854fd5804a
|
Backport the managers changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
173c89231f
|
Make the CreateAsync() API consistent with DeleteAsync()/UpdateAsync()
|
8 years ago |
Kévin Chalet
|
7b65cccb7a
|
Introduce a new FindAsync method allowing to retrieve all the authorizations satisfying the specified client/subject/scopes requirements
|
8 years ago |
Kévin Chalet
|
dac9b2b3f4
|
Backport the managers changes to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
721646357d
|
Make the CancellationToken parameters optional in the managers APIs
|
8 years ago |
Kévin Chalet
|
679099f5dc
|
Backport the new application permissions feature to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
98651b9e34
|
Update OpenIddictApplication.PostLogoutRedirectUris/RedirectUris and OpenIddictAuthorization.Scopes to be stored as JSON arrays
|
8 years ago |
Kévin Chalet
|
c079027ca7
|
Introduce full support for application permissions
|
8 years ago |
Kévin Chalet
|
fb5d8c9351
|
Introduce OpenIddictApplication/Authorization/Scope/Token.Properties as a way to store untyped properties in the database
|
8 years ago |
tuath
|
6d1ce09690
|
Remove mentions of the nightly builds feed from README.md
|
8 years ago |
Kévin Chalet
|
df3aee64f1
|
Backport the caching logic to OpenIddict 1.x
|
8 years ago |
Kévin Chalet
|
9bae6740db
|
Cache the TApplication/TToken entities in the request properties to avoid multiple stores calls
|
9 years ago |
Kévin Chalet
|
f11b4fdb4e
|
Remove the generic OpenIddictExtension class
|
8 years ago |
Kévin Chalet
|
a97d666649
|
Backport the XML documentation changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
857820d6f9
|
Fix invalid XML documentation in the scopes manager/store
|
9 years ago |
Kévin Chalet
|
1410799346
|
Backport the scopes manager/store changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
41a19beb41
|
Introduce IOpenIddictScopeStore/OpenIddictScopeManager.FindByIdAsync()/GetIdAsync()
|
9 years ago |
Kévin Chalet
|
c7a5e8436d
|
Backport the application manager changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
01ab603723
|
Introduce OpenIddictApplicationManager.GetPostLogoutRedirectUrisAsync()/GetRedirectUrisAsync()
|
9 years ago |
Kévin Chalet
|
70befdd884
|
Backport the models/stores changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
a19f5e81ff
|
Rename OpenIddictToken.Ciphertext/Hash to Payload/ReferenceId and add new methods to allow overriding the default obfuscation
|
9 years ago |
Kévin Chalet
|
412b53b71c
|
Backport the stores changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
bddfdb74be
|
Add "state" parameters to the GetAsync()/ListAsync() stores methods to avoid closure allocations
|
9 years ago |