
GregH.00578 (Customer) asked a question.
We have a single app that accepts SIM. We want to use OPP to provision users from multiple Okta Tennants (one client, one workforce). I don't seem to be able to install multiple OPP agents on a single server. Is there a way around this? If I spin up another server, can I have multiple agents provision to the app?

Sorry, app accepts SCIM.
Hello @GregH.00578 (Customer) ,
I've escalated your question to our Customer Support team. They will respond to you shortly here.
Thanks!
Tim
Okta, Inc.
Thank you for reaching out to Okta Support, my name is Daniel Corrales.
OPP makes calls to a URL so that url can be on a Load balancer or direct to the web server. Also, if you have multiple agents then they will use the same url to make calls to. One of the things you could do with PS is multiple agents with code deployed on the agent servers themselves. This means they are using localhost urls. Not sure if this helps