SSO returning to non-WP endpoint
-
I am custom-coding a plugin to enable our campus SSO.
The plugin is doing its job of shipping the user off to the login site, and the login is working fine and returning where it should. However, that return is going to a URI that WP doesn’t know what to do with (https://example.org/auth/redirect?blahblah=otherstuff&etc=etcetera).
I am not in control of the SSO mechanism, just our WP site.
How can I get WordPress to process requests to this URI, or at least let them pass through so Apache/mod_php can handle them without interference?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SSO returning to non-WP endpoint’ is closed to new replies.