Skip to main content
June 17, 2020
Question

SSO wiith HTTP header authentication

  • June 17, 2020
  • 1 reply
  • 203 views

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!

This topic has been closed for replies.

1 reply

Jorma_at_Knox
Legend
June 17, 2020

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

June 17, 2020

what about on premise? can I use the sso with IDP with it?