> ## Documentation Index
> Fetch the complete documentation index at: https://developers.partoo.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Test SSO

> Verify your SSO setup and complete the integration for end-users

<Steps>
  <Step title="Test your SSO login">
    Try the login endpoints to validate your setup:

    * **SAML**: `https://app.partoo.co/api/v2/saml/{identifier}/login`
    * **OIDC**: `https://app.partoo.co/api/v2/oidc/{identifier}/login`

    <Check>
      If authentication succeeds, you’ll be redirected to Partoo.
    </Check>
  </Step>

  <Step title="Review troubleshooting tips">
    In the app, check the SSO setup page for advice if errors occur.

    <Tip>
      You can use sandbox environments to test before going live.
    </Tip>
  </Step>

  <Step title="Add SSO access button to your internal portal">
    Provide your users a direct link to connect via SSO.
  </Step>

  <Step title="Deploy to production">
    Once everything is tested, consider the connection ready for full production use.
  </Step>
</Steps>
