Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

JAS Server rename ( JAS is connected to an ldap but gets "error" : "Unable to parse response JSON of all clients)

I tried to follow these steps ->


"Log in to the production JAS server cd /opt/IBM/JazzAuthServer/cli ./lsclient -u adminUser:adminPassword >& prodjas.backup"

but as my JAS is connected to an ldap I get only -> # cat prodjas.backup
{ "error" : "Unable to parse response JSON of all clients. {\"error_description\":\"You must be an administrator to complete this request\",\"error\":\"access_denied\"}" }

0 votes



One answer

Permanent link

Make sure the user should be part of authentication jazz admin group in appConfig file, need not to be a local user.

<JazzAuthServer>\wlp\usr\servers\jazzop\appConfig.xml
 


<oauth-roles>
<authenticated>
<special-subject type="ALL_AUTHENTICATED_USERS" />
</authenticated>
<clientManager>
<group name="JazzAdmins" />
</clientManager>
</oauth-roles>



Note: Also could be because of the  LDAP slow responsiveness.

1 vote

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 58
× 29

Question asked: Apr 04 '19, 3:55 a.m.

Question was seen: 2,546 times

Last updated: Apr 04 '19, 5:35 a.m.

Confirmation Cancel Confirm