Description
In normal circumstances, hitting your Automatic Login site for Capture Server Pro will work as expected through the address bar and through bookmarks. When linking to this site from another site, you may need to perform an extra step or you still will be prompted for credentials.
Instructions
In this example I am going to use the following example url's:
http://cspapps:7210 - My standard Apps URL
http://cspapps:8210 - My Deployed Automatic Login Site
To add http://cspapps:8210/ as a link to a page such as a SharePoint Team Site, you will want to follow the below instructions.:
- Open IIS on the Capture Server Pro Machine
- Expand your machine and app pool and locate Web Applications
- Right click Web Applications and select Explore
- Open the web.config file for edit as an Administrator
- Edit the line containing the Referer WhiteList and add your standard apps url using a semicolon. Reference Below
Before
<add key="Referer_WhiteList" value="oauthcallbackcs5.azurewebsites.net" />
After
<add key="Referer_WhiteList" value="oauthcallbackcs5.azurewebsites.net;cspapps:7210" />
NOTE: replace cspapps with the url of your own apps instance - You should now be able to use the hyperlink to your Auto Login page without needing to sign in
Comments
0 comments
Please sign in to leave a comment.