From 4b3ed3733c90d0c475e239941a83367fde0d846f Mon Sep 17 00:00:00 2001 From: Chuck Copello Date: Wed, 30 Nov 2016 13:43:18 -0500 Subject: [PATCH] updated text --- topics/oidc/java/java-adapter-config.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/topics/oidc/java/java-adapter-config.adoc b/topics/oidc/java/java-adapter-config.adoc index a71b1b68d9..91791a3a52 100644 --- a/topics/oidc/java/java-adapter-config.adoc +++ b/topics/oidc/java/java-adapter-config.adoc @@ -118,10 +118,8 @@ expose-token:: The default value is _false_. credentials:: - Not required for public clients or where the client is "bearer-only." Specify the credentials of the application. This is an object notation where the key is the credential type and the value is the value of the credential type. - Currently `password` and `jwt` is supported. - This is _REQUIRED_. + Currently password and jwt is supported. This is _REQUIRED_ only for clients with 'Confidential' access type. connection-pool-size:: Adapters will make separate HTTP invocations to the {{book.project.name}} server to turn an access code into an access token.