Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
roborourke authored Sep 14, 2023
1 parent 0495d98 commit bdbc0cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/saml-2-0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ In your IdP you can provide the following endpoint URLs to configure SSO, where
- Single Logout Service (SLS): `https://<site-url>/sso/sls`
- Assertion Consumer Service (ACS): `https://<site-url>/sso/verify`

**Note:**: `<site-url>` will default to your primary network URL rather than the current site's URL. For single site mode use the following filter:
**Note:**: `<site-url>` will default to your primary network URL rather than the current site's URL. For per site mode use the following filter:

```php
add_filter( 'wpsimplesaml_network_activated', '__return_false' );
add_filter( 'wpsimplesaml_network_activated', '__return_false', 100 );
```

## Identity Provider Metadata XML
Expand Down

0 comments on commit bdbc0cb

Please sign in to comment.