Click HERE to see how Saviynt Intelligence is transforming the industry. |
12/04/2023 12:49 AM - last edited on 12/04/2023 01:56 AM by Sunil
Hi Team,
We are using an OOTB WINCONNECTOR connection type to connect to a Windows IIS server from Saviynt. We have followed the prerequisite steps to deploy the Saviynt App on the IIS Server using the following documentation site:
Understanding the Integration between EIC and Windows Server (saviyntcloud.com)
There are a couple of things to be brought up while these configurations were done on the IIS server:
Now, while trying to save the connection in Saviynt with the URL: http://<hostname>/SaviyntApp/PS/ExecutePSScript, which is the only required attribute, we are getting a connection failed error. PFB the logs:
Unable to figure out whether we are missing something or is it due to the pass through authenctication. Request assistance on the above.
[This message has been edited by moderator to disable hyperlink to an URL]
Solved! Go to Solution.
12/05/2023 10:46 PM
Hi @Aashish-Handa,
We are checking on this and we will keep you posted.
12/05/2023 11:19 PM
We tried installing the IIS server again with an SSL certificate and the connection was established.
Thanks
12/05/2023 11:31 PM
I understand that you're facing issues with the Saviynt WINCONNECTOR connection to a Windows IIS server. Based on the information you've provided and some additional resources, here are a few suggestions that might help:
1. **Connect as Application User**: The documentation suggests using an Application User for pass-through authentication. If you're getting an authorization warning, it might be due to insufficient permissions. Even though you've provided read access to 'Everyone', there might be other permissions required. You could try using a service account with the necessary permissions instead of 'Everyone'.
2. **URL Rewrite Page**: If you're not able to see the URL rewrite page in the IIS section, it could be because the URL Rewrite Module is not installed. You can download and install it from the official Microsoft website.
12/05/2023 11:25 PM
We tried installing the IIS server again with an SSL certificate and the connection was established.
Thanks