Skip to content

Commit

Permalink
Document probe_saml_idp.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo authored Dec 20, 2016
1 parent 2450273 commit 85cfb39
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ $ $BIN_DIR/check_idp_error_urls.sh -h

### ``probe_saml_idp.sh``

Given a single IdP entityID, the ``probe_saml_idp.sh`` script probes all browser-facing SSO endpoints in IdP metadata.

```Shell
$ id=https://idp.incommonfederation.org/idp/shibboleth
$ $BIN_DIR/probe_saml_idp.sh -a $id
Expand All @@ -100,6 +102,14 @@ $ $BIN_DIR/probe_saml_idp.sh -a $id
0 redirects:2;response:200;dns:0.000;tcp:0.062;ssl:0.142;total:1.070 https://idp.incommonfederation.org/idp/profile/Shibboleth/SSO urn:mace:shibboleth:1.0:profiles:AuthnRequest https://idp.incommonfederation.org/idp/shibboleth https://incommon.org
```

The ``-a`` option probes **all** browser-facing endpoints, including SAML1 endpoints.

See the inline help file for details:

```Shell
$ $BIN_DIR/probe_saml_idp.sh -h
```

## Compatibility

The bash scripts are compatible with both GNU/Linux and Mac OS. The XSLT scripts are written in XSLT 1.0.
Expand Down

0 comments on commit 85cfb39

Please sign in to comment.