We have been working on setting this up and have run into a few issues, well dont know for sure that they are issues but they dont follow the articles. Server 2008 enterprise sp2, ADFS with Proxy Server. It should be showing events when you try to authenticate to the server from the outside in the event log, however, still get the page that states server error in adfs application as stated in the setup guide. However, I dont see the event id that it outlines in the guide for proper working authentication. I really havent been able to find any good documentation on this setup, I am seeing asp.net errors
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 10/18/2011 2:32:13 PM
Event time (UTC): 10/18/2011 6:32:13 PM
Event ID: aa09242fb94a4ab5b216256c460a210b
Event sequence: 10
Event occurrence: 3
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/1/ROOT/adfs-1-129634355378929302
Trust level: Full
Application Virtual Path: /adfs
Application Path: C:\Windows\SystemData\ADFS\sts\
Machine name: xxxxxxx
Process information:
Process ID: 2328
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: HttpUnhandledException
Exception message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
Request information:
Request URL: https://xx.xx.xx/adfs/ls/clientlogon.aspx
Request path: /adfs/ls/clientlogon.aspx
User host address: .....
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 3
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.PageAsyncInfo.CallHandlersPossiblyUnderLock(Boolean onPageThread)
at System.Web.UI.Page.PageAsyncInfo.CallHandlersCancellableCallback(Object state)
at System.Web.HttpContext.InvokeCancellableCallback(WaitCallback callback, Object state)
at System.Web.UI.Page.PageAsyncInfo.CallHandlers(Boolean onPageThread)
Custom event details:
From the federation server I get the page i should see on the internal dns, any ideas?
Patrick Clark