This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
Configuring automatic authorization
Before you begin
About this task
Procedure
To configure auto consent, use the autoAuthorizeParam attribute
and the <autoAuthorizeClient> subelement of the <oauthProvider> element
in the server.xml file:
<oauthProvider id="OAuthConfigSample" autoAuthorizeParam="autoauthz" ...>
...
<autoAuthorizeClient>client01</autoAuthorizeClient>
<autoAuthorizeClient>client02</autoAuthorizeClient>
</oauthProvider>