<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
0D51Y00005lG693SACOkta Classic EngineAdministrationAnswered2024-04-15T11:59:46.000Z2018-12-05T13:34:13.000Z2018-12-10T22:46:50.000Z

mc01f (mc01f) asked a question.

Add another instance of Custom SWA App with the same `name`?

I faced with a problem of creating a new instance of a Custom SWA App with already existing `name` through REST API, e.g.:

 

{

 "label": "Custom SWA App",

 "name": "customswaapp_1", <---------- Not working for custom Apps

.......

  "signOn": {

   "redirectUrl": "http://secondary.com",

   "loginUrl": "http://primary.com"

  }

 }

}

 

and a response:

 

{

  "errorCode": "E0000001",

  "errorSummary": "Api validation failed: mediated",

  "errorLink": "E0000001",

  "errorId": "oaewLvdTNfiRh-bHmpICtSxfg",

  "errorCauses": [

    {

      "errorSummary": "Cannot create an existing App Wizard App"

    }

  ]

}

 

Why it's possible to add a new App Instance if it exists in Okta (SWA App), but not for custom one? Maybe it's somehow related to the fact that Custom App is of private scope?

Anyway, are there any workarounds on how I can create another instance of Custom SWA App, that is differ from a 'parent' one only by app id?


  • Vitalii,

     

    Application name must be unique. There is no workaround for this.

     

    BJ Lillo

    Senior Technical Support Engineer

    Okta Global Customer Care

    Expand Post
This question is closed.
Loading
Add another instance of Custom SWA App with the same `name`?