<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
0D50Z00008Kg8VtSAJOkta Classic EngineAdministrationAnswered2024-09-05T10:47:11.000Z2018-09-07T10:11:34.000Z2024-08-20T15:05:29.000Z

qr4nf (qr4nf) asked a question.

How to remove a (Not yet configured) LDAP Integration from the list

Added a test LDAP Integration form a sample LDAP directory. Could not finish configuration because there were some attr missing thus leaving the integration with status Not yet configured.

Is there any way to remove it form the list?


  • Hi,

    Just wanted to follow-up on this thread, as the aforementioned steps no longer apply.

     

    In order to be provided with the option of removing an incomplete LDAP integration, you'll need to open a support ticket, asking our team to "Force Complete the LDAP Setup for <ldap_instance_name>". Make sure to also provide us with your Okta Subdomain and we'll take care of it.

    Once done, you'll be provided with the option of Deactivating and then Deleting the LDAP integration from the Okta Admin UI.

     

    Hope this helps!

    Emilian Aldea

    Expand Post
    Selected as Best
  • emilian.aldea (Okta, Inc.)

    Hello Andrei,

    Emilian here with Okta's Customer Support Team, thanks for reaching out to us!

     

    Regarding the matter you've addressed, the current UI will not provide you with means to delete the LDAP integration unless fully configured. However, as any Directory Integration needs to be thought of as an Application with Provisioning capabilities, you will be able to remove the unfinished integration using API calls. Here's what you need to do:

     

    Grab a REST API client (I am using Postman). Send the DELETE operation to the following endpoint:

     

    DELETE /api/v1/apps/your_LDAP_instance_id

    Host: yourcompanydomain.okta.com

    Accept: application/json

    Authorization: SSWS insert_your_API_key

     

    Where:

    • Your LDAP instance ID you can grab by navigating to the configuration page and taking it from the URL. It always starts with 0oa...
    • You can generate the required API token from under your Administrative console -> Security -> API; be sure to save it, as you will no longer be able to reveal it once again - you'll need to generate a new one.

     

    Hope this helps! Should you be faced with any difficulties / further issues, feel free to raise a support ticket with us from under the Help Center -> My Cases.

     

    Warm Regards,

    Emilian Aldea

    Technical Support Engineer

    Okta Global Customer Care

    Expand Post
  • GauravD.85938 (Norgesgruppen)

    I tried to run the api and it gave me this error:

     

    {

      "errorCode": "E0000056",

      "errorSummary": "Delete application forbidden.",

      "errorLink": "E0000056",

      "errorId": "oaewYR22KPTTk6mBVv0xPpmKQ",

      "errorCauses": [

        {

          "errorSummary": "The application must be deactivated before deletion."

        }

      ]

    }

     

    The application in this stage cannot be dectivated as well from GUI

    Expand Post
  • GauravD.85938 (Norgesgruppen)

    So we have to run the deactivation api and then the deletion api:

  • Hi,

    Just wanted to follow-up on this thread, as the aforementioned steps no longer apply.

     

    In order to be provided with the option of removing an incomplete LDAP integration, you'll need to open a support ticket, asking our team to "Force Complete the LDAP Setup for <ldap_instance_name>". Make sure to also provide us with your Okta Subdomain and we'll take care of it.

    Once done, you'll be provided with the option of Deactivating and then Deleting the LDAP integration from the Okta Admin UI.

     

    Hope this helps!

    Emilian Aldea

    Expand Post
    Selected as Best
This question is closed.
Loading
How to remove a (Not yet configured) LDAP Integration from the list