The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
User Authentication Plugins
My Company is interested in purchasing vBulletin, but needs to know what user authentication plugin offereings are available before we can feel comfortable doing so.
Does anyone have any information on this? THANKS in advance! |
#2
|
|||
|
|||
aMember have an authentication/subscription system that is available as a plugin for vB, but is not discussed here.
then, there is some bridges that can plug between your actual system and vB... but then again, we need to know your actual software to see if a bridge is possible. |
#3
|
|||
|
|||
Nexialys -
First off, thanks for the help, it's greatly appreciated. Secondly, to answer your question - We have an existing user database accessible via HTTP with Plain Text User names and md5 hashed passwords. We would like a to have a hook where we can call a PHP function when the User Authentication request is made to hit our existing user authetication webservice instead of the vBulletin built-in. |
#4
|
|||
|
|||
your hashed passwords may be a little of a problem that can be solved by modifying the way vBulletin is actually hashing its passwords too, so the collision between the two would be nulled...
sure this is possible then, but it is not released as a solution. some existing softwares linked to vBulletin are already doing the same thing... |
#5
|
|||
|
|||
Glad to know it is possible!
That being said - who would we talk to about purchasing/procuring/bartering for some of the solutions already available if they haven't been officially released? Or am I misunderstanding what you are saying, and we can't do that/have to go about it another way? Thanks again! |
#6
|
||||
|
||||
Quote:
|
#7
|
||||
|
||||
If you do not have a php programmer in house, you may want to hire one to create the bridge you need.
While this mod was specially created for SMF for a slightly older version of VB, it essentially shows where vbulletin does the hashing and verification of passwords. It may be of some help in figuring out a solution if you roll your own. https://vborg.vbsupport.ru/showthrea...=password+hash |
#8
|
|||
|
|||
Thanks for the help as always everybody.
That being said, I have been informed that the project was not correctly described to me the first time around, so I need to restate the issue. While we have enough PHP programmers in house to accomplish a bridge (and thank you guys to letting us know that is possible ), we do not know the vBulletin passwords nor user names that we would need to know in order to develop the seamless link (or SSO) from the already established user names and passwords from our website to vBulletin. That being said, does anyone know of a seamless link/SSO solution to such a problem? This is a tall task, so I am not sure a solution exists, but i just thought I'd continue to throw that out there and see if anyone had experience in a similar situation. |
#9
|
||||
|
||||
Quote:
Once these are blocked you could go several routes with your user bridge:
Personally, I recommend using the first option, especially if it is a custom CMS. The only problem with importing your users into vBulletin would be the md5 hashes. You can require that all users reset passwords or if you have too little hashes (because I believe vBulletin uses md5() several times) you could, upon writing the import script bring your passwords with more md5 hashes before sending them into the database. You can go several routes with this. |
#10
|
|||
|
|||
Quote:
Thanks either way |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|