Question
How can I find all of the client_ids for my tenant?
Answer
GET https://auth.reltio.com/oauth/customers/<customer name>
This will provide a number of pieces of auth information which includes the following
"applicationClients": [
"qlik_reltio"
],
"customerSpecificRoles": [
"SUPER_ROLE",
"ROLE_SURVIVORSHIP_EDIT",
"ABC_READ_ONLY_ROLE",
"DCR_USER_ROLE"
]
Comments
Please sign in to leave a comment.