Thanks - currently I have the plugin installed at the network level with SSO Client selected
edit: I’ve debugged it down to query-redirect.php
here:
if ( empty( $this->options['sso-client-enabled'] ) || 1 !== intval( $this->options['sso-client-enabled'] ) ) {
return;
}
It appears that this option isn’t being set correctly for me - not sure if it’s the network level setup or what.