<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
0D54z00008tbmUZCAYOkta Classic EngineIntegrationsAnswered2024-04-17T12:20:09.000Z2023-03-13T14:29:53.000Z2023-03-13T22:11:48.000Z

n2zvn (n2zvn) asked a question.

When Creating an Okta User, are you able to have it create that same Okta User in a different third party application automatically?

Hello,

 

I was trying to see if there was a way where you can create an Okta User in my organization it also creates an account in another third party application we use. For example, Okta to Microsoft 365 and Okta to Slack?


  • TimL.58332 (Workflows)

    If there is built-in provisioning capability definitely go the route Colby mentioned. However, it may also be possible if there isn't a provisioning method available for the third-party app by leveraging the Workflows product. You could take "User created" events as a trigger to start a flow and perform the logic / api calls needed to the third-party (assuming they have a publicly reachable API).

     

    So something like:

     

    1. User created event.
    2. Do some logic to create a username in the criteria the third party requires.
    3. Check to see if the user already exists in the third party. (more logic as needed)
    4. Create user in third-party

     

    Then on a user "Deactivated" event. Reverse it.

    Expand Post
This question is closed.
Loading
When Creating an Okta User, are you able to have it create that same Okta User in a different third party application automatically?