Package org.keycloak.social.linkedin
Class LinkedInPublicKeyLoader
java.lang.Object
org.keycloak.social.linkedin.LinkedInPublicKeyLoader
- All Implemented Interfaces:
org.keycloak.keys.PublicKeyLoader
Specific public key loader that assumes that use for the keys is the requested one. The LinkedIn OpenID Connect implementation does not add the compulsory use claim in the jwks endpoint.
- Author:
- rmartinc
-
Constructor Summary
ConstructorsConstructorDescriptionLinkedInPublicKeyLoader(org.keycloak.models.KeycloakSession session, OIDCIdentityProviderConfig config) -
Method Summary
-
Constructor Details
-
LinkedInPublicKeyLoader
public LinkedInPublicKeyLoader(org.keycloak.models.KeycloakSession session, OIDCIdentityProviderConfig config)
-
-
Method Details
-
loadKeys
- Specified by:
loadKeysin interfaceorg.keycloak.keys.PublicKeyLoader- Throws:
Exception
-