Hi everyone, from november 26th we are unable to use api tokens on our developer integration tenant.
We always receive E0000011 Invalid Token provided error.
The token is active and the user that created the token is also active.
We created a new token but without luck, same error.
I can see online that other users have the same issue. Has anybody been able to reach okta out to have an explanation for the behaviour?
Thanks
Hi,
The issue has been reported to the internal team and is currently pending confirmation and investigation
Hi,
Could you please check again to see if you are still experiencing the same issue? If so, please provide your organisation’s domain, and we can further investigate this on our end.
Hi, the problem still persists.
Our domain is https://trial-7328473.okta.com/.
we are using NodeJs Okta SDK version (@oktaoktaoktaokta/okta-sdk-nodejs) 7.3.0
An example of what we call:
this.client = new okta.Client({ orgUrl: cfg.OKTA_TARGET_URL, token: cfg.OKTA_API_TOKEN })
const list = await this.client.groupApi.listGroups({ search: `profile.name eq “${groupName}”` })
const group = (await list.next()).value
We receive the following error
{
“name”: “OktaApiError”,
“status”: 401,
“errorCode”: “E0000011”,
“errorSummary”: “Invalid token provided”,
“errorCauses”: ,
“errorLink”: “E0000011”,
“errorId”: “oaen6dLrUzgStGNEHKgfzrn4g”,
“url”: “https://trial-7328473.okta.com/api/v1/groups?search=profile.name%20eq%20"Datafeed-Test-Group"”,
“headers”: {},
“message”: "Okta HTTP 401 E0000011 Invalid token provided. "
}
Thanks
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.