
User17175658322665730635 (Customer) asked a question.
My application is Okta sso for it I have created two application in my okta account
1.OIDC for authentication
2.API services for the api services like getting all the users
In my backend I am providing the information both for oidc and api services as follows
{
"okta": {
"issuer": "",
"orgUrl": "",
"clientId": "",
"mappings": {
"name": "",
"email": "email",
"lastName": "lastName",
"username": "login",
"firstName": "firstName",
"department": "department",
"employeeId": "additionalProperties.employeeID"
},
"apiClientId": "",
"redirectUri": "",
"clientSecret": "",
"privateKeyPath": "",
"postLogoutRedirectUri": ""
}
}
I am getting the following error
{
"errorCode": "E0000006",
"errorSummary": "You do not have permission to perform the requested action",
"errorLink": "E0000006",
"errorId": "",
"errorCauses": []
}
so could you please tell what might be the potential problem that is causing the error ?

Hi @User17175658322665730635 (Customer) , thank you for contacting Okta Community!
I've reviewed our documentation for something relevant. It looks like your question is more appropriate for our dedicated Okta Developer Forum.
I advise reaching out via devforum.okta.com as they will have more insight into this topic.
You can reference this article from Okta Developer:
Okta error codes and descriptions
While we'll do our best to answer your questions here, this medium is more inclined towards Okta's core products and features (non-developer work).
Regards.
--
Help others in the community by liking or hitting Select as Best if this response helped you.