| Parameter | Description | Type | Default Value | Configurable Values | 
|---|---|---|---|---|
| use_webview | Controls whether the OAuth login displays in the WebView or the Chrome custom tab.
                 Set this parameter to false to enable the custom tab. | Boolean | true | true or false | 
| custom_tab_logout_api | The administrator must specify the logout URL so that the user can logout from the custom tab. | Sting | N/A | N/A | 
{ "custom_tab_logout_api": "http://auth-server/auth/realms/{realm-name}/protocol/openid-connect/logout", "oAuthClientID": "client_id", "oAuthClientSecret": "client_secret", "use_webview": false }