diff options
author | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-08-08 09:38:23 +0200 |
---|---|---|
committer | Fredrik Åslund <fredrik.aslund@umu.se> | 2013-08-08 09:38:23 +0200 |
commit | 23848cde1c6adbd512918dce7bbcdc502975df31 (patch) | |
tree | 97c97b1340e40886f8e548ad533ff060d88d1424 /scripts | |
parent | 292a322d25ac6d09dd6de8138258119837e43310 (diff) |
idp metadata url added
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/get-sp-md.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/get-sp-md.sh b/scripts/get-sp-md.sh index f162aa8c..f967872c 100755 --- a/scripts/get-sp-md.sh +++ b/scripts/get-sp-md.sh @@ -13,7 +13,8 @@ metadataurl=$1 if [ -z "$metadataurl" ] ; then cat <<EOF Usage: `basename $0` <metadataurl> -Ex: `basename $0` https://www.mysp.com/Shibboleth.sso/Metadata +Ex: `basename $0` https://shibsp.mysite.com/Shibboleth.sso/Metadata + `basename $0` https://shibidp.mysite.com/idp/profile/Metadata/SAML `basename $0` file://some-downloaded-metadata.xml EOF exit 1 |