0 Single Sign On (SSO) with Wordpress 6 Ross Li posted 9 Years Ago We are using a event management plug in on wordpress and will likely be building our website there as well, while we would like to use Rock for donations and check-ins. Is there a way to implement a single sign on so that our congregation can use the same login credentials for both Wordpress and Rock?
David Stevens 9 years ago Yes, Rock supports external auth. Here is the list of current Authentication Providers:https://github.com/SparkDevNetwork/Rock/tree/develop/Rock/Security/AuthenticationIf you click on the Facebook provider you can see the code is requesting auth codes from facebook.com/oauth.There is also a Twitter SSO that's just started here:https://github.com/SparkDevNetwork/Rock/issues/1194
David Stevens 8 years ago You can set up a Post-Save workflow trigger on the UserLogin model (will fire when the User is marked as logged out), but I'm not sure which action would work to notify your other services. If custom development is an option, you can use the code from an API trigger action we built: https://github.com/NewSpring/rock-apollos/blob/master/Workflow/Action/APISync.cs