By default, CAS URIs are provided under the wp-cas endpoint wp-cas login Allows remote service to request that user authenticate on the CAS server.
Returns XML response. wp-cas proxyValidate Allows remote service to validate service or proxy ticket forwarded by the user on redirect.
Returns XML response. wp-cas p3 proxyValidate Allows remote service to validate service or proxy ticket forwarded by the user on redirect.
Allows developers to change the list of user attributes that appear in the dashboard for administrator to set to return on validation requests..
When user accesses application and attempts to authenticate to it, the application sends the user to the CAS for validation.
Behind the scenes, the application then contacts the CAS over connection to verify that the security ticket is valid.
If you suspect someone may have compromised the integrity of the security tickets generated by the CAS server, you should generate new set of secret keys and swap them out WordPress's wp-config php file...
The plugin requires PHP DOM extension to generate and read XML data, and the error is due to the extension not being installed on the server..
To return data along with validation response, navigate to Settings > Cassava CAS Server and check the attributes you want the server to return..
The server will now respond to requests over unencrypted HTTP, but will throw error and tell the user to switch to HTTPS.. 1.2.1.
Read more