### GET Project List for Project ID Source: https://help.guidecx.com/en/articles/3370190-embed-an-iframe-of-your-project-overview Using a GET call for a list of projects will return the project ID in the response, which can then be used to construct the iframe embed code. ```json { "id": "d2a98794-b2c6-4275-9674-f42228272765" } ``` -------------------------------- ### Incorrect SAML SubjectConfirmationData Source: https://help.guidecx.com/en/articles/5643518-single-sign-on-sso-setup This example shows a misconfigured SAML SubjectConfirmationData where the Recipient attribute is empty. This can cause authentication failures. ```xml ```