Kévin Chalet
|
356508005a
|
Introduce new managers/stores methods allowing to list invalid authorizations/tokens
|
9 years ago |
Kévin Chalet
|
13fe2c6e41
|
Backport the refresh token generation fix to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
820eedfd44
|
Ensure that a refresh_token is correctly returned for grant_type=authorization_code requests
|
9 years ago |
Kévin Chalet
|
b3d406609b
|
Update the OpenIddictBuilder methods documentation and reword the exception messages
|
9 years ago |
Kévin Chalet
|
ff293e1481
|
Update README.md
|
9 years ago |
Kévin Chalet
|
9f0a04ee95
|
Backport the timestamp changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
31abb05f4d
|
Introduce timestamp properties and update the Entity Framework stores to avoid swalling DbUpdateConcurrencyException
|
9 years ago |
Kévin Chalet
|
db068cddc6
|
Backport the managers/stores methods changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
1118e77977
|
Update the managers/stores methods to accept and return ImmutableArray instead of raw arrays
|
9 years ago |
Kévin Chalet
|
2205e53dc4
|
Backport the automatic revocation changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
cf3e649b0f
|
Add automatic revocation of old tokens when redeeming refresh tokens with rolling tokens enabled
|
9 years ago |
Kévin Chalet
|
acfcef6817
|
Introduce a new OpenIddictAuthorization.Type property and the corresponding stores methods
|
9 years ago |
Kévin Chalet
|
d004af6c77
|
Backport the token manager changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
4f666a55ec
|
Update the default token manager to treat access_token as a valid token type
|
9 years ago |
Kévin Chalet
|
0969584803
|
Backport the managers/stores changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
995063b60f
|
Introduce new CountAsync()/ListAsync() methods in the stores/managers
|
9 years ago |
Kévin Chalet
|
5e274a4699
|
Backport the request_id generation changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
dbfd9f58ab
|
Use a crypto-secure RNG to generate the request_id parameter
|
9 years ago |
Kévin Chalet
|
559819d854
|
Backport the errors changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
38e69a7034
|
Reword the error messages returned by the OpenIddict endpoints
|
9 years ago |
Kévin Chalet
|
cedb0c968e
|
Backport the log messages changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
013c480fec
|
Update the exception thrown by OpenIddictModelBinder and include the token identifier in the log messages when possible
|
9 years ago |
Kévin Chalet
|
169c291830
|
Backport the redirect_uri/post_logout_redirect_uri storage changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
8488dd4f81
|
Introduce the ability to specify multiple callback URLs (redirect_uri and post_logout_redirect_uri)
|
9 years ago |
Kévin Chalet
|
1b63058b6d
|
Update the Entity Framework/Entity Framework Core stores to use FindAsync() instead of SingleOrDefaultAsync() when possible
|
9 years ago |
Kévin Chalet
|
e88a1cb2ba
|
Allow the authorization/token status to be directly set on the descriptor
|
9 years ago |
Kévin Chalet
|
78dc170afc
|
Backport the default claims changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
f03ba6d66e
|
Add aud, exp, iat, iss and sub to the list of default claims exposed by the discovery endpoint
|
9 years ago |
Kévin Chalet
|
c0aa7b6b9d
|
Backport the Entity Framework 6.x stores to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
df6bafb723
|
Add missing license headers
|
9 years ago |
Kévin Chalet
|
3c17571919
|
Introduce built-in Entity Framework 6.x stores for OpenIddict
|
9 years ago |
Kévin Chalet
|
a4284c188f
|
Move OpenIddictExtensions to the Microsoft.Extensions.DependencyInjection namespace
|
9 years ago |
Kévin Chalet
|
f2b55463dc
|
Backport the client types changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
f95a17acae
|
Introduce a new hybrid client type and prevent confidential clients from retrieving an identity token from the authorization endpoint
|
9 years ago |
Kévin Chalet
|
dff9c69205
|
Backport the token deserialization changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
54c0af96dd
|
Prevent the OpenID Connect server middleware from using its default logic when deserializing reference tokens
|
9 years ago |
Kévin Chalet
|
dfb34f6418
|
Incorporate the changes committed in the dev branch
|
9 years ago |
Kévin Chalet
|
ae54086ae9
|
Disable the built-in OIDC claims mapping feature in the MVC sample
|
9 years ago |
Kévin Chalet
|
f24c595aa7
|
Backport the documentation changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
4db569e347
|
Update OpenIddictBuilder.DisableSlidingExpiration()'s XML documentation
|
9 years ago |
Kévin Chalet
|
14d0576a90
|
Backport the stores changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
936d4988b0
|
Introduce new base classes to make custom stores easier to implement
|
9 years ago |
Kévin Chalet
|
d8e3986a3d
|
Introduce OpenIddictApplicationDescriptor and add a CreateAsync() overload accepting a OpenIddictApplicationDescriptor parameter
|
9 years ago |
Kévin Chalet
|
0424eea053
|
Backport the OpenIddictAuthorizationStore/OpenIddictTokenStore.CreateAsync() fix to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
bc7b158677
|
Update OpenIddictAuthorizationStore/OpenIddictTokenStore to avoid throwing exceptions when no application or authorization is specified
|
9 years ago |
Kévin Chalet
|
a67fdfc270
|
Backport the discovery document changes to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
4df77f181c
|
Update the discovery endpoint to return the request_parameter_supported/request_uri_parameter_supported parameters
|
9 years ago |
Kévin Chalet
|
7de23cb595
|
Backport the claims_supported support to OpenIddict 1.x
|
9 years ago |
Kévin Chalet
|
b3c0d886a7
|
Introduce OpenIddictOptions.Claims/OpenIddictBuilder.RegisterClaims()
|
9 years ago |
Kévin Chalet
|
fa94bfa047
|
Backport the invalid metadata fix to OpenIddict 1.x
|
9 years ago |