keycloak-scim/services/src/main/java/org/keycloak/protocol/oidc
Martin Hardselius a4315f4076 Fix introspection error for pairwise access tokens
When access tokens containing a pairwise sub are introspected, user
related checks are using that sub to fetch the UserModel instead of
fetching the user from the UserSession. No corresponding user is found
(or possibly even another user) and the token is reported inactive.

Resolves: KEYCLOAK-5494
2017-09-15 10:31:47 +02:00
..
endpoints KEYCLOAK-5146 TokenEndpoint returns wrong methods for preflight requests (#4455) 2017-09-13 06:23:11 +02:00
installation [KEYCLOAK-4904] - Authorization Audit - Part 1 2017-06-09 13:31:06 -03:00
mappers [KEYCLOAK-4778] Fix for Oracle null value when having an empty String as attribute value (#4406) 2017-08-31 06:09:41 +02:00
representations KEYCLOAK-3625 More work on the issue 2016-10-19 14:21:50 +02:00
utils Merge pull request #4208 from ASzc/KEYCLOAK-4758 2017-06-27 11:35:43 +02:00
AccessTokenIntrospectionProvider.java KEYCLOAK-4092 key provider for HMAC signatures 2016-12-19 10:50:43 +01:00
AccessTokenIntrospectionProviderFactory.java [KEYCLOAK-2753] - Fine-grained Authorization Services 2016-06-17 02:07:34 -03:00
OIDCAdvancedConfigWrapper.java KEYCLOAK-3493 KEYCLOAK-3532 Added KeyStorageProvider. Support key rotation for OIDC clients and identity providers with JWKS url. 2016-09-30 21:28:23 +02:00
OIDCClientDescriptionConverter.java refactor mongo entities, optimize imports 2016-09-28 15:25:39 -04:00
OIDCClientDescriptionConverterFactory.java KEYCLOAK-3424 Support for save JWKS in OIDC ClientRegistration endpoint 2016-08-12 15:51:14 +02:00
OIDCLoginProtocol.java KEYCLOAK-4626 AuthenticationSessions - brokering works. Few other fixes and tests added 2017-05-11 22:16:26 +02:00
OIDCLoginProtocolFactory.java KEYCLOAK-3635 Not possible to filter debug/trace logging 2016-10-17 16:12:14 +02:00
OIDCLoginProtocolService.java KEYCLOAK-4556 KEYCLOAK-5022 Only cache keycloak.js and iframe if specific version is requested (#4289) 2017-07-04 21:18:34 +02:00
OIDCWellKnownProvider.java KEYCLOAK-3625 More work on the issue 2016-10-19 14:21:50 +02:00
OIDCWellKnownProviderFactory.java KEYCLOAK-3222 extend WellKnown to return supported types of client authentications. More tests 2016-07-08 15:39:13 +02:00
RefreshTokenIntrospectionProvider.java [KEYCLOAK-2753] - Fine-grained Authorization Services 2016-06-17 02:07:34 -03:00
RefreshTokenIntrospectionProviderFactory.java [KEYCLOAK-2753] - Fine-grained Authorization Services 2016-06-17 02:07:34 -03:00
TokenManager.java Fix introspection error for pairwise access tokens 2017-09-15 10:31:47 +02:00