Preparing your SAML metadata file
Modify the SAML details in the included saml-metadata.xml
file. This file makes it easier to configure your connection in PingFederate.
Steps
-
In a text editor, open the
saml-metadata.xml
file that is included in the Slack Provisioner.zip
archive. -
In the
.xml
file, find theLocation="https://TEAM_NAME.slack.com/sso/saml"
line. Modify it with your Slack Workspace or Enterprise Grid name.For example,
Location="https://myworkspace.slack.com/sso/saml"
. -
Remove the trailing slash (
/
) fromentityID="https://slack.com/"
.Result:
entityID="https://slack.com"
-
Save your changes.
You’ll use this file in Creating a provisioning connection.