# Verify enterprise SSO verification **POST /api/experience/verification/sso/{connectorId}/verify** Verify the SSO authorization response data and get the user's identity from the SSO provider. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters #### Path parameters - **connectorId** (string) The unique identifier of the connector. ## Body parameters Content-type: application/json - **connectorData** (object) Arbitrary data returned by the SSO provider to complete the verification process. - **verificationId** (string) The ID of the EnterpriseSSO verification record. ## Responses ### 200: The SSO authorization response has been successfully verified. #### Body Parameters: application/json (object) - **verificationId** (string) The current verified EnterpriseSSO verification record ID. This ID is required when identifying the user in the current interaction. ### 400: The SSO authorization response is invalid or cannot be verified. ### 404: The verification record or the SSO connector is not found. ### 500: Connector error. Failed to verify the SSO authorization response or fetch the user info from the SSO provider. [Powered by Bump.sh](https://bump.sh)