> ## 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.

# Activation

> Steps to enable SSO functionality for your team

<Steps>
  <Step title="Request activation from your Customer Success Manager">
    Contact your Partoo representative to request SSO feature activation.

    <Check>
      The SSO feature plan will be enabled for your organization.
    </Check>
  </Step>

  <Step title="Access the configuration page">
    Once enabled, go to the SSO configuration page in the Partoo app:

    `https://app.partoo.co/settings/integrations/sso/{sso-type}`

    <Note>
      Replace `{sso-type}` with either `oidc` or `saml`, depending on your chosen protocol.
    </Note>
  </Step>

  <Step title="Share the setup links with your technical team">
    Provide your tech team with the relevant configuration URLs from the setup page:

    * **SAML**: ACS URL, Metadata URL
    * **OIDC**: Redirect URL
  </Step>
</Steps>
