Integration Steps
To integrate your identity provider with Parchment using SAML:- Request SSO Setup: Contact Parchment support to initiate SSO setup for your organization
- Configure Your Identity Provider:
- Set up a new SAML application in your identity provider
Assertion Consumer Service (ACS) URL
| Environment | ACS URL |
|---|---|
| Development | https://auth-dev.parchment.health/saml2/idpresponse |
| Production | https://auth.parchment.health/saml2/idpresponse |
- Set Audience URI:
- For development:
urn:amazon:cognito:sp:ap-southeast-2_Y1BbT5tQR - Production URI will be provided after testing is complete
- For development:
- Configure Attribute Mapping:
- Map the following attributes from your identity provider to Parchment:
user_idemailnamegiven_namefamily_name
- Map the following attributes from your identity provider to Parchment:
- Set Callback URLs:
- For development:
- For production:
- For development:
- Test the Integration:
- Verify SSO login works in the development environment
- Once confirmed, complete production deployment with Parchment support
SAML Configuration Example (Auth0)
Here’s an example configuration for Auth0:Troubleshooting
If you encounter issues during integration:- Verify all endpoints and URIs are correctly configured
- Ensure attribute mappings are properly set up in your identity provider
- Check that your identity provider is correctly sending all required attributes

