Copy link to clipboard
Copied
hello,
I'm planning to integrate my app with adobe connect, I have users in my app and they have credentials, I want to able to sign those users to adobe connect using SSO HTTP header authentication, but I have an important question, does this method creates users in adobe connect (register them) or it's just for login?
for SSO with HTTP header authentication, do I have to use LDAP or AD or IDP when using this method or not?
I appreciate your help and support,
thank you!
Copy link to clipboard
Copied
If you are using an account hosted by Adobe, you can use the IDP method for SSO, which will do JIT user creation if an account isn't present.
You can also create an API script that takes user information from a source of your chosing and logs in or creates a user (if needed) in Connect. This is a bit of a manual process as you would essentially be creating a custom application to do this. If you haven't seen it, here's the Web Services guide for Adobe Connect: https://helpx.adobe.com/adobe-connect/webservices/topics.html
Copy link to clipboard
Copied
what about on premise? can I use the sso with IDP with it?