humanmade / humanmade/wp-simple-saml
Cannot force SSO with filter
Open
- Dominant language
- PHP
- Stars
- 125
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
I may be doing something wrong, but I cannot seem to force the SSO route with the `wpsimplesaml_force` filter.
I'm trying with this:
```add_filter('wpsimplesaml_force', '__return_true');```
But I'm still hitting the WP login screen.
If I change the SSO Status to "Force Redirect" it works fine.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.