1
Create a Partoo application in your Identity Provider
Use the configuration values provided in the Partoo app’s SSO setup page.
- SAML
- OIDC
- ACS URL:
https://app.partoo.co/api/v2/saml/{identifier}/acs
- Entity ID:
https://app.partoo.co/api/v2/saml/{identifier}/metadata/
- Attribute mapping:
email
orurn:oid:0.9.2342.19200300.100.1.3
- [Optional] Allowed callback URL: same as ACS URL
Replace
{identifier}
with the unique ID provided in the SSO configuration page — it could be a UUID or a custom name.2
Retrieve metadata or configuration URL
Depending on your protocol, export your Identity Provider’s configuration:
- For SAML: Export the XML metadata file.
- For OIDC: Copy the
.well-known
URL.