By: Ernst Arnold user 31 Jan 2017 at 12:23 a.m. CST

3 Responses
Ernst Arnold gravatar
scimTestModeAccessToken expires after a year. How can I replace it with a new one?

By Valentino Pecaoco user 31 Jan 2017 at 5:36 a.m. CST

Valentino Pecaoco gravatar
Hi Ernst, You can generate a new one using the same steps. > If the access token has expired, just repeat the previous steps to create a new one. [SCIM 2.0 Test Mode (v2.4.4+)](https://gluu.org/docs/integrate/scimuma-howto/#scim-20-test-mode-v244)

By Ernst Arnold user 31 Jan 2017 at 6 a.m. CST

Ernst Arnold gravatar
Sounds great but does not work for me: Here are the steps I do: ``` scimTestMode: false scimTestModeAccessToken: ffc...ecaf6a Click 'Save Configuration' ``` Unexpected: the value of scimTestModeAccessToken remains same. It is not cleared! Then: ``` scimTestMode: true scimTestModeAccessToken: ffc...ecaf6a Click 'Save Configuration' ``` Unexpected: the value of scimTestModeAccessToken remains still the same. It is not changed! Is this so because the token has not yet expired? Can I replace a token before it expires?

By Valentino Pecaoco user 31 Jan 2017 at 6:45 a.m. CST

Valentino Pecaoco gravatar
These are not unexpected as these are the default behavior. A new token will only be generated when it is expired.