keycloak-scim/services/src/main/java/org/keycloak/protocol/oidc
Thomas Darimont 0219d62f09 KEYCLOAK-6867 UserInfoEndpoint should return WWW-Authenticate header for Invalid tokens
As required by the OIDC spec (1) we now return a proper WWW-Authenticate
response header if the given token is invalid.

1) https://openid.net/specs/openid-connect-core-1_0.html#UserInfoError
2019-12-23 07:42:06 -03:00
..
endpoints KEYCLOAK-6867 UserInfoEndpoint should return WWW-Authenticate header for Invalid tokens 2019-12-23 07:42:06 -03:00
ext KEYCLOAK-6229 OpenShift Token Review interface 2018-09-07 08:21:28 +02:00
installation KEYCLOAK-12310 Remove unused imports from packages: exportimport, forms, jose, partialimport, protocol in module "services" (#6560) 2019-12-05 14:28:47 +01:00
mappers KEYCLOAK-12311 Fix minor warnings with collections in packages: forms, keys, partialimport, protocol from module "services" 2019-12-20 13:31:38 +01:00
utils KEYCLOAK-12310 Remove unused imports from packages: exportimport, forms, jose, partialimport, protocol in module "services" (#6560) 2019-12-05 14:28:47 +01:00
AccessTokenIntrospectionProvider.java KEYCLOAK-8264 Update OpenShift Token Review endpoint to support additional algorithms and to update session last refresh on token introspection 2018-09-11 19:57:38 +02:00
AccessTokenIntrospectionProviderFactory.java [KEYCLOAK-2753] - Fine-grained Authorization Services 2016-06-17 02:07:34 -03:00
OIDCAdvancedConfigWrapper.java KEYCLOAK-6768 Signed and Encrypted ID Token Support 2019-08-15 15:57:35 +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
OIDCConfigAttributes.java KEYCLOAK-6768 Signed and Encrypted ID Token Support 2019-08-15 15:57:35 +02:00
OIDCLoginProtocol.java KEYCLOAK-11728 New default hostname provider 2019-11-11 12:25:44 +01:00
OIDCLoginProtocolFactory.java [KEYCLOAK-10168] Handle microprofile-jwt client scope migration 2019-05-06 15:14:27 -03:00
OIDCLoginProtocolService.java KEYCLOAK-6768 Signed and Encrypted ID Token Support 2019-08-15 15:57:35 +02:00
OIDCWellKnownProvider.java KEYCLOAK-12311 Fix minor warnings with collections in packages: forms, keys, partialimport, protocol from module "services" 2019-12-20 13:31:38 +01: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 KEYCLOAK-12311 Fix minor warnings with collections in packages: forms, keys, partialimport, protocol from module "services" 2019-12-20 13:31:38 +01:00