| opendj-server-legacy/src/main/java/org/opends/server/protocols/http/authz/HttpOAuth2TokenIntrospectionAuthorizationMechanism.java | ●●●●● patch | view | raw | blame | history |
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) {