Update WordPress user ID with CAS server ID

Viewed 92

I've setup a WordPress site and the authentication is done with a CAS server. I am using the WP Cassify plugin to connect with the CAS server.

Is it possible to update the wp_users ID from the default one, to the ID my server returns? If so, should i update with the new ID the wp_usermeta? Or should i create an extra column in the wp_users table? Are there any other tables that need to be updated?

The CAS server returns a string e.g."0A2B4C6D8EABCDEF1234567" which i want to use as ID for other services connected to my site.

1 Answers
Related