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.xmlfile that is included in the Slack Provisioner.ziparchive. -
In the
.xmlfile, 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.