Skip to content

Instantly share code, notes, and snippets.

@bradleybeddoes
Created September 5, 2012 22:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bradleybeddoes/3646274 to your computer and use it in GitHub Desktop.
Save bradleybeddoes/3646274 to your computer and use it in GitHub Desktop.
SP configuration in FR
serviceproviders {
shib23 {
displayName = "Shibboleth Service Provider (2.3.x)"
selected = true
entitydescriptor = '$host/shibboleth'
acs {
post {
uri = '$host/Shibboleth.sso/SAML2/POST'
index = 1
}
artifact {
uri = '$host/Shibboleth.sso/SAML2/Artifact'
index = 3
}
}
drs {
uri = '$host/Shibboleth.sso/DS'
index = 1
}
slo {
artifact.uri = '$host/Shibboleth.sso/SLO/Artifact'
slo.redirect.uri = '$host/Shibboleth.sso/SLO/Redirect'
soap.uri = '$host/Shibboleth.sso/SLO/SOAP'
post.uri = '$host/Shibboleth.sso/SLO/POST'
}
mnid {
artifact.uri = '$host/Shibboleth.sso/NIM/Artifact'
redirect.uri = '$host/Shibboleth.sso/NIM/Redirect'
soap.uri = '$host/Shibboleth.sso/NIM/SOAP'
post.uri = '$host/Shibboleth.sso/NIM/POST'
}
}
shib24 {
displayName = "Shibboleth Service Provider (2.4.x)"
selected = false
entitydescriptor = '$host/shibboleth'
acs {
post {
uri = '$host/Shibboleth.sso/SAML2/POST'
index = 1
}
artifact {
uri = '$host/Shibboleth.sso/SAML2/Artifact'
index = 3
}
}
drs {
uri = '$host/Shibboleth.sso/Login'
index = 1
}
slo {
artifact.uri = '$host/Shibboleth.sso/SLO/Artifact'
slo.redirect.uri = '$host/Shibboleth.sso/SLO/Redirect'
soap.uri = '$host/Shibboleth.sso/SLO/SOAP'
post.uri = '$host/Shibboleth.sso/SLO/POST'
}
mnid {
artifact.uri = '$host/Shibboleth.sso/NIM/Artifact'
redirect.uri = '$host/Shibboleth.sso/NIM/Redirect'
soap.uri = '$host/Shibboleth.sso/NIM/SOAP'
post.uri = '$host/Shibboleth.sso/NIM/POST'
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment