OPENID CONNECT CLIENTS DETAILS
------------------------------
- **Name:** netscaler
- **Client ID:** 59e0f691-9185-4e4d-b6c6-a6cfa1a544d2
- **Subject Type:** pairwise
- **ClientSecret:** XXXXXXXXXXX
- **Application Type:** web
- **Persist Client Authorizations:** true
- **Pre-Authorization:** false
- **Authentication method for the Token Endpoint:** client_secret_post
- **Logout Session Required:** false
- **Include Claims In Id Token:** true
- **Disabled:** false
- **Login Redirect URIs:** [https://mylab.local/oauth/login]
- **Scopes:** [profile, openid]
- **Grant types:** [authorization_code, implicit, refresh_token, client_credentials, password]
- **Response types:** [code, token, id_token]
=============
By taking the network trace i found that Gluu was performing the POST instead of Basic. So i changed the value** client_secret_basic** to** client_secret_post **and it started working.