How can I use WordPress to authenticate a user in a spring web application?

Is there a way to authenticate a user using wordpress security, something similar to authenticating with facebook or twitter? It seems that when using facebook to authenticate, an application gets something injected into its session to allow the requesting application to know that the user has been authenticated and is logged in. Is there something in wordpress or something I can write to provide this facility.

I would like to have a wordpress site for static information and for the more dynamic type information use a spring web application. Similar to what you would do with an apache web server hosting html files and move to tomcat for the jsp.

Related posts

Leave a Reply

1 comment