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

Popular posts from this blog

php - cannot display multiple markers in google maps v3 from traceroute result -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -