PDA

View Full Version : API - single sign on


unitminer
05-08-2013, 06:03 PM
Is there any API documentation / examples for v 5.0.1 ?

I would like to develop in our application automatic login of users logged into our application also to vbulletin forum

I guess I will need to do following steps with API calls:

1. check if user exists in forum
2. if not, create user account
3. login user
4. disable account (e.g. if we delete account in our application)

Did anybody the same using the API?

I want to do it it from other server

Our situation: we have forum on domain forum.example.com and main application is running on www.example.com. Both are separated servers

Thank you.

daniel.castro
07-29-2013, 05:27 PM
did you ever get a response or get it working? i'm embarking on the same path.

thx

caciquegm
07-29-2013, 05:32 PM
Me too, we need to known more info about the API, and/or if the best way to implement SSO. In our case we need to implement SAML single sign-on.

Regards!

Santiago