Hello Experts,
I need to display a standalone application in Fiori launchpad and also include saml2=disabled in the URL. I followed https://help.sap.com/viewer/c0fe6b2660754f609482d4bfc5c619b1/1.19/en-US/537758e0deb0477386ea400c915073b3.html for running an application in standalone , but I am not able to get to the logon screen without ADFS.
For eg. http://<server>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?sap-client=123#Shell-runStandaloneApp?sap-ushell-SAPUI5.Component=cus.crm.opportunity&sap-ushell-url=%252Fsap%252Fbc%252Fui5_ui5%252Fsap%252Fcrm_opprtnty&AccountId=123&ContactId=abc&saml2=disabled - This redirects to the ADFS page only.
http://<server>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/FioriLaunchpad.html?saml2=disabled&sap-client=123#Shell-runStandaloneApp?sap-ushell-SAPUI5.Component=cus.crm.opportunity&sap-ushell-url=%252Fsap%252Fbc%252Fui5_ui5%252Fsap%252Fcrm_opprtnty&AccountId=123&ContactId=abc - This opens the logon without adfs , but doesnt redirect to the logon page , instead redirects to the main launchpad. Please help. Thanks in advance. Regards, Archana