Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
I was able to embed interface (using process model uuid) in an external website which requires me to log in using Appian credentials.
Also, enable SAML in administrator side utilizing okta as IdP.
However, what I want to achieve is, whenever I access the external website it will not require me to login.
As per my understanding in the Embedded Interface docs its possible in embedding interface.
Please correct me if I'm wrong. Is there any action that I need to be done for me to implement successfully the SSO.
TIA
Discussion posts and replies are publicly visible
hey @kentt0001,
If SSO is not configured, users will be prompted to log in to Appian before they can access any embedded interfaces.
See SAML for Single Sign-On for guidance on how to set up SSO for Appian using SAML. it is recommend that you confirm a successful SSO setup before continuing on to embedding Appian interfaces.
To use a non-default identity provider, use the optional data-signin optional configuration .
data-signin
or you can prefer to the appian docs for embedded interface Authentication part to see how it work. link : click hereHope you will find your answer
GREAT!!