• Resolved grondhammar

    (@grondhammar)


    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?

    • This topic was modified 4 years, 10 months ago by grondhammar.
    • This topic was modified 4 years, 10 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic
Viewing 1 replies (of 1 total)
  • Thread Starter grondhammar

    (@grondhammar)

    Just noting that this had nothing to do with WordPress and everything to do with Apache mod_rewrite configuration. My site had been set up to route all traffic through WP’s index.php. I just had to work with the server host to remove the rewrite rules, and all good.

Viewing 1 replies (of 1 total)
  • The topic ‘SSO returning to non-WP endpoint’ is closed to new replies.