summaryrefslogtreecommitdiff
path: root/scripts/get-sp-md.sh
diff options
context:
space:
mode:
authorFredrik Åslund <fredrik.aslund@umu.se>2013-08-08 09:38:23 +0200
committerFredrik Åslund <fredrik.aslund@umu.se>2013-08-08 09:38:23 +0200
commit23848cde1c6adbd512918dce7bbcdc502975df31 (patch)
tree97c97b1340e40886f8e548ad533ff060d88d1424 /scripts/get-sp-md.sh
parent292a322d25ac6d09dd6de8138258119837e43310 (diff)
idp metadata url added
Diffstat (limited to 'scripts/get-sp-md.sh')
-rwxr-xr-xscripts/get-sp-md.sh3
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