api - Wordpress Login Customization for External Authentication -
i'm not sure approach best situation need tie admin login
external source. mean, wp is:
wp-admin ---> check wp database ---> authenticate
now need put additional tier, in between:
wp-admin ---> check wp database ---> check external api (true/false) ---> authenticate
means, need put additional authentication layer in between (similar logic like, apply ldap authentication module) in case own api in-between.
so in wp, where/which user/core file handling final
true/false
call returns in traditional login concept?where need go , make core hack or modification please?
you can use wordpress soap authentication plugin.
however, make work, need convert external auth service soap-compliant.
alternatively, can create own wp plugin based on one, check external source using else soap.
Comments
Post a Comment