Skip to main content
August 1, 2024
Solved

Embedded interface with OpenID authentication

  • August 1, 2024
  • 7 replies
  • 0 views

Hi, at the beggining of this year I implemented an embedded interface with an external sistem and it was working fine (log in on the external site was with Appian native authentication by navigating to suite/?signin=native) but now we had to add OpenID Authentication for logins and those user who where on the SSO Group were not able to access trough the native url anymore. With this change, the users that access trough the external site with the embedded appian interface were not able to connect anymore. Only those who were not in the authentication group could.  Does anyone know what could have happened? And how to solve it?

    Best answer by yogip3177

    Maybe your IDP(OpenID) is not configured to allow Cross-origin. You need to configure cross-origin in IDP.

    Also following might be helpful:

    7 replies

    yogip3177Answer
    August 2, 2024

    Maybe your IDP(OpenID) is not configured to allow Cross-origin. You need to configure cross-origin in IDP.

    Also following might be helpful:

    davidj137213
    August 2, 2024

    YProbably you need to  set a non default SAML for Auth

    August 2, 2024

    Hi David, so I should change the script tag on the external site that uses the embedded interface right? 

    davidj137213
    August 5, 2024

    Yes... according to the documentation that's what it has to be done.