mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Gaetan Boismal
10.26.2016 e840a1bd3cb14e5ec8e4a95a98d1fa94689c0851
opendj-server-legacy/src/main/java/org/opends/server/protocols/http/authz/HttpOAuth2TokenIntrospectionAuthorizationMechanism.java
@@ -50,7 +50,7 @@
      return newRfc7662AccessTokenResolver(
          new HttpClientHandler(toHttpOptions(config.getTrustManagerProviderDN(), config.getKeyManagerProviderDN())),
          new URI(config.getTokenIntrospectionUrl()),
          config.getClientSecret(), config.getClientSecret());
          config.getClientId(), config.getClientSecret());
    }
    catch (HttpApplicationException e)
    {