<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
0D50Z00008G7VeYSAVOkta Classic EngineLifecycle ManagementAnswered2024-04-16T09:49:01.000Z2018-05-25T02:25:44.000Z2018-05-25T02:25:44.000Z
  • SSOS.08384 (Citrix)

    Option 1. Have your system accept that any login from Okta is valid and that if no corresponding user is found that a new user will be created. You will need to make sure that your assertion to the application contains all the fields that the application will need to create a new user. (Name, Email, etc. Whatever is needed.)

     

    Using this option, User information will only be updated in the application when the user logs in.

     

    Option 2.  implement SCIM (http://www.simplecloud.info) on your application then enable provisioning from the Okta side. This option will keep users in synch with Okta data even if they never log in, but is more complicated and there is a Per User/Per Month charge from Okta on this.

    Expand Post
This question is closed.
Loading
how to have Okta Provision Inhouse Application