Class LinkedInV2Client

All Implemented Interfaces:
OAuthClient

public class LinkedInV2Client extends OpenIDConnectClient
OpenID Connect Client Implementation that supports LinkedIn.
  • Constructor Details

  • Method Details

    • createNonce

      protected String createNonce()
      The LinkedIn provider should return as a claim the nonce that we send in the auth request, but it doesn't. We are thus forced to forgo nonce verification, and the easiest way to do this is not to create a nonce in the first place.
      Overrides:
      createNonce in class OpenIDConnectClient
      Returns:
      nonce value.