Quote from: OpenGeek at Dec 16, 2005, 09:25 PM
@Raymond, is there absolutely no way to make the SMF module work? I thought you had it working at some point? Is there no API call in the API they provide to pass the credentials and determine if they are valid for the SMF user?
Sure it’s working but the problem exist with imported SMF users.
I think I can get it to work with Susan’s cool idea about using a general password but I don’t have to time to focus on SMF at the moment.
http://newsboard.unclassified.de/
I don’t think I like the looks of this forum at all.
The problem here Jason is that we don’t know the user’s password during export or import.
If we export MODx users to SMF we can’t authenticate the user or recreate the password in SMF’s format.
If we import SMF users into MODx we can’t authenticate the user or recreate the password in MODx’s format.
If you say bypass local authentification then we will not be able to handle 100% MODx users. Remember that MODx can have more than one connectors/modules that needs to authenticate against other systems
-
MODX Staff
- 10,725 Posts
To have a two way bridge yes, but we can at least offer a way to do a one way bridge, where we can import users (ignoring their passwords) from SMF and reference them in both systems, just always using SMF to authenticate those users, regardless if they are logging in from a MODx login form or inside SMF. This is the purpose of the pluggable, chainable authentication structure I have already proposed, based on a tried and tested implementation, but using our very own plugins to do the configurable work. From the manager we would simply need a way to specify the plugins (our local authentication would become a default plugin) for authentication, and give them an order and rules (i.e. fail the entire chain, continue, etc.), we could make it work just about anyway we wanted to.
Quote from: OpenGeek at Dec 17, 2005, 09:59 PM
From the manager we would simply need a way to specify the plugins (our local authentication would become a default plugin) for authentication, and give them an order and rules (i.e. fail the entire chain, continue, etc.), we could make it work just about anyway we wanted to.
Hmmm, can’t we do that with the OnWebAuthentication event? To bypass the modx authentication system you just always set the output to true.