Browse by Tags
All Tags »
Troubleshooting (RSS)
I am working on a blog post (step-by-step) for the Proxy component and I ran into a problem yesterday that ran me around pretty good. We have seen this issue or variations of it on some support cases recently, so I thought the actual problem itself would
Read More...
A huge thanks to the ADFS test team for developing such a great tool. Here is a quick "how to" The tool is very simple to use and provides a graphical UI. In order to perform distributed diagnosis, i.e. diagnose failures based on the configuration of
Read More...
Attachment(s): ADFSDiag.zip
Place the following in your applications web.config file. Place this after the </system.net> section of the file. <system.diagnostics> <switches> <add name="WebSsoDebugLevel" value="15" /> </switches> <trace autoflush="true"
Read More...
Ifsext.dll is the ADFS ISAPI used by the Token based Web Agent...We have seen issues before where we either need to add this manually or move it to the top of the list on the application config section of IIS. Once you go the properties of a web site,
Read More...
I was going through some old items and came across this link for an on-line ADFS lab. I decided to run through the lab (takes about an hour). There are problems with it. The title of this blog tells you what these problems are. I can tell it's an old
Read More...
The NT Token cache on the web server – Maybe you didn’t know this even existed… Consider this scenario: You are setting up ADFS in a federated scenario with SharePoint configured as a token based application. The initial setup has miscellaneous configuration
Read More...