We need some guidance on how to implement IdP (SAML2.0 - ADFS) on Reactive Web Apps(RWA). Current version of the component release notes says that it supports RWA but there is no documentation or demo on the implementation(login and logout flows).
In case you are using a version before Platform Server 11.10.0, I suggest you use the Idp React component.If you are on Platform Server 11.10.0+ you can simply enable the Single sign-on between app types and just use the normal Idp Server actions as if it was a traditional Web app.When passing the OriginalURL to the IdP server action, make sure you get that URL from the client-side and not inside of a server action on your React application, otherwise using things like the "GetBookmarkableURL()" will return the URL of the built-in rest endpoint that the platform generates when calling the server action instead of the actual page you want to redirect to after login/logoutHope this helps,
Thank you, João.
Hi,
You should follow this document
https://success.outsystems.com/Documentation/How-to_Guides/Integrations/How_to_configure_OutSystems_to_use_identity_providers_using_SAML?_gl=1%2Auylnww%2A_ga%2AMTA2MDY2MTE2OC4xNjA2OTk3MDI1%2A_ga_ZD4DTMHWR2%2AMTYyNjIyNjQ0My40NC4xLjE2MjYyMjY3MjQuNDU.
Thanks for responding, Amit. This document only shows Traditional Web but not Reactive Web.
Hi Akshay,
Have you tried Idp React from forge. This is build using Idp and also has a demo.