<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z0000A9lWXhCQMOkta Classic EngineAPI Access ManagementAnswered2024-06-14T21:36:36.000Z2024-06-14T06:36:13.000Z2024-06-14T21:36:36.000Z
E000006 : You do not have permission to perform the requested action

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 ?


  • User17157611498146715886 (Customer Support Online Community and Social Care)

    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.

    Expand Post
This question is closed.
Loading
E000006 : You do not have permission to perform the requested action