PDA

View Full Version : Need help - trying to integrate our SSO with vB 5


TShipps
02-18-2014, 01:03 PM
So, I need to get a few things done and could use some input as to how to go about it.


User login needs to key off email address, not username
Passwords for login should be ingored since the SSO API will handle those
I need to be able to log in a user manually
I'd like to make a custom plugin to do this, but I can't find any documentation on the VB5 API - anyone know where I can find some?


Thanks in advance, guys!

y2ksw
03-13-2014, 02:11 PM
As far as I know the login scheme hasn't changed at all. For this reason I believe that you still can generate a cookie from data you search.

Zachery
03-13-2014, 08:57 PM
The login system is changing in 5.1.0

TShipps
03-13-2014, 11:26 PM
So then I assume it's better to wait until they're done messing with it to try.