Hi All, We are integrating UIPath orchestrator with SAML idp. certificate from idp imported and web.config changed as per documentation. No changes noticed when we launch the url . url is not redirecting to idp.
Here is the example block added to configuration.
<sustainsys.saml2 entityId=“https://xxxx.xxxx.xxx ” returnUrl=“https://xxxx.xxxx.xxx ”>
</sustainsys.saml2>
Any input to troubleshoot this saml integration is appreciated.
Thanks.
HareeshMR
(Hareesh Madasi)
August 14, 2019, 6:07am
2
Just a question @angina_babu , Can you please let me know you are using the Enterprise or community orchestrator?
Hi Harish,
We are using Enterprise Orchestrator.
Thanks,
Babu
Hi Harish,
The latest error we are getting when I click on SAML2 login tab is “ Invalid requester”.
May be some changes needed in web.config file. Please advice.
Thanks,
Babu
I recently had to troubleshoot SAML authentication. Enabling debugging and systems.diagnostics helped out.
Details on enabling it can be found in my follow-up post
We are using ADFS with Azure
Fixed the entityId property which was missing a trailing forward slash
Removed the ADFS certificate from the LocalMachine/My certificate store and moved it into the LocalMachine\Root. This was done as the certificate was both issues by and to Azure and it was not trusted as a Root CA.
Adjusting the <sustainsys.saml2> node from the documentation to look like
<sustainsys.saml2 entityId="https://orchestratorurl" returnUrl="https://orchestratorurl">
<identityProvi…
codemonkee
(Tim)
Split this topic
September 3, 2021, 3:07pm
6
system
(system)
Closed
September 6, 2021, 3:08pm
7
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.