Advertisement
Guest User

Untitled

a guest
Oct 10th, 2012
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 95.97 KB | None | 0 0
  1. 2012-10-09 13:46:37,890 (GMT-4) [15] ERROR DotNetOpenAuth.Messaging - Protocol error: Unexpected HTTP status code 500 InternalServerError received in direct response.
  2. at DotNetOpenAuth.Messaging.ErrorUtilities.VerifyProtocol(Boolean condition, String unformattedMessage, Object[] args)
  3. at DotNetOpenAuth.Messaging.ErrorUtilities.ThrowProtocol(String unformattedMessage, Object[] args)
  4. at DotNetOpenAuth.OpenId.ChannelElements.OpenIdChannel.GetDirectResponse(HttpWebRequest webRequest)
  5. at DotNetOpenAuth.Messaging.Channel.RequestCore(IDirectedProtocolMessage request)
  6. at DotNetOpenAuth.Messaging.Channel.Request(IDirectedProtocolMessage requestMessage)
  7. at DotNetOpenAuth.OpenId.RelyingParty.AssociationManager.CreateNewAssociation(IProviderEndpoint provider, AssociateRequest associateRequest, Int32 retriesRemaining)
  8. at DotNetOpenAuth.OpenId.RelyingParty.AssociationManager.CreateNewAssociation(IProviderEndpoint provider)
  9. at DotNetOpenAuth.OpenId.RelyingParty.AssociationManager.GetOrCreateAssociation(IProviderEndpoint provider)
  10. at DotNetOpenAuth.OpenId.RelyingParty.AuthenticationRequest.<CreateInternal>d__4.MoveNext()
  11. at DotNetOpenAuth.Messaging.EnumerableCacheExtensions.EnumerableCache`1.EnumeratorCache.MoveNext()
  12. at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
  13. at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequest(Identifier userSuppliedIdentifier, Realm realm, Uri returnToUrl)
  14. at MapOperations.Controllers.OpenIdController.Authenticate(String RuserName)
  15. at MapOperations.Controllers.OpenIdController.Index()
  16. at lambda_method(Closure , ControllerBase , Object[] )
  17. at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
  18. at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
  19. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
  20. at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12()
  21. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
  22. at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14()
  23. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
  24. at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
  25. at System.Web.Mvc.Controller.ExecuteCore()
  26. at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext)
  27. at System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext)
  28. at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5()
  29. at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0()
  30. at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
  31. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
  32. at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d()
  33. at System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f)
  34. at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action)
  35. at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
  36. at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result)
  37. at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  38. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  39. at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
  40. at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
  41. at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
  42. at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
  43. at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr)
  44. at Microsoft.VisualStudio.WebHost.Request.Process()
  45. at Microsoft.VisualStudio.WebHost.Host.ProcessRequest(Connection conn)
  46.  
  47. 2012-10-09 13:46:37,921 (GMT-4) [15] ERROR DotNetOpenAuth.OpenId - An error occurred while trying to create an association with http://localhost:3314/OpenId. DotNetOpenAuth.Messaging.ProtocolException: Unexpected HTTP status code 500 InternalServerError received in direct response.
  48. at DotNetOpenAuth.Messaging.ErrorUtilities.VerifyProtocol(Boolean condition, String unformattedMessage, Object[] args) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.Core\Messaging\ErrorUtilities.cs:line 216
  49. at DotNetOpenAuth.Messaging.ErrorUtilities.ThrowProtocol(String unformattedMessage, Object[] args) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.Core\Messaging\ErrorUtilities.cs:line 235
  50. at DotNetOpenAuth.OpenId.ChannelElements.OpenIdChannel.GetDirectResponse(HttpWebRequest webRequest) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.OpenId\OpenId\ChannelElements\OpenIdChannel.cs:line 223
  51. at DotNetOpenAuth.Messaging.Channel.RequestCore(IDirectedProtocolMessage request) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.Core\Messaging\Channel.cs:line 743
  52. at DotNetOpenAuth.Messaging.Channel.Request(IDirectedProtocolMessage requestMessage) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.Core\Messaging\Channel.cs:line 536
  53. at DotNetOpenAuth.OpenId.RelyingParty.AssociationManager.CreateNewAssociation(IProviderEndpoint provider, AssociateRequest associateRequest, Int32 retriesRemaining) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.OpenId.RelyingParty\OpenId\RelyingParty\AssociationManager.cs:line 195
  54. 2012-10-09 13:46:37,921 (GMT-4) [15] WARN DotNetOpenAuth.OpenId - Failed to create association with http://localhost:3314/OpenId. Skipping to next endpoint.
  55. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.OpenId - Now generating requests for Provider endpoints that failed initial association attempts.
  56. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://localhost:3314/User/Identity/TESTUSERNAME at endpoint: http://localhost:3314/OpenId
  57. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.OpenId - No Simple Registration (ClaimsRequest) extension present in the request to spread to AX.
  58. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
  59. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty applied to message.
  60. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  61. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  62. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  63. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  64. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  65. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  66. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  67. 2012-10-09 13:46:37,921 (GMT-4) [15] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://localhost:3314/OpenId:
  68. openid.claimed_id: http://localhost:3314/User/Identity/TESTUSERNAME
  69. openid.identity: http://localhost:3314/User/Identity/TESTUSERNAME
  70. openid.return_to: http://localhost:3314/?dnoa.userSuppliedIdentifier=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME
  71. openid.realm: http://localhost:3314/
  72. openid.mode: checkid_setup
  73. openid.ns: http://specs.openid.net/auth/2.0
  74. openid.ns.alias3: http://openid.net/srv/ax/1.0
  75. openid.alias3.mode: fetch_request
  76.  
  77. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
  78. 2012-10-09 13:46:37,921 (GMT-4) [15] DEBUG DotNetOpenAuth.Http - Redirecting to http://localhost:3314/OpenId?openid.claimed_id=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.identity=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.return_to=http%3A%2F%2Flocalhost%3A3314%2F%3Fdnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flocalhost%253A3314%252FUser%252FIdentity%252FTESTUSERNAME&openid.realm=http%3A%2F%2Flocalhost%3A3314%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.alias3=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.alias3.mode=fetch_request
  79. 2012-10-10 13:00:48,156 (GMT-4) [4] INFO DotNetOpenAuth - DotNetOpenAuth, Version=4.1.0.12182, Culture=neutral, PublicKeyToken=2780ccd10d57b246 (official)
  80. 2012-10-10 13:00:48,171 (GMT-4) [4] INFO DotNetOpenAuth - Reporting will use isolated storage with scope: User, Domain, Assembly
  81. 2012-10-10 13:00:53,578 (GMT-4) [4] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://localhost:1903/OpenId/?u=TESTUSERNAME
  82. 2012-10-10 13:00:53,578 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://localhost:1903/OpenId/?u=TESTUSERNAME
  83. 2012-10-10 13:00:53,578 (GMT-4) [4] DEBUG DotNetOpenAuth.OpenId - .NET Uri class path compression overridden.
  84. 2012-10-10 13:00:53,656 (GMT-4) [4] DEBUG DotNetOpenAuth.Http - HTTP GET http://localhost:3314/User/Identity/TESTUSERNAME
  85. 2012-10-10 13:00:59,500 (GMT-4) [4] DEBUG DotNetOpenAuth.Yadis - An XRDS response was received from GET at user-supplied identifier.
  86. 2012-10-10 13:00:59,562 (GMT-4) [4] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 2
  87. 2012-10-10 13:00:59,562 (GMT-4) [4] DEBUG DotNetOpenAuth.Yadis - [{
  88. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  89. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  90. ProviderEndpoint: http://localhost:3314/OpenId
  91. OpenID version: 2.0
  92. Service Type URIs:
  93. http://specs.openid.net/auth/2.0/signon
  94. http://openid.net/extensions/sreg/1.1
  95. http://axschema.org/contact/email
  96. }, {
  97. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  98. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  99. ProviderEndpoint: http://localhost:3314/OpenId
  100. OpenID version: 1.0
  101. Service Type URIs:
  102. http://openid.net/signon/1.0
  103. http://openid.net/extensions/sreg/1.1
  104. http://axschema.org/contact/email
  105. },]
  106. 2012-10-10 13:00:59,578 (GMT-4) [4] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
  107. 2012-10-10 13:00:59,593 (GMT-4) [4] INFO DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  108. 2012-10-10 13:00:59,593 (GMT-4) [4] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
  109. 2012-10-10 13:00:59,593 (GMT-4) [4] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  110. 2012-10-10 13:00:59,859 (GMT-4) [4] INFO DotNetOpenAuth.OpenId - Diffie-Hellman supporting assemblies found and loaded.
  111. 2012-10-10 13:01:00,093 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send AssociateDiffieHellmanRequest (2.0) message.
  112. 2012-10-10 13:01:00,093 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty did not apply to message.
  113. 2012-10-10 13:01:00,093 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  114. 2012-10-10 13:01:00,093 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  115. 2012-10-10 13:01:00,093 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  116. 2012-10-10 13:01:00,093 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  117. 2012-10-10 13:01:00,093 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  118. 2012-10-10 13:01:00,093 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  119. 2012-10-10 13:01:00,093 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  120. 2012-10-10 13:01:00,140 (GMT-4) [4] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing AssociateDiffieHellmanRequest (2.0) message for http://localhost:3314/OpenId:
  121. openid.dh_modulus: ANz5OguIOXLsDhmYmsWizjEOHTdxfo2Vcbt2I3MYZuYe91ouJ4mLBX+YkcLiemOcPym2CBRYHNOyyjmG0mg3BVd9RcLn5S3IHHoXGHblzqdLFEi/368Ygo79JRnxTkXjgmY0rxlJ5bU1zIKaSDuKdiI+XUkKJX8Fvf8W8vsixYOr
  122. openid.dh_gen: Ag==
  123. openid.dh_consumer_public: F72Zoc9l1253noypupo8T0/csoLLIKI6FhCGB+TZktYw0Ov2xtfk+TDKJOV/nMIAGPDYeI1tQoPzAapoyiJbSlqIT5mvpaOerzk1UcSu3Cz6BsREghGbFkQUdJ5s8KdlV9kratuRR+tK7PB5pf6TY0v4NibBHh8227dLwDaIJCo=
  124. openid.assoc_type: HMAC-SHA256
  125. openid.session_type: DH-SHA256
  126. openid.mode: associate
  127. openid.ns: http://specs.openid.net/auth/2.0
  128.  
  129. 2012-10-10 13:01:00,140 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Channel - Sending AssociateDiffieHellmanRequest request.
  130. 2012-10-10 13:01:00,171 (GMT-4) [4] DEBUG DotNetOpenAuth.Http - HTTP POST http://localhost:3314/OpenId
  131. 2012-10-10 13:01:46,843 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Channel - Received AssociateDiffieHellmanRelyingPartyResponse response.
  132. 2012-10-10 13:01:46,843 (GMT-4) [4] INFO DotNetOpenAuth.Messaging.Channel - Processing incoming AssociateDiffieHellmanRelyingPartyResponse (2.0) message:
  133. dh_server_public: ANizgWLcLCGMTBOds6jidWL9ZDMP8zElToEWvmJq8KR9310Qx7T63FuiInaTS60avv4UhJpuU2CnIqBMPA0fvuKrtrype54qKcNGYmKRjaXwiFQa5VjJjLaU7VZiTr9EszJ6p3XkT0od4prwqGDGzbKBxxqBTrefCBOrcxfIYhU4
  134. enc_mac_key: q4c5omtyY+DflRWhQfk3lWWhk/Q5ycUd9oBF1+edXb8=
  135. assoc_handle: CcXU!IAAAAOSv1zjENGvgtb9n15IWfgp7PI5xEGF1bvhhERhvM9RbQQAAAAEkk4lF8Ei38skUnm62S6lX_w-zD2YCh7YvWPUHERGqkzUg80sTOZP6NeK1gbNthYuQxmmii_Zmmt7sWFXa7bPA
  136. assoc_type: HMAC-SHA256
  137. session_type: DH-SHA256
  138. expires_in: 1209599
  139. ns: http://specs.openid.net/auth/2.0
  140.  
  141. 2012-10-10 13:01:46,843 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  142. 2012-10-10 13:01:46,843 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  143. 2012-10-10 13:01:46,843 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  144. 2012-10-10 13:01:46,843 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  145. 2012-10-10 13:01:46,843 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  146. 2012-10-10 13:01:46,843 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  147. 2012-10-10 13:01:46,843 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  148. 2012-10-10 13:01:46,843 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty did not apply to message.
  149. 2012-10-10 13:01:46,843 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Channel - After binding element processing, the received AssociateDiffieHellmanRelyingPartyResponse (2.0) message is:
  150. dh_server_public: ANizgWLcLCGMTBOds6jidWL9ZDMP8zElToEWvmJq8KR9310Qx7T63FuiInaTS60avv4UhJpuU2CnIqBMPA0fvuKrtrype54qKcNGYmKRjaXwiFQa5VjJjLaU7VZiTr9EszJ6p3XkT0od4prwqGDGzbKBxxqBTrefCBOrcxfIYhU4
  151. enc_mac_key: q4c5omtyY+DflRWhQfk3lWWhk/Q5ycUd9oBF1+edXb8=
  152. assoc_handle: CcXU!IAAAAOSv1zjENGvgtb9n15IWfgp7PI5xEGF1bvhhERhvM9RbQQAAAAEkk4lF8Ei38skUnm62S6lX_w-zD2YCh7YvWPUHERGqkzUg80sTOZP6NeK1gbNthYuQxmmii_Zmmt7sWFXa7bPA
  153. assoc_type: HMAC-SHA256
  154. session_type: DH-SHA256
  155. expires_in: 1209599
  156. ns: http://specs.openid.net/auth/2.0
  157.  
  158. 2012-10-10 13:01:46,921 (GMT-4) [4] DEBUG DotNetOpenAuth.OpenId - No Simple Registration (ClaimsRequest) extension present in the request to spread to AX.
  159. 2012-10-10 13:01:46,968 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
  160. 2012-10-10 13:01:46,984 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty applied to message.
  161. 2012-10-10 13:01:46,984 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  162. 2012-10-10 13:01:46,984 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  163. 2012-10-10 13:01:46,984 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  164. 2012-10-10 13:01:46,984 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  165. 2012-10-10 13:01:46,984 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  166. 2012-10-10 13:01:46,984 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  167. 2012-10-10 13:01:46,984 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  168. 2012-10-10 13:01:46,984 (GMT-4) [4] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://localhost:3314/OpenId:
  169. openid.claimed_id: http://localhost:3314/User/Identity/TESTUSERNAME
  170. openid.identity: http://localhost:3314/User/Identity/TESTUSERNAME
  171. openid.assoc_handle: CcXU!IAAAAOSv1zjENGvgtb9n15IWfgp7PI5xEGF1bvhhERhvM9RbQQAAAAEkk4lF8Ei38skUnm62S6lX_w-zD2YCh7YvWPUHERGqkzUg80sTOZP6NeK1gbNthYuQxmmii_Zmmt7sWFXa7bPA
  172. openid.return_to: http://localhost:3314/?dnoa.userSuppliedIdentifier=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME
  173. openid.realm: http://localhost:3314/
  174. openid.mode: checkid_setup
  175. openid.ns: http://specs.openid.net/auth/2.0
  176. openid.ns.alias3: http://openid.net/srv/ax/1.0
  177. openid.alias3.mode: fetch_request
  178.  
  179. 2012-10-10 13:01:46,984 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
  180. 2012-10-10 13:01:46,984 (GMT-4) [4] DEBUG DotNetOpenAuth.Http - Redirecting to http://localhost:3314/OpenId?openid.claimed_id=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.identity=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.assoc_handle=CcXU%21IAAAAOSv1zjENGvgtb9n15IWfgp7PI5xEGF1bvhhERhvM9RbQQAAAAEkk4lF8Ei38skUnm62S6lX_w-zD2YCh7YvWPUHERGqkzUg80sTOZP6NeK1gbNthYuQxmmii_Zmmt7sWFXa7bPA&openid.return_to=http%3A%2F%2Flocalhost%3A3314%2F%3Fdnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flocalhost%253A3314%252FUser%252FIdentity%252FTESTUSERNAME&openid.realm=http%3A%2F%2Flocalhost%3A3314%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.alias3=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.alias3.mode=fetch_request
  181. 2012-10-10 13:06:05,875 (GMT-4) [10] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://localhost:1903/OpenId/?u=TESTUSERNAME
  182. 2012-10-10 13:06:05,875 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://localhost:1903/OpenId/?u=TESTUSERNAME
  183. 2012-10-10 13:06:05,875 (GMT-4) [10] DEBUG DotNetOpenAuth.Http - HTTP GET http://localhost:3314/User/Identity/TESTUSERNAME
  184. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - An XRDS response was received from GET at user-supplied identifier.
  185. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 2
  186. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - [{
  187. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  188. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  189. ProviderEndpoint: http://localhost:3314/OpenId
  190. OpenID version: 2.0
  191. Service Type URIs:
  192. http://specs.openid.net/auth/2.0/signon
  193. http://openid.net/extensions/sreg/1.1
  194. http://axschema.org/contact/email
  195. }, {
  196. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  197. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  198. ProviderEndpoint: http://localhost:3314/OpenId
  199. OpenID version: 1.0
  200. Service Type URIs:
  201. http://openid.net/signon/1.0
  202. http://openid.net/extensions/sreg/1.1
  203. http://axschema.org/contact/email
  204. },]
  205. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
  206. 2012-10-10 13:06:07,625 (GMT-4) [10] INFO DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  207. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
  208. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  209. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.OpenId - No Simple Registration (ClaimsRequest) extension present in the request to spread to AX.
  210. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
  211. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty applied to message.
  212. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  213. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  214. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  215. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  216. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  217. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  218. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  219. 2012-10-10 13:06:07,625 (GMT-4) [10] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://localhost:3314/OpenId:
  220. openid.claimed_id: http://localhost:3314/User/Identity/TESTUSERNAME
  221. openid.identity: http://localhost:3314/User/Identity/TESTUSERNAME
  222. openid.assoc_handle: CcXU!IAAAAOSv1zjENGvgtb9n15IWfgp7PI5xEGF1bvhhERhvM9RbQQAAAAEkk4lF8Ei38skUnm62S6lX_w-zD2YCh7YvWPUHERGqkzUg80sTOZP6NeK1gbNthYuQxmmii_Zmmt7sWFXa7bPA
  223. openid.return_to: http://localhost:3314/?dnoa.userSuppliedIdentifier=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME
  224. openid.realm: http://localhost:3314/
  225. openid.mode: checkid_setup
  226. openid.ns: http://specs.openid.net/auth/2.0
  227. openid.ns.alias3: http://openid.net/srv/ax/1.0
  228. openid.alias3.mode: fetch_request
  229.  
  230. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
  231. 2012-10-10 13:06:07,625 (GMT-4) [10] DEBUG DotNetOpenAuth.Http - Redirecting to http://localhost:3314/OpenId?openid.claimed_id=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.identity=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.assoc_handle=CcXU%21IAAAAOSv1zjENGvgtb9n15IWfgp7PI5xEGF1bvhhERhvM9RbQQAAAAEkk4lF8Ei38skUnm62S6lX_w-zD2YCh7YvWPUHERGqkzUg80sTOZP6NeK1gbNthYuQxmmii_Zmmt7sWFXa7bPA&openid.return_to=http%3A%2F%2Flocalhost%3A3314%2F%3Fdnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flocalhost%253A3314%252FUser%252FIdentity%252FTESTUSERNAME&openid.realm=http%3A%2F%2Flocalhost%3A3314%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.alias3=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.alias3.mode=fetch_request
  232. 2012-10-10 13:39:27,968 (GMT-4) [4] INFO DotNetOpenAuth - DotNetOpenAuth, Version=4.1.0.12182, Culture=neutral, PublicKeyToken=2780ccd10d57b246 (official)
  233. 2012-10-10 13:39:27,984 (GMT-4) [4] INFO DotNetOpenAuth - Reporting will use isolated storage with scope: User, Domain, Assembly
  234. 2012-10-10 13:39:45,781 (GMT-4) [4] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://localhost:1903/OpenId/Authenticate
  235. 2012-10-10 13:39:45,781 (GMT-4) [4] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://localhost:1903/OpenId/Authenticate
  236. 2012-10-10 13:39:45,796 (GMT-4) [4] DEBUG DotNetOpenAuth.OpenId - .NET Uri class path compression overridden.
  237. 2012-10-10 13:39:45,796 (GMT-4) [4] ERROR DotNetOpenAuth.Messaging - Protocol error: return_to 'http://localhost/1903/OpenId/Authenticate' not under realm 'http://localhost:1903/'.
  238. at DotNetOpenAuth.Messaging.ErrorUtilities.VerifyProtocol(Boolean condition, String unformattedMessage, Object[] args)
  239. at DotNetOpenAuth.OpenId.RelyingParty.AuthenticationRequest.Create(Identifier userSuppliedIdentifier, OpenIdRelyingParty relyingParty, Realm realm, Uri returnToUrl, Boolean createNewAssociationsAsNeeded)
  240. at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequests(Identifier userSuppliedIdentifier, Realm realm, Uri returnToUrl)
  241. at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequest(Identifier userSuppliedIdentifier, Realm realm, Uri returnToUrl)
  242. at MapOperations.Controllers.OpenIdController.Authenticate(String RuserName)
  243. at lambda_method(Closure , ControllerBase , Object[] )
  244. at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
  245. at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
  246. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
  247. at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<InvokeActionMethodWithFilters>b__12()
  248. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
  249. at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass15.<>c__DisplayClass17.<InvokeActionMethodWithFilters>b__14()
  250. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
  251. at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
  252. at System.Web.Mvc.Controller.ExecuteCore()
  253. at System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext)
  254. at System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext)
  255. at System.Web.Mvc.MvcHandler.<>c__DisplayClass6.<>c__DisplayClassb.<BeginProcessRequest>b__5()
  256. at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass1.<MakeVoidDelegate>b__0()
  257. at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
  258. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
  259. at System.Web.Mvc.MvcHandler.<>c__DisplayClasse.<EndProcessRequest>b__d()
  260. at System.Web.Mvc.SecurityUtil.<GetCallInAppTrustThunk>b__0(Action f)
  261. at System.Web.Mvc.SecurityUtil.ProcessInApplicationTrust(Action action)
  262. at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
  263. at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result)
  264. at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  265. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  266. at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
  267. at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
  268. at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
  269. at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
  270. at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr)
  271. at Microsoft.VisualStudio.WebHost.Request.Process()
  272. at Microsoft.VisualStudio.WebHost.Host.ProcessRequest(Connection conn)
  273.  
  274. 2012-10-10 13:47:09,796 (GMT-4) [10] INFO DotNetOpenAuth - DotNetOpenAuth, Version=4.1.0.12182, Culture=neutral, PublicKeyToken=2780ccd10d57b246 (official)
  275. 2012-10-10 13:47:09,812 (GMT-4) [10] INFO DotNetOpenAuth - Reporting will use isolated storage with scope: User, Domain, Assembly
  276. 2012-10-10 13:47:22,234 (GMT-4) [10] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://localhost:1903/OpenId/?u=TESTUSERNAME
  277. 2012-10-10 13:47:22,234 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://localhost:1903/OpenId/?u=TESTUSERNAME
  278. 2012-10-10 13:47:22,250 (GMT-4) [10] DEBUG DotNetOpenAuth.OpenId - .NET Uri class path compression overridden.
  279. 2012-10-10 13:47:22,281 (GMT-4) [10] DEBUG DotNetOpenAuth.Http - HTTP GET http://localhost:3314/User/Identity/TESTUSERNAME
  280. 2012-10-10 13:47:30,421 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - An XRDS response was received from GET at user-supplied identifier.
  281. 2012-10-10 13:47:30,453 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 2
  282. 2012-10-10 13:47:30,453 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - [{
  283. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  284. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  285. ProviderEndpoint: http://localhost:3314/OpenId
  286. OpenID version: 2.0
  287. Service Type URIs:
  288. http://specs.openid.net/auth/2.0/signon
  289. http://openid.net/extensions/sreg/1.1
  290. http://axschema.org/contact/email
  291. }, {
  292. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  293. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  294. ProviderEndpoint: http://localhost:3314/OpenId
  295. OpenID version: 1.0
  296. Service Type URIs:
  297. http://openid.net/signon/1.0
  298. http://openid.net/extensions/sreg/1.1
  299. http://axschema.org/contact/email
  300. },]
  301. 2012-10-10 13:47:30,453 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
  302. 2012-10-10 13:47:30,468 (GMT-4) [10] INFO DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  303. 2012-10-10 13:47:30,468 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
  304. 2012-10-10 13:47:30,468 (GMT-4) [10] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  305. 2012-10-10 13:47:30,671 (GMT-4) [10] INFO DotNetOpenAuth.OpenId - Diffie-Hellman supporting assemblies found and loaded.
  306. 2012-10-10 13:47:30,906 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send AssociateDiffieHellmanRequest (2.0) message.
  307. 2012-10-10 13:47:30,906 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty did not apply to message.
  308. 2012-10-10 13:47:30,906 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  309. 2012-10-10 13:47:30,906 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  310. 2012-10-10 13:47:30,906 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  311. 2012-10-10 13:47:30,906 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  312. 2012-10-10 13:47:30,906 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  313. 2012-10-10 13:47:30,906 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  314. 2012-10-10 13:47:30,906 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  315. 2012-10-10 13:47:30,953 (GMT-4) [10] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing AssociateDiffieHellmanRequest (2.0) message for http://localhost:3314/OpenId:
  316. openid.dh_modulus: ANz5OguIOXLsDhmYmsWizjEOHTdxfo2Vcbt2I3MYZuYe91ouJ4mLBX+YkcLiemOcPym2CBRYHNOyyjmG0mg3BVd9RcLn5S3IHHoXGHblzqdLFEi/368Ygo79JRnxTkXjgmY0rxlJ5bU1zIKaSDuKdiI+XUkKJX8Fvf8W8vsixYOr
  317. openid.dh_gen: Ag==
  318. openid.dh_consumer_public: TntvWR4F6TCr5RE7qSNU4OzTXk3lFHQWQrsZxv/UGhta7eA+yjwhxatnkrQRL79RUlseB231YGxZHw6E9mGakk0mV89aL7xciCgt9lHMZUQaCSg+/9Rfe+BSiSES3YRVfcyvB+VdBlw3HNN8tgETceNmipmTzpbeU92/I9GlG9A=
  319. openid.assoc_type: HMAC-SHA256
  320. openid.session_type: DH-SHA256
  321. openid.mode: associate
  322. openid.ns: http://specs.openid.net/auth/2.0
  323.  
  324. 2012-10-10 13:47:30,953 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Sending AssociateDiffieHellmanRequest request.
  325. 2012-10-10 13:47:30,968 (GMT-4) [10] DEBUG DotNetOpenAuth.Http - HTTP POST http://localhost:3314/OpenId
  326. 2012-10-10 13:47:31,828 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Received AssociateDiffieHellmanRelyingPartyResponse response.
  327. 2012-10-10 13:47:31,828 (GMT-4) [10] INFO DotNetOpenAuth.Messaging.Channel - Processing incoming AssociateDiffieHellmanRelyingPartyResponse (2.0) message:
  328. dh_server_public: U5URDP9PWjMKVx/oHczZYJ1BS16xbrkcysfwC/6fq3op6HDamAeQbmvrfX+W/F/z+2wCAfEsWQRKjfz9TQqs4HOn4elxWVKRoCrvSK1XEFy1WceCyUyedCbPVn7EonTfzUNtI6qvazSu5SDud3kFyHvKKzAuvCDKfQ36P7245Mc=
  329. enc_mac_key: EGjgXeWILihUj6aRatVxHtERstZNsGfbKt//D5S70bY=
  330. assoc_handle: CcXU!IAAAANM5az7iTRv5FP1eJevYsx5o7EQbXEiQLLs8VH1izz3yQQAAAAGoZIu3zoaVVu5FaaYdfQKHwwswoW4Tt1lUm0EfGeiWULEbltIG-tkwOT8ck3jeAjLSeAw7UDYuvHVYZXv4gJgd
  331. assoc_type: HMAC-SHA256
  332. session_type: DH-SHA256
  333. expires_in: 1209599
  334. ns: http://specs.openid.net/auth/2.0
  335.  
  336. 2012-10-10 13:47:31,828 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  337. 2012-10-10 13:47:31,828 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  338. 2012-10-10 13:47:31,828 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  339. 2012-10-10 13:47:31,828 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  340. 2012-10-10 13:47:31,828 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  341. 2012-10-10 13:47:31,828 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  342. 2012-10-10 13:47:31,828 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  343. 2012-10-10 13:47:31,828 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty did not apply to message.
  344. 2012-10-10 13:47:31,828 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - After binding element processing, the received AssociateDiffieHellmanRelyingPartyResponse (2.0) message is:
  345. dh_server_public: U5URDP9PWjMKVx/oHczZYJ1BS16xbrkcysfwC/6fq3op6HDamAeQbmvrfX+W/F/z+2wCAfEsWQRKjfz9TQqs4HOn4elxWVKRoCrvSK1XEFy1WceCyUyedCbPVn7EonTfzUNtI6qvazSu5SDud3kFyHvKKzAuvCDKfQ36P7245Mc=
  346. enc_mac_key: EGjgXeWILihUj6aRatVxHtERstZNsGfbKt//D5S70bY=
  347. assoc_handle: CcXU!IAAAANM5az7iTRv5FP1eJevYsx5o7EQbXEiQLLs8VH1izz3yQQAAAAGoZIu3zoaVVu5FaaYdfQKHwwswoW4Tt1lUm0EfGeiWULEbltIG-tkwOT8ck3jeAjLSeAw7UDYuvHVYZXv4gJgd
  348. assoc_type: HMAC-SHA256
  349. session_type: DH-SHA256
  350. expires_in: 1209599
  351. ns: http://specs.openid.net/auth/2.0
  352.  
  353. 2012-10-10 13:47:31,890 (GMT-4) [10] DEBUG DotNetOpenAuth.OpenId - No Simple Registration (ClaimsRequest) extension present in the request to spread to AX.
  354. 2012-10-10 13:47:31,906 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
  355. 2012-10-10 13:47:31,921 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty applied to message.
  356. 2012-10-10 13:47:31,921 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  357. 2012-10-10 13:47:31,921 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  358. 2012-10-10 13:47:31,921 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  359. 2012-10-10 13:47:31,921 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  360. 2012-10-10 13:47:31,921 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  361. 2012-10-10 13:47:31,921 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  362. 2012-10-10 13:47:31,921 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  363. 2012-10-10 13:47:31,921 (GMT-4) [10] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://localhost:3314/OpenId:
  364. openid.claimed_id: http://localhost:3314/User/Identity/TESTUSERNAME
  365. openid.identity: http://localhost:3314/User/Identity/TESTUSERNAME
  366. openid.assoc_handle: CcXU!IAAAANM5az7iTRv5FP1eJevYsx5o7EQbXEiQLLs8VH1izz3yQQAAAAGoZIu3zoaVVu5FaaYdfQKHwwswoW4Tt1lUm0EfGeiWULEbltIG-tkwOT8ck3jeAjLSeAw7UDYuvHVYZXv4gJgd
  367. openid.return_to: http://localhost:1903/OpenId/Authenticate?dnoa.userSuppliedIdentifier=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME
  368. openid.realm: http://localhost:1903/
  369. openid.mode: checkid_setup
  370. openid.ns: http://specs.openid.net/auth/2.0
  371. openid.ns.alias3: http://openid.net/srv/ax/1.0
  372. openid.alias3.mode: fetch_request
  373.  
  374. 2012-10-10 13:47:31,921 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
  375. 2012-10-10 13:47:31,921 (GMT-4) [10] DEBUG DotNetOpenAuth.Http - Redirecting to http://localhost:3314/OpenId?openid.claimed_id=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.identity=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.assoc_handle=CcXU%21IAAAANM5az7iTRv5FP1eJevYsx5o7EQbXEiQLLs8VH1izz3yQQAAAAGoZIu3zoaVVu5FaaYdfQKHwwswoW4Tt1lUm0EfGeiWULEbltIG-tkwOT8ck3jeAjLSeAw7UDYuvHVYZXv4gJgd&openid.return_to=http%3A%2F%2Flocalhost%3A1903%2FOpenId%2FAuthenticate%3Fdnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flocalhost%253A3314%252FUser%252FIdentity%252FTESTUSERNAME&openid.realm=http%3A%2F%2Flocalhost%3A1903%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.alias3=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.alias3.mode=fetch_request
  376. 2012-10-10 13:47:48,421 (GMT-4) [9] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://localhost:1903/OpenId/?u=TESTUSERNAME
  377. 2012-10-10 13:47:48,421 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://localhost:1903/OpenId/?u=TESTUSERNAME
  378. 2012-10-10 13:47:48,421 (GMT-4) [9] DEBUG DotNetOpenAuth.Http - HTTP GET http://localhost:3314/User/Identity/TESTUSERNAME
  379. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Yadis - An XRDS response was received from GET at user-supplied identifier.
  380. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 2
  381. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Yadis - [{
  382. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  383. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  384. ProviderEndpoint: http://localhost:3314/OpenId
  385. OpenID version: 2.0
  386. Service Type URIs:
  387. http://specs.openid.net/auth/2.0/signon
  388. http://openid.net/extensions/sreg/1.1
  389. http://axschema.org/contact/email
  390. }, {
  391. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  392. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  393. ProviderEndpoint: http://localhost:3314/OpenId
  394. OpenID version: 1.0
  395. Service Type URIs:
  396. http://openid.net/signon/1.0
  397. http://openid.net/extensions/sreg/1.1
  398. http://axschema.org/contact/email
  399. },]
  400. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
  401. 2012-10-10 13:48:26,531 (GMT-4) [9] INFO DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  402. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
  403. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  404. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.OpenId - No Simple Registration (ClaimsRequest) extension present in the request to spread to AX.
  405. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
  406. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty applied to message.
  407. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  408. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  409. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  410. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  411. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  412. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  413. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  414. 2012-10-10 13:48:26,531 (GMT-4) [9] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://localhost:3314/OpenId:
  415. openid.claimed_id: http://localhost:3314/User/Identity/TESTUSERNAME
  416. openid.identity: http://localhost:3314/User/Identity/TESTUSERNAME
  417. openid.assoc_handle: CcXU!IAAAANM5az7iTRv5FP1eJevYsx5o7EQbXEiQLLs8VH1izz3yQQAAAAGoZIu3zoaVVu5FaaYdfQKHwwswoW4Tt1lUm0EfGeiWULEbltIG-tkwOT8ck3jeAjLSeAw7UDYuvHVYZXv4gJgd
  418. openid.return_to: http://localhost:1903/OpenId/Authenticate?dnoa.userSuppliedIdentifier=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME
  419. openid.realm: http://localhost:1903/
  420. openid.mode: checkid_setup
  421. openid.ns: http://specs.openid.net/auth/2.0
  422. openid.ns.alias3: http://openid.net/srv/ax/1.0
  423. openid.alias3.mode: fetch_request
  424.  
  425. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
  426. 2012-10-10 13:48:26,531 (GMT-4) [9] DEBUG DotNetOpenAuth.Http - Redirecting to http://localhost:3314/OpenId?openid.claimed_id=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.identity=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.assoc_handle=CcXU%21IAAAANM5az7iTRv5FP1eJevYsx5o7EQbXEiQLLs8VH1izz3yQQAAAAGoZIu3zoaVVu5FaaYdfQKHwwswoW4Tt1lUm0EfGeiWULEbltIG-tkwOT8ck3jeAjLSeAw7UDYuvHVYZXv4gJgd&openid.return_to=http%3A%2F%2Flocalhost%3A1903%2FOpenId%2FAuthenticate%3Fdnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flocalhost%253A3314%252FUser%252FIdentity%252FTESTUSERNAME&openid.realm=http%3A%2F%2Flocalhost%3A1903%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.alias3=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.alias3.mode=fetch_request
  427. 2012-10-10 13:48:37,171 (GMT-4) [10] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://localhost:1903/OpenId/?u=TESTUSERNAME
  428. 2012-10-10 13:48:37,171 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://localhost:1903/OpenId/?u=TESTUSERNAME
  429. 2012-10-10 13:48:37,171 (GMT-4) [10] DEBUG DotNetOpenAuth.Http - HTTP GET http://localhost:3314/User/Identity/TESTUSERNAME
  430. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - An XRDS response was received from GET at user-supplied identifier.
  431. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 2
  432. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - [{
  433. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  434. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  435. ProviderEndpoint: http://localhost:3314/OpenId
  436. OpenID version: 2.0
  437. Service Type URIs:
  438. http://specs.openid.net/auth/2.0/signon
  439. http://openid.net/extensions/sreg/1.1
  440. http://axschema.org/contact/email
  441. }, {
  442. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  443. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  444. ProviderEndpoint: http://localhost:3314/OpenId
  445. OpenID version: 1.0
  446. Service Type URIs:
  447. http://openid.net/signon/1.0
  448. http://openid.net/extensions/sreg/1.1
  449. http://axschema.org/contact/email
  450. },]
  451. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
  452. 2012-10-10 13:48:38,796 (GMT-4) [10] INFO DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  453. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
  454. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  455. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.OpenId - No Simple Registration (ClaimsRequest) extension present in the request to spread to AX.
  456. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
  457. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty applied to message.
  458. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  459. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  460. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  461. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  462. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  463. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  464. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  465. 2012-10-10 13:48:38,796 (GMT-4) [10] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://localhost:3314/OpenId:
  466. openid.claimed_id: http://localhost:3314/User/Identity/TESTUSERNAME
  467. openid.identity: http://localhost:3314/User/Identity/TESTUSERNAME
  468. openid.assoc_handle: CcXU!IAAAANM5az7iTRv5FP1eJevYsx5o7EQbXEiQLLs8VH1izz3yQQAAAAGoZIu3zoaVVu5FaaYdfQKHwwswoW4Tt1lUm0EfGeiWULEbltIG-tkwOT8ck3jeAjLSeAw7UDYuvHVYZXv4gJgd
  469. openid.return_to: http://localhost:1903/OpenId/Authenticate?dnoa.userSuppliedIdentifier=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME
  470. openid.realm: http://localhost:1903/
  471. openid.mode: checkid_setup
  472. openid.ns: http://specs.openid.net/auth/2.0
  473. openid.ns.alias3: http://openid.net/srv/ax/1.0
  474. openid.alias3.mode: fetch_request
  475.  
  476. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
  477. 2012-10-10 13:48:38,796 (GMT-4) [10] DEBUG DotNetOpenAuth.Http - Redirecting to http://localhost:3314/OpenId?openid.claimed_id=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.identity=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.assoc_handle=CcXU%21IAAAANM5az7iTRv5FP1eJevYsx5o7EQbXEiQLLs8VH1izz3yQQAAAAGoZIu3zoaVVu5FaaYdfQKHwwswoW4Tt1lUm0EfGeiWULEbltIG-tkwOT8ck3jeAjLSeAw7UDYuvHVYZXv4gJgd&openid.return_to=http%3A%2F%2Flocalhost%3A1903%2FOpenId%2FAuthenticate%3Fdnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flocalhost%253A3314%252FUser%252FIdentity%252FTESTUSERNAME&openid.realm=http%3A%2F%2Flocalhost%3A1903%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.alias3=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.alias3.mode=fetch_request
  478. 2012-10-10 13:52:19,718 (GMT-4) [8] INFO DotNetOpenAuth - DotNetOpenAuth, Version=4.1.0.12182, Culture=neutral, PublicKeyToken=2780ccd10d57b246 (official)
  479. 2012-10-10 13:52:19,734 (GMT-4) [8] INFO DotNetOpenAuth - Reporting will use isolated storage with scope: User, Domain, Assembly
  480. 2012-10-10 13:52:22,171 (GMT-4) [8] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://localhost:1903/OpenId/?u=TESTUSERNAME
  481. 2012-10-10 13:52:22,187 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://localhost:1903/OpenId/?u=TESTUSERNAME
  482. 2012-10-10 13:52:22,187 (GMT-4) [8] DEBUG DotNetOpenAuth.OpenId - .NET Uri class path compression overridden.
  483. 2012-10-10 13:52:22,500 (GMT-4) [8] DEBUG DotNetOpenAuth.Http - HTTP GET http://localhost:3314/User/Identity/TESTUSERNAME
  484. 2012-10-10 13:52:23,531 (GMT-4) [8] DEBUG DotNetOpenAuth.Yadis - An XRDS response was received from GET at user-supplied identifier.
  485. 2012-10-10 13:52:23,562 (GMT-4) [8] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 2
  486. 2012-10-10 13:52:23,578 (GMT-4) [8] DEBUG DotNetOpenAuth.Yadis - [{
  487. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  488. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  489. ProviderEndpoint: http://localhost:3314/OpenId
  490. OpenID version: 2.0
  491. Service Type URIs:
  492. http://specs.openid.net/auth/2.0/signon
  493. http://openid.net/extensions/sreg/1.1
  494. http://axschema.org/contact/email
  495. }, {
  496. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  497. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  498. ProviderEndpoint: http://localhost:3314/OpenId
  499. OpenID version: 1.0
  500. Service Type URIs:
  501. http://openid.net/signon/1.0
  502. http://openid.net/extensions/sreg/1.1
  503. http://axschema.org/contact/email
  504. },]
  505. 2012-10-10 13:52:23,578 (GMT-4) [8] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
  506. 2012-10-10 13:52:23,593 (GMT-4) [8] INFO DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  507. 2012-10-10 13:52:23,593 (GMT-4) [8] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
  508. 2012-10-10 13:52:23,593 (GMT-4) [8] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  509. 2012-10-10 13:52:23,796 (GMT-4) [8] INFO DotNetOpenAuth.OpenId - Diffie-Hellman supporting assemblies found and loaded.
  510. 2012-10-10 13:52:24,046 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send AssociateDiffieHellmanRequest (2.0) message.
  511. 2012-10-10 13:52:24,046 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty did not apply to message.
  512. 2012-10-10 13:52:24,046 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  513. 2012-10-10 13:52:24,046 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  514. 2012-10-10 13:52:24,046 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  515. 2012-10-10 13:52:24,046 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  516. 2012-10-10 13:52:24,046 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  517. 2012-10-10 13:52:24,046 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  518. 2012-10-10 13:52:24,046 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  519. 2012-10-10 13:52:24,093 (GMT-4) [8] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing AssociateDiffieHellmanRequest (2.0) message for http://localhost:3314/OpenId:
  520. openid.dh_modulus: ANz5OguIOXLsDhmYmsWizjEOHTdxfo2Vcbt2I3MYZuYe91ouJ4mLBX+YkcLiemOcPym2CBRYHNOyyjmG0mg3BVd9RcLn5S3IHHoXGHblzqdLFEi/368Ygo79JRnxTkXjgmY0rxlJ5bU1zIKaSDuKdiI+XUkKJX8Fvf8W8vsixYOr
  521. openid.dh_gen: Ag==
  522. openid.dh_consumer_public: FOxc9NaFMGsI6l4yiuFWyFpDJtbrsciyZXFcKYZdSaa2gWZYioIbh9b+kxx/5SDkzhSX6v59Nb7RLyIYjfRn17xXgSfldLO6RacxxJzq7ttEg//F5qzbxU2oOUdDk7/FYNAdfKt7cQOGtuZFmJXio1XXBLml6Qo8rv5TXS2s+e4=
  523. openid.assoc_type: HMAC-SHA256
  524. openid.session_type: DH-SHA256
  525. openid.mode: associate
  526. openid.ns: http://specs.openid.net/auth/2.0
  527.  
  528. 2012-10-10 13:52:24,093 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Channel - Sending AssociateDiffieHellmanRequest request.
  529. 2012-10-10 13:52:24,093 (GMT-4) [8] DEBUG DotNetOpenAuth.Http - HTTP POST http://localhost:3314/OpenId
  530. 2012-10-10 13:52:25,750 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Channel - Received AssociateDiffieHellmanRelyingPartyResponse response.
  531. 2012-10-10 13:52:25,750 (GMT-4) [8] INFO DotNetOpenAuth.Messaging.Channel - Processing incoming AssociateDiffieHellmanRelyingPartyResponse (2.0) message:
  532. dh_server_public: ALEOs2KemkiemgPUeD68xcwsaAH8nXXiNDvBy7X51hZIhUkfnQkw+cbU6dRzjPCpU5tCPCrdMqTPdRFlUrmHO5H94wsN22xLYhonLK/IuJ5XJAW0CCzj67CbJ9cc1P4v/4qalJ7vAo0HXZU0x7oR1wcpKzUOQFYAyG/rCX78/u+a
  533. enc_mac_key: xJGHrpq/2PctTC+/SNxE0V4Nn1FPYwSQpXqIrPeng2k=
  534. assoc_handle: CcXU!IAAAAODp1jdGoDBb_auD4SfLEvApCJxPYqoQXaGtx6A6T85sQQAAAAGOS0OOiNGRZfAob4SXHhMolcqfrMNi96NwJCA5BzVycErn2tXn1rpqdP9-BQ_HgJSE75IL5-ysKyvceycjmhQl
  535. assoc_type: HMAC-SHA256
  536. session_type: DH-SHA256
  537. expires_in: 1209599
  538. ns: http://specs.openid.net/auth/2.0
  539.  
  540. 2012-10-10 13:52:25,750 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  541. 2012-10-10 13:52:25,750 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  542. 2012-10-10 13:52:25,750 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  543. 2012-10-10 13:52:25,750 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  544. 2012-10-10 13:52:25,750 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  545. 2012-10-10 13:52:25,750 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  546. 2012-10-10 13:52:25,750 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  547. 2012-10-10 13:52:25,750 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty did not apply to message.
  548. 2012-10-10 13:52:25,750 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Channel - After binding element processing, the received AssociateDiffieHellmanRelyingPartyResponse (2.0) message is:
  549. dh_server_public: ALEOs2KemkiemgPUeD68xcwsaAH8nXXiNDvBy7X51hZIhUkfnQkw+cbU6dRzjPCpU5tCPCrdMqTPdRFlUrmHO5H94wsN22xLYhonLK/IuJ5XJAW0CCzj67CbJ9cc1P4v/4qalJ7vAo0HXZU0x7oR1wcpKzUOQFYAyG/rCX78/u+a
  550. enc_mac_key: xJGHrpq/2PctTC+/SNxE0V4Nn1FPYwSQpXqIrPeng2k=
  551. assoc_handle: CcXU!IAAAAODp1jdGoDBb_auD4SfLEvApCJxPYqoQXaGtx6A6T85sQQAAAAGOS0OOiNGRZfAob4SXHhMolcqfrMNi96NwJCA5BzVycErn2tXn1rpqdP9-BQ_HgJSE75IL5-ysKyvceycjmhQl
  552. assoc_type: HMAC-SHA256
  553. session_type: DH-SHA256
  554. expires_in: 1209599
  555. ns: http://specs.openid.net/auth/2.0
  556.  
  557. 2012-10-10 13:52:25,843 (GMT-4) [8] DEBUG DotNetOpenAuth.OpenId - No Simple Registration (ClaimsRequest) extension present in the request to spread to AX.
  558. 2012-10-10 13:52:25,859 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
  559. 2012-10-10 13:52:25,859 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty applied to message.
  560. 2012-10-10 13:52:25,859 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  561. 2012-10-10 13:52:25,859 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  562. 2012-10-10 13:52:25,859 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  563. 2012-10-10 13:52:25,859 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  564. 2012-10-10 13:52:25,859 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  565. 2012-10-10 13:52:25,859 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  566. 2012-10-10 13:52:25,859 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  567. 2012-10-10 13:52:25,859 (GMT-4) [8] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://localhost:3314/OpenId:
  568. openid.claimed_id: http://localhost:3314/User/Identity/TESTUSERNAME
  569. openid.identity: http://localhost:3314/User/Identity/TESTUSERNAME
  570. openid.assoc_handle: CcXU!IAAAAODp1jdGoDBb_auD4SfLEvApCJxPYqoQXaGtx6A6T85sQQAAAAGOS0OOiNGRZfAob4SXHhMolcqfrMNi96NwJCA5BzVycErn2tXn1rpqdP9-BQ_HgJSE75IL5-ysKyvceycjmhQl
  571. openid.return_to: http://localhost:1903/OpenId?dnoa.userSuppliedIdentifier=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME
  572. openid.realm: http://localhost:1903/
  573. openid.mode: checkid_setup
  574. openid.ns: http://specs.openid.net/auth/2.0
  575. openid.ns.alias3: http://openid.net/srv/ax/1.0
  576. openid.alias3.mode: fetch_request
  577.  
  578. 2012-10-10 13:52:25,875 (GMT-4) [8] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
  579. 2012-10-10 13:52:25,875 (GMT-4) [8] DEBUG DotNetOpenAuth.Http - Redirecting to http://localhost:3314/OpenId?openid.claimed_id=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.identity=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.assoc_handle=CcXU%21IAAAAODp1jdGoDBb_auD4SfLEvApCJxPYqoQXaGtx6A6T85sQQAAAAGOS0OOiNGRZfAob4SXHhMolcqfrMNi96NwJCA5BzVycErn2tXn1rpqdP9-BQ_HgJSE75IL5-ysKyvceycjmhQl&openid.return_to=http%3A%2F%2Flocalhost%3A1903%2FOpenId%3Fdnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flocalhost%253A3314%252FUser%252FIdentity%252FTESTUSERNAME&openid.realm=http%3A%2F%2Flocalhost%3A1903%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.alias3=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.alias3.mode=fetch_request
  580. 2012-10-10 13:54:47,234 (GMT-4) [12] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://localhost:1903/OpenId/?u=TESTUSERNAME
  581. 2012-10-10 13:54:47,234 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://localhost:1903/OpenId/?u=TESTUSERNAME
  582. 2012-10-10 13:54:47,234 (GMT-4) [12] DEBUG DotNetOpenAuth.Http - HTTP GET http://localhost:3314/User/Identity/TESTUSERNAME
  583. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Yadis - An XRDS response was received from GET at user-supplied identifier.
  584. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 2
  585. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Yadis - [{
  586. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  587. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  588. ProviderEndpoint: http://localhost:3314/OpenId
  589. OpenID version: 2.0
  590. Service Type URIs:
  591. http://specs.openid.net/auth/2.0/signon
  592. http://openid.net/extensions/sreg/1.1
  593. http://axschema.org/contact/email
  594. }, {
  595. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  596. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  597. ProviderEndpoint: http://localhost:3314/OpenId
  598. OpenID version: 1.0
  599. Service Type URIs:
  600. http://openid.net/signon/1.0
  601. http://openid.net/extensions/sreg/1.1
  602. http://axschema.org/contact/email
  603. },]
  604. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
  605. 2012-10-10 13:55:01,140 (GMT-4) [12] INFO DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  606. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
  607. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  608. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.OpenId - No Simple Registration (ClaimsRequest) extension present in the request to spread to AX.
  609. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
  610. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty applied to message.
  611. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  612. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  613. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  614. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  615. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  616. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  617. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  618. 2012-10-10 13:55:01,140 (GMT-4) [12] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://localhost:3314/OpenId:
  619. openid.claimed_id: http://localhost:3314/User/Identity/TESTUSERNAME
  620. openid.identity: http://localhost:3314/User/Identity/TESTUSERNAME
  621. openid.assoc_handle: CcXU!IAAAAODp1jdGoDBb_auD4SfLEvApCJxPYqoQXaGtx6A6T85sQQAAAAGOS0OOiNGRZfAob4SXHhMolcqfrMNi96NwJCA5BzVycErn2tXn1rpqdP9-BQ_HgJSE75IL5-ysKyvceycjmhQl
  622. openid.return_to: http://localhost:1903/OpenId?dnoa.userSuppliedIdentifier=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME
  623. openid.realm: http://localhost:1903/
  624. openid.mode: checkid_setup
  625. openid.ns: http://specs.openid.net/auth/2.0
  626. openid.ns.alias3: http://openid.net/srv/ax/1.0
  627. openid.alias3.mode: fetch_request
  628.  
  629. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
  630. 2012-10-10 13:55:01,140 (GMT-4) [12] DEBUG DotNetOpenAuth.Http - Redirecting to http://localhost:3314/OpenId?openid.claimed_id=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.identity=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.assoc_handle=CcXU%21IAAAAODp1jdGoDBb_auD4SfLEvApCJxPYqoQXaGtx6A6T85sQQAAAAGOS0OOiNGRZfAob4SXHhMolcqfrMNi96NwJCA5BzVycErn2tXn1rpqdP9-BQ_HgJSE75IL5-ysKyvceycjmhQl&openid.return_to=http%3A%2F%2Flocalhost%3A1903%2FOpenId%3Fdnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flocalhost%253A3314%252FUser%252FIdentity%252FTESTUSERNAME&openid.realm=http%3A%2F%2Flocalhost%3A1903%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.alias3=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.alias3.mode=fetch_request
  631. 2012-10-10 14:03:03,000 (GMT-4) [19] INFO DotNetOpenAuth - DotNetOpenAuth, Version=4.1.0.12182, Culture=neutral, PublicKeyToken=2780ccd10d57b246 (official)
  632. 2012-10-10 14:03:03,015 (GMT-4) [19] INFO DotNetOpenAuth - Reporting will use isolated storage with scope: User, Domain, Assembly
  633. 2012-10-10 14:03:06,234 (GMT-4) [19] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://localhost:1903/OpenId/?u=TESTUSERNAME
  634. 2012-10-10 14:03:06,234 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://localhost:1903/OpenId/?u=TESTUSERNAME
  635. 2012-10-10 14:03:06,250 (GMT-4) [19] DEBUG DotNetOpenAuth.OpenId - .NET Uri class path compression overridden.
  636. 2012-10-10 14:03:06,265 (GMT-4) [19] DEBUG DotNetOpenAuth.Http - HTTP GET http://localhost:3314/User/Identity/TESTUSERNAME
  637. 2012-10-10 14:03:08,812 (GMT-4) [19] DEBUG DotNetOpenAuth.Yadis - An XRDS response was received from GET at user-supplied identifier.
  638. 2012-10-10 14:03:08,843 (GMT-4) [19] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 2
  639. 2012-10-10 14:03:08,843 (GMT-4) [19] DEBUG DotNetOpenAuth.Yadis - [{
  640. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  641. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  642. ProviderEndpoint: http://localhost:3314/OpenId
  643. OpenID version: 2.0
  644. Service Type URIs:
  645. http://specs.openid.net/auth/2.0/signon
  646. http://openid.net/extensions/sreg/1.1
  647. http://axschema.org/contact/email
  648. }, {
  649. ClaimedIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  650. ProviderLocalIdentifier: http://localhost:3314/User/Identity/TESTUSERNAME
  651. ProviderEndpoint: http://localhost:3314/OpenId
  652. OpenID version: 1.0
  653. Service Type URIs:
  654. http://openid.net/signon/1.0
  655. http://openid.net/extensions/sreg/1.1
  656. http://axschema.org/contact/email
  657. },]
  658. 2012-10-10 14:03:08,843 (GMT-4) [19] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
  659. 2012-10-10 14:03:08,843 (GMT-4) [19] INFO DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  660. 2012-10-10 14:03:08,859 (GMT-4) [19] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
  661. 2012-10-10 14:03:08,859 (GMT-4) [19] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://localhost:3314/User/Identity/TESTUSERNAME
  662. 2012-10-10 14:03:09,062 (GMT-4) [19] INFO DotNetOpenAuth.OpenId - Diffie-Hellman supporting assemblies found and loaded.
  663. 2012-10-10 14:03:09,296 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send AssociateDiffieHellmanRequest (2.0) message.
  664. 2012-10-10 14:03:09,296 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty did not apply to message.
  665. 2012-10-10 14:03:09,296 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  666. 2012-10-10 14:03:09,296 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  667. 2012-10-10 14:03:09,296 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  668. 2012-10-10 14:03:09,296 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  669. 2012-10-10 14:03:09,296 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  670. 2012-10-10 14:03:09,296 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  671. 2012-10-10 14:03:09,296 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  672. 2012-10-10 14:03:09,343 (GMT-4) [19] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing AssociateDiffieHellmanRequest (2.0) message for http://localhost:3314/OpenId:
  673. openid.dh_modulus: ANz5OguIOXLsDhmYmsWizjEOHTdxfo2Vcbt2I3MYZuYe91ouJ4mLBX+YkcLiemOcPym2CBRYHNOyyjmG0mg3BVd9RcLn5S3IHHoXGHblzqdLFEi/368Ygo79JRnxTkXjgmY0rxlJ5bU1zIKaSDuKdiI+XUkKJX8Fvf8W8vsixYOr
  674. openid.dh_gen: Ag==
  675. openid.dh_consumer_public: E6c8m6COz2CjhqZjk8UqoLvzc0aWJW9AfqJ5p8HtjZxNo79VSrnQONKE/2T1WWT6lQlqSIVce7wlVvnO2Txa1ZxeZnXb97VmGro895k4ye1bqJO7Lvk1uczoPHQPBzaEOMXgg9AFlkp7dnmjtvwXaq2HRDlyroamy6tzAlAILuE=
  676. openid.assoc_type: HMAC-SHA256
  677. openid.session_type: DH-SHA256
  678. openid.mode: associate
  679. openid.ns: http://specs.openid.net/auth/2.0
  680.  
  681. 2012-10-10 14:03:09,343 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Channel - Sending AssociateDiffieHellmanRequest request.
  682. 2012-10-10 14:03:09,359 (GMT-4) [19] DEBUG DotNetOpenAuth.Http - HTTP POST http://localhost:3314/OpenId
  683. 2012-10-10 14:03:11,468 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Channel - Received AssociateDiffieHellmanRelyingPartyResponse response.
  684. 2012-10-10 14:03:11,468 (GMT-4) [19] INFO DotNetOpenAuth.Messaging.Channel - Processing incoming AssociateDiffieHellmanRelyingPartyResponse (2.0) message:
  685. dh_server_public: VS8ehYg049TcWsrxIW7hYtvkf6usj3Molq/KnUDR+QH7cejtNVpv1HaGg9qKcB7gcJ0LfIqKwXEzqS63on0GN0kwr4SBgtLpijDopSpNSjElXF1RLqBg+hOehd31qnGyDGzWKByEt7mSYXGqNI/5bl5WIi4c2oRU64GCQ8Z5/T8=
  686. enc_mac_key: vvrwafoW31OioYahkvEFbdJt8QBttSYXMn2dB1st1E4=
  687. assoc_handle: wZCc!IAAAALBiV7I1S8vfy4bURJMxO0BQMSSux5hF-S3EwFkR6b0PQQAAAAEXfja_3anMMcLtJTEP4hKu8JHVg8t0LP74msQ5bSOzb0twdI36uiul8M3uTFvJR61WWM18p3Wj1AEbO4z4HlqZ
  688. assoc_type: HMAC-SHA256
  689. session_type: DH-SHA256
  690. expires_in: 1209599
  691. ns: http://specs.openid.net/auth/2.0
  692.  
  693. 2012-10-10 14:03:11,468 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  694. 2012-10-10 14:03:11,468 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  695. 2012-10-10 14:03:11,468 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  696. 2012-10-10 14:03:11,468 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  697. 2012-10-10 14:03:11,468 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  698. 2012-10-10 14:03:11,468 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  699. 2012-10-10 14:03:11,468 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  700. 2012-10-10 14:03:11,468 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty did not apply to message.
  701. 2012-10-10 14:03:11,468 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Channel - After binding element processing, the received AssociateDiffieHellmanRelyingPartyResponse (2.0) message is:
  702. dh_server_public: VS8ehYg049TcWsrxIW7hYtvkf6usj3Molq/KnUDR+QH7cejtNVpv1HaGg9qKcB7gcJ0LfIqKwXEzqS63on0GN0kwr4SBgtLpijDopSpNSjElXF1RLqBg+hOehd31qnGyDGzWKByEt7mSYXGqNI/5bl5WIi4c2oRU64GCQ8Z5/T8=
  703. enc_mac_key: vvrwafoW31OioYahkvEFbdJt8QBttSYXMn2dB1st1E4=
  704. assoc_handle: wZCc!IAAAALBiV7I1S8vfy4bURJMxO0BQMSSux5hF-S3EwFkR6b0PQQAAAAEXfja_3anMMcLtJTEP4hKu8JHVg8t0LP74msQ5bSOzb0twdI36uiul8M3uTFvJR61WWM18p3Wj1AEbO4z4HlqZ
  705. assoc_type: HMAC-SHA256
  706. session_type: DH-SHA256
  707. expires_in: 1209599
  708. ns: http://specs.openid.net/auth/2.0
  709.  
  710. 2012-10-10 14:03:11,546 (GMT-4) [19] DEBUG DotNetOpenAuth.OpenId - No Simple Registration (ClaimsRequest) extension present in the request to spread to AX.
  711. 2012-10-10 14:03:11,546 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
  712. 2012-10-10 14:03:11,562 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElementRelyingParty applied to message.
  713. 2012-10-10 14:03:11,562 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
  714. 2012-10-10 14:03:11,562 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
  715. 2012-10-10 14:03:11,562 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToNonceBindingElement did not apply to message.
  716. 2012-10-10 14:03:11,562 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ReturnToSignatureBindingElement did not apply to message.
  717. 2012-10-10 14:03:11,562 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  718. 2012-10-10 14:03:11,562 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  719. 2012-10-10 14:03:11,562 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySigningBindingElement did not apply to message.
  720. 2012-10-10 14:03:11,562 (GMT-4) [19] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://localhost:3314/OpenId:
  721. openid.claimed_id: http://localhost:3314/User/Identity/TESTUSERNAME
  722. openid.identity: http://localhost:3314/User/Identity/TESTUSERNAME
  723. openid.assoc_handle: wZCc!IAAAALBiV7I1S8vfy4bURJMxO0BQMSSux5hF-S3EwFkR6b0PQQAAAAEXfja_3anMMcLtJTEP4hKu8JHVg8t0LP74msQ5bSOzb0twdI36uiul8M3uTFvJR61WWM18p3Wj1AEbO4z4HlqZ
  724. openid.return_to: http://localhost:1903/OpenId/Authenticate?dnoa.userSuppliedIdentifier=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME
  725. openid.realm: http://localhost:1903/OpenId/Authenticate
  726. openid.mode: checkid_setup
  727. openid.ns: http://specs.openid.net/auth/2.0
  728. openid.ns.alias3: http://openid.net/srv/ax/1.0
  729. openid.alias3.mode: fetch_request
  730.  
  731. 2012-10-10 14:03:11,562 (GMT-4) [19] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
  732. 2012-10-10 14:03:11,578 (GMT-4) [19] DEBUG DotNetOpenAuth.Http - Redirecting to http://localhost:3314/OpenId?openid.claimed_id=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.identity=http%3A%2F%2Flocalhost%3A3314%2FUser%2FIdentity%2FTESTUSERNAME&openid.assoc_handle=wZCc%21IAAAALBiV7I1S8vfy4bURJMxO0BQMSSux5hF-S3EwFkR6b0PQQAAAAEXfja_3anMMcLtJTEP4hKu8JHVg8t0LP74msQ5bSOzb0twdI36uiul8M3uTFvJR61WWM18p3Wj1AEbO4z4HlqZ&openid.return_to=http%3A%2F%2Flocalhost%3A1903%2FOpenId%2FAuthenticate%3Fdnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flocalhost%253A3314%252FUser%252FIdentity%252FTESTUSERNAME&openid.realm=http%3A%2F%2Flocalhost%3A1903%2FOpenId%2FAuthenticate&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.alias3=http%3A%2F%2Fopenid.net%2Fsrv%2Fax%2F1.0&openid.alias3.mode=fetch_request
  733. 2012-10-10 14:03:24,046 (GMT-4) [17] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://localhost:1903/OpenId/Authenticate
  734. 2012-10-10 14:03:24,046 (GMT-4) [17] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://localhost:1903/OpenId/Authenticate
  735. 2012-10-10 14:04:25,734 (GMT-4) [17] DEBUG DotNetOpenAuth.Http - HTTP GET http://localhost:3314/User/Identity/
  736. 2012-10-10 14:04:33,843 (GMT-4) [17] ERROR DotNetOpenAuth.Http - WebException from http://localhost:3314/User/Identity/:
  737. <html>
  738. <head>
  739. <title>Value cannot be null.<br>Parameter name: username</title>
  740. <style>
  741. body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  742. p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  743. b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  744. H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  745. H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  746. pre {font-family:"Lucida Console";font-size: .9em}
  747. .marker {font-weight: bold; color: black;text-decoration: none;}
  748. .version {color: gray;}
  749. .error {margin-bottom: 10px;}
  750. .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  751. </style>
  752. </head>
  753.  
  754. <body bgcolor="white">
  755.  
  756. <span><H1>Server Error in '/' Application.<hr width=100% size=1 color=silver></H1>
  757.  
  758. <h2> <i>Value cannot be null.<br>Parameter name: username</i> </h2></span>
  759.  
  760. <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  761.  
  762. <b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
  763.  
  764. <br><br>
  765.  
  766. <b> Exception Details: </b>System.ArgumentNullException: Value cannot be null.<br>Parameter name: username<br><br>
  767.  
  768. <b>Source Error:</b> <br><br>
  769.  
  770. <table width=100% bgcolor="#ffffcc">
  771. <tr>
  772. <td>
  773. <code><pre>
  774.  
  775. Line 816: {
  776. Line 817: if (string.IsNullOrEmpty(username)) {
  777. <font color=red>Line 818: throw new ArgumentNullException(&quot;username&quot;);
  778. </font>Line 819: }
  779. Line 820:</pre></code>
  780.  
  781. </td>
  782. </tr>
  783. </table>
  784.  
  785. <br>
  786.  
  787. <b> Source File: </b> C:\Documents and Settings\TESTUSERNAME\My Documents\Visual Studio 2010\Projects\Portal\Portal\Models\UserModel.cs<b> &nbsp;&nbsp; Line: </b> 818
  788. <br><br>
  789.  
  790. <b>Stack Trace:</b> <br><br>
  791.  
  792. <table width=100% bgcolor="#ffffcc">
  793. <tr>
  794. <td>
  795. <code><pre>
  796.  
  797. [ArgumentNullException: Value cannot be null.
  798. Parameter name: username]
  799. Portal.Models.UserModel.GetClaimedIdentifierForUser(String username) in C:\Documents and Settings\TESTUSERNAME\My Documents\Visual Studio 2010\Projects\Portal\Portal\Models\UserModel.cs:818
  800. Portal.Controllers.UserController.RedirectIfNotNormalizedRequestUri(String user) in C:\Documents and Settings\TESTUSERNAME\My Documents\Visual Studio 2010\Projects\Portal\Portal\Controllers\UserController.cs:100
  801. Portal.Controllers.UserController.Identity(String id, Boolean anon) in C:\Documents and Settings\TESTUSERNAME\My Documents\Visual Studio 2010\Projects\Portal\Portal\Controllers\UserController.cs:72
  802. lambda_method(Closure , ControllerBase , Object[] ) +218
  803. System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +17
  804. System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +205
  805. System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +27
  806. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass42.&lt;BeginInvokeSynchronousActionMethod&gt;b__41() +28
  807. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass8`1.&lt;BeginSynchronous&gt;b__7(IAsyncResult _) +12
  808. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +57
  809. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult) +50
  810. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass39.&lt;BeginInvokeActionMethodWithFilters&gt;b__33() +58
  811. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass4f.&lt;InvokeActionMethodFilterAsynchronously&gt;b__49() +237
  812. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass37.&lt;BeginInvokeActionMethodWithFilters&gt;b__36(IAsyncResult asyncResult) +12
  813. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +57
  814. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult) +50
  815. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass2a.&lt;BeginInvokeAction&gt;b__20() +24
  816. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass25.&lt;BeginInvokeAction&gt;b__22(IAsyncResult asyncResult) +126
  817. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +57
  818. System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult) +45
  819. System.Web.Mvc.&lt;&gt;c__DisplayClass1d.&lt;BeginExecuteCore&gt;b__18(IAsyncResult asyncResult) +14
  820. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass4.&lt;MakeVoidDelegate&gt;b__3(IAsyncResult ar) +25
  821. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
  822. System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +61
  823. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass4.&lt;MakeVoidDelegate&gt;b__3(IAsyncResult ar) +25
  824. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
  825. System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult) +49
  826. System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult) +10
  827. System.Web.Mvc.&lt;&gt;c__DisplayClass8.&lt;BeginProcessRequest&gt;b__3(IAsyncResult asyncResult) +28
  828. System.Web.Mvc.Async.&lt;&gt;c__DisplayClass4.&lt;MakeVoidDelegate&gt;b__3(IAsyncResult ar) +25
  829. System.Web.Mvc.Async.WrappedAsyncResult`1.End() +62
  830. System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +49
  831. System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +9
  832. System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8967885
  833. System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously) +184
  834. </pre></code>
  835.  
  836. </td>
  837. </tr>
  838. </table>
  839.  
  840. <br>
  841.  
  842. <hr width=100% size=1 color=silver>
  843.  
  844. <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
  845.  
  846. </font>
  847.  
  848. </body>
  849. </html>
  850. <!--
  851. [ArgumentNullException]: Value cannot be null.
  852. Parameter name: username
  853. at Portal.Models.UserModel.GetClaimedIdentifierForUser(String username) in C:\Documents and Settings\TESTUSERNAME\My Documents\Visual Studio 2010\Projects\Portal\Portal\Models\UserModel.cs:line 818
  854. at Portal.Controllers.UserController.RedirectIfNotNormalizedRequestUri(String user) in C:\Documents and Settings\TESTUSERNAME\My Documents\Visual Studio 2010\Projects\Portal\Portal\Controllers\UserController.cs:line 100
  855. at Portal.Controllers.UserController.Identity(String id, Boolean anon) in C:\Documents and Settings\TESTUSERNAME\My Documents\Visual Studio 2010\Projects\Portal\Portal\Controllers\UserController.cs:line 72
  856. at lambda_method(Closure , ControllerBase , Object[] )
  857. at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
  858. at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
  859. at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
  860. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
  861. at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
  862. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
  863. at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
  864. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
  865. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
  866. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
  867. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
  868. at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
  869. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
  870. at System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
  871. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
  872. at System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeAction(IAsyncResult asyncResult)
  873. at System.Web.Mvc.Controller.<>c__DisplayClass1d.<BeginExecuteCore>b__18(IAsyncResult asyncResult)
  874. at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
  875. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
  876. at System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult)
  877. at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
  878. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
  879. at System.Web.Mvc.Controller.EndExecute(IAsyncResult asyncResult)
  880. at System.Web.Mvc.Controller.System.Web.Mvc.Async.IAsyncController.EndExecute(IAsyncResult asyncResult)
  881. at System.Web.Mvc.MvcHandler.<>c__DisplayClass8.<BeginProcessRequest>b__3(IAsyncResult asyncResult)
  882. at System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass4.<MakeVoidDelegate>b__3(IAsyncResult ar)
  883. at System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
  884. at System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult)
  885. at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result)
  886. at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  887. at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  888. -->
  889. 2012-10-10 14:04:33,937 (GMT-4) [17] ERROR DotNetOpenAuth.Yadis - Error while performing discovery on: "http://localhost:3314/User/Identity/": DotNetOpenAuth.Messaging.ProtocolException: Error occurred while sending a direct message or getting the response. ---> System.Net.WebException: The remote server returned an error: (500) Internal Server Error.
  890. at System.Net.HttpWebRequest.GetResponse()
  891. at DotNetOpenAuth.Messaging.StandardWebRequestHandler.GetResponse(HttpWebRequest request, DirectWebRequestOptions options) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.Core\Messaging\StandardWebRequestHandler.cs:line 127
  892. --- End of inner exception stack trace ---
  893. at DotNetOpenAuth.Messaging.StandardWebRequestHandler.GetResponse(HttpWebRequest request, DirectWebRequestOptions options) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.Core\Messaging\StandardWebRequestHandler.cs:line 173
  894. at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.GetResponse(HttpWebRequest request, DirectWebRequestOptions options) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.Core\Messaging\UntrustedWebRequestHandler.cs:line 250
  895. at DotNetOpenAuth.Yadis.Yadis.Request(IDirectWebRequestHandler requestHandler, Uri uri, Boolean requireSsl, String[] acceptTypes) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.OpenId\Yadis\Yadis.cs:line 170
  896. at DotNetOpenAuth.Yadis.Yadis.Discover(IDirectWebRequestHandler requestHandler, UriIdentifier uri, Boolean requireSsl) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.OpenId\Yadis\Yadis.cs:line 63
  897. at DotNetOpenAuth.OpenId.UriDiscoveryService.Discover(Identifier identifier, IDirectWebRequestHandler requestHandler, Boolean& abortDiscoveryChain) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.OpenId\OpenId\UriDiscoveryService.cs:line 51
  898. at DotNetOpenAuth.OpenId.IdentifierDiscoveryServices.Discover(Identifier identifier) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.OpenId\OpenId\IdentifierDiscoveryServices.cs:line 58
  899. at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.Discover(Identifier identifier) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.OpenId.RelyingParty\OpenId\RelyingParty\OpenIdRelyingParty.cs:line 752
  900. at DotNetOpenAuth.OpenId.RelyingParty.AuthenticationRequest.Create(Identifier userSuppliedIdentifier, OpenIdRelyingParty relyingParty, Realm realm, Uri returnToUrl, Boolean createNewAssociationsAsNeeded) in c:\BuildAgent\work\f0bca50273600b0c\src\DotNetOpenAuth.OpenId.RelyingParty\OpenId\RelyingParty\AuthenticationRequest.cs:line 364
  901. 2012-10-10 14:04:34,031 (GMT-4) [17] INFO DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://localhost:3314/User/Identity/
  902. 2012-10-10 14:04:34,031 (GMT-4) [17] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement