By: Osborn Adu user 19 Jun 2017 at 9:16 a.m. CDT

3 Responses
Osborn Adu gravatar
I have followed all the instructions below to enable test mode and generate scimTestModeAccessToken but I am unable to. Is there anything I am missing? To enable test mode, do the following: Login to the oxTrust GUI Navigate to Configuration > JSON Configuration > OxTrust Configuration, then locate the property scimTestMode. Set it to true. click the Save Configuration button. The Gluu server will then create a long-lived OAuth2 access token with a validity period of one year. Doing this will also switch the authentication scheme from UMA to OAuth2 Access Token. Click on JSON Configuration > OxTrust Configuration in the left navigation pane. This will retrieve the access token and be displayed in the scimTestModeAccessToken property.

By Aliaksandr Samuseu staff 20 Jun 2017 at 3:44 p.m. CDT

Aliaksandr Samuseu gravatar
Hi, Osborn. What is your issue, exactly? You can't see the generated code? Or you can't use it in SCIM calls?

By Ramkumar Chandrasekaran user 21 Jun 2017 at 2:14 p.m. CDT

Ramkumar Chandrasekaran gravatar
Need to restart Gluu after testmode is enabled to get the oauth token. We are able to use long lived oauth token for SCIM api to create users in LDAP. Thanks Regards Ramkumar.C

By Osborn Adu user 27 Jun 2017 at 4:36 a.m. CDT

Osborn Adu gravatar
It works now. I had to wait for some time to see the generated token. Thanks!