Recent logs Source: [Page] [Test] [DotNetOpenAuth]

OSIS I5 OpenID Interop testing

Warning: all operations on this page are logged for public viewing. Do not share personally identifiable information.

OSIS Testing

2010-09-03 07:28:08,922 (GMT-7) [1] INFO  Global - OSIS test site starting...
2010-09-03 07:29:57,844 (GMT-7) [9] INFO  DotNetOpenAuth - DotNetOpenAuth, Version=3.4.6.10201, Culture=neutral, PublicKeyToken=2780ccd10d57b246 (official)
2010-09-03 07:29:57,844 (GMT-7) [9] INFO  DotNetOpenAuth - Reporting will use isolated storage with scope: User, Domain, Assembly
2010-09-03 07:30:05,437 (GMT-7) [5] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://test-id.org/OP/AXFetch.aspx
2010-09-03 07:30:05,453 (GMT-7) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://test-id.org/OP/AXFetch.aspx
2010-09-03 07:30:05,453 (GMT-7) [5] DEBUG DotNetOpenAuth.Controls - The OpenIdBox control checked for an authentication response and found: nothing
2010-09-03 07:30:18,844 (GMT-7) [9] DEBUG DotNetOpenAuth.OpenId - .NET Uri class path compression overridden.
2010-09-03 07:30:18,984 (GMT-7) [9] WARN  DotNetOpenAuth.Http - Rejecting URL http://mywebover/ because it does not contain a period in the host name..
2010-09-03 07:30:19,062 (GMT-7) [9] ERROR DotNetOpenAuth.Messaging - Protocol error: The URL 'http://mywebover/' is rated unsafe and cannot be requested this way.
   at DotNetOpenAuth.Messaging.ErrorUtilities.VerifyProtocol(Boolean condition, String message, Object[] args)
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.EnsureAllowableRequestUri(Uri requestUri, Boolean requireSsl)
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.GetResponse(HttpWebRequest request, DirectWebRequestOptions options)
   at DotNetOpenAuth.Yadis.Yadis.Request(IDirectWebRequestHandler requestHandler, Uri uri, Boolean requireSsl, String[] acceptTypes)
   at DotNetOpenAuth.Yadis.Yadis.Discover(IDirectWebRequestHandler requestHandler, UriIdentifier uri, Boolean requireSsl)
   at DotNetOpenAuth.OpenId.UriDiscoveryService.Discover(Identifier identifier, IDirectWebRequestHandler requestHandler, Boolean& abortDiscoveryChain)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.Discover(Identifier identifier)
   at DotNetOpenAuth.OpenId.RelyingParty.AuthenticationRequest.Create(Identifier userSuppliedIdentifier, OpenIdRelyingParty relyingParty, Realm realm, Uri returnToUrl, Boolean createNewAssociationsAsNeeded)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequests(Identifier userSuppliedIdentifier, Realm realm, Uri returnToUrl)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequests(Identifier userSuppliedIdentifier, Realm realm)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingPartyControlBase.<CreateRequestsCore>d__4.MoveNext()
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdTextBox.<CreateRequestsCore>d__f.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdLogin.LoginButton_Click(Object sender, EventArgs e)
   at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
   at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.op_axfetch_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
   at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
   at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
   at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
   at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
   at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)

2010-09-03 07:30:19,062 (GMT-7) [9] ERROR DotNetOpenAuth.Yadis - Error while performing discovery on: "http://mywebover/": DotNetOpenAuth.Messaging.ProtocolException: The URL 'http://mywebover/' is rated unsafe and cannot be requested this way.
   at DotNetOpenAuth.Messaging.ErrorUtilities.VerifyProtocol(Boolean condition, String message, Object[] args) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Messaging\ErrorUtilities.cs:line 222
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.EnsureAllowableRequestUri(Uri requestUri, Boolean requireSsl) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Messaging\UntrustedWebRequestHandler.cs:line 385
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.GetResponse(HttpWebRequest request, DirectWebRequestOptions options) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Messaging\UntrustedWebRequestHandler.cs:line 249
   at DotNetOpenAuth.Yadis.Yadis.Request(IDirectWebRequestHandler requestHandler, Uri uri, Boolean requireSsl, String[] acceptTypes) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Yadis\Yadis.cs:line 154
   at DotNetOpenAuth.Yadis.Yadis.Discover(IDirectWebRequestHandler requestHandler, UriIdentifier uri, Boolean requireSsl) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Yadis\Yadis.cs:line 63
   at DotNetOpenAuth.OpenId.UriDiscoveryService.Discover(Identifier identifier, IDirectWebRequestHandler requestHandler, Boolean& abortDiscoveryChain) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\OpenId\UriDiscoveryService.cs:line 51
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.Discover(Identifier identifier) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\OpenId\RelyingParty\OpenIdRelyingParty.cs:line 739
   at DotNetOpenAuth.OpenId.RelyingParty.AuthenticationRequest.Create(Identifier userSuppliedIdentifier, OpenIdRelyingParty relyingParty, Realm realm, Uri returnToUrl, Boolean createNewAssociationsAsNeeded) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\OpenId\RelyingParty\AuthenticationRequest.cs:line 364
2010-09-03 07:30:19,359 (GMT-7) [9] INFO  DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://mywebover/
2010-09-03 07:30:19,359 (GMT-7) [9] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
2010-09-03 07:30:27,094 (GMT-7) [8] WARN  DotNetOpenAuth.Http - Rejecting URL http://cazzole/ because it does not contain a period in the host name..
2010-09-03 07:30:27,094 (GMT-7) [8] ERROR DotNetOpenAuth.Messaging - Protocol error: The URL 'http://cazzole/' is rated unsafe and cannot be requested this way.
   at DotNetOpenAuth.Messaging.ErrorUtilities.VerifyProtocol(Boolean condition, String message, Object[] args)
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.EnsureAllowableRequestUri(Uri requestUri, Boolean requireSsl)
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.GetResponse(HttpWebRequest request, DirectWebRequestOptions options)
   at DotNetOpenAuth.Yadis.Yadis.Request(IDirectWebRequestHandler requestHandler, Uri uri, Boolean requireSsl, String[] acceptTypes)
   at DotNetOpenAuth.Yadis.Yadis.Discover(IDirectWebRequestHandler requestHandler, UriIdentifier uri, Boolean requireSsl)
   at DotNetOpenAuth.OpenId.UriDiscoveryService.Discover(Identifier identifier, IDirectWebRequestHandler requestHandler, Boolean& abortDiscoveryChain)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.Discover(Identifier identifier)
   at DotNetOpenAuth.OpenId.RelyingParty.AuthenticationRequest.Create(Identifier userSuppliedIdentifier, OpenIdRelyingParty relyingParty, Realm realm, Uri returnToUrl, Boolean createNewAssociationsAsNeeded)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequests(Identifier userSuppliedIdentifier, Realm realm, Uri returnToUrl)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequests(Identifier userSuppliedIdentifier, Realm realm)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingPartyControlBase.<CreateRequestsCore>d__4.MoveNext()
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdTextBox.<CreateRequestsCore>d__f.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdLogin.LoginButton_Click(Object sender, EventArgs e)
   at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
   at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.op_axfetch_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
   at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
   at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
   at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
   at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
   at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)

2010-09-03 07:30:27,094 (GMT-7) [8] ERROR DotNetOpenAuth.Yadis - Error while performing discovery on: "http://cazzole/": DotNetOpenAuth.Messaging.ProtocolException: The URL 'http://cazzole/' is rated unsafe and cannot be requested this way.
   at DotNetOpenAuth.Messaging.ErrorUtilities.VerifyProtocol(Boolean condition, String message, Object[] args) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Messaging\ErrorUtilities.cs:line 222
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.EnsureAllowableRequestUri(Uri requestUri, Boolean requireSsl) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Messaging\UntrustedWebRequestHandler.cs:line 385
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.GetResponse(HttpWebRequest request, DirectWebRequestOptions options) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Messaging\UntrustedWebRequestHandler.cs:line 249
   at DotNetOpenAuth.Yadis.Yadis.Request(IDirectWebRequestHandler requestHandler, Uri uri, Boolean requireSsl, String[] acceptTypes) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Yadis\Yadis.cs:line 154
   at DotNetOpenAuth.Yadis.Yadis.Discover(IDirectWebRequestHandler requestHandler, UriIdentifier uri, Boolean requireSsl) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Yadis\Yadis.cs:line 63
   at DotNetOpenAuth.OpenId.UriDiscoveryService.Discover(Identifier identifier, IDirectWebRequestHandler requestHandler, Boolean& abortDiscoveryChain) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\OpenId\UriDiscoveryService.cs:line 51
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.Discover(Identifier identifier) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\OpenId\RelyingParty\OpenIdRelyingParty.cs:line 739
   at DotNetOpenAuth.OpenId.RelyingParty.AuthenticationRequest.Create(Identifier userSuppliedIdentifier, OpenIdRelyingParty relyingParty, Realm realm, Uri returnToUrl, Boolean createNewAssociationsAsNeeded) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\OpenId\RelyingParty\AuthenticationRequest.cs:line 364
2010-09-03 07:30:27,094 (GMT-7) [8] INFO  DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://cazzole/
2010-09-03 07:30:27,094 (GMT-7) [8] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
2010-09-03 07:30:44,156 (GMT-7) [9] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://test-id.org/OP/Sreg.aspx
2010-09-03 07:30:44,156 (GMT-7) [9] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://test-id.org/OP/Sreg.aspx
2010-09-03 07:30:44,156 (GMT-7) [9] DEBUG DotNetOpenAuth.Controls - The OpenIdBox control checked for an authentication response and found: nothing
2010-09-03 07:31:05,844 (GMT-7) [6] WARN  DotNetOpenAuth.Http - Rejecting URL http://cazzole/ because it does not contain a period in the host name..
2010-09-03 07:31:05,844 (GMT-7) [6] ERROR DotNetOpenAuth.Messaging - Protocol error: The URL 'http://cazzole/' is rated unsafe and cannot be requested this way.
   at DotNetOpenAuth.Messaging.ErrorUtilities.VerifyProtocol(Boolean condition, String message, Object[] args)
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.EnsureAllowableRequestUri(Uri requestUri, Boolean requireSsl)
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.GetResponse(HttpWebRequest request, DirectWebRequestOptions options)
   at DotNetOpenAuth.Yadis.Yadis.Request(IDirectWebRequestHandler requestHandler, Uri uri, Boolean requireSsl, String[] acceptTypes)
   at DotNetOpenAuth.Yadis.Yadis.Discover(IDirectWebRequestHandler requestHandler, UriIdentifier uri, Boolean requireSsl)
   at DotNetOpenAuth.OpenId.UriDiscoveryService.Discover(Identifier identifier, IDirectWebRequestHandler requestHandler, Boolean& abortDiscoveryChain)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.Discover(Identifier identifier)
   at DotNetOpenAuth.OpenId.RelyingParty.AuthenticationRequest.Create(Identifier userSuppliedIdentifier, OpenIdRelyingParty relyingParty, Realm realm, Uri returnToUrl, Boolean createNewAssociationsAsNeeded)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequests(Identifier userSuppliedIdentifier, Realm realm, Uri returnToUrl)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.CreateRequests(Identifier userSuppliedIdentifier, Realm realm)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingPartyControlBase.<CreateRequestsCore>d__4.MoveNext()
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdTextBox.<CreateRequestsCore>d__f.MoveNext()
   at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdLogin.LoginButton_Click(Object sender, EventArgs e)
   at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
   at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
   at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.op_sreg_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
   at System.Web.HttpApplication.ApplicationStepManager.ResumeSteps(Exception error)
   at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
   at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
   at System.Web.HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
   at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)

2010-09-03 07:31:05,844 (GMT-7) [6] ERROR DotNetOpenAuth.Yadis - Error while performing discovery on: "http://cazzole/": DotNetOpenAuth.Messaging.ProtocolException: The URL 'http://cazzole/' is rated unsafe and cannot be requested this way.
   at DotNetOpenAuth.Messaging.ErrorUtilities.VerifyProtocol(Boolean condition, String message, Object[] args) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Messaging\ErrorUtilities.cs:line 222
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.EnsureAllowableRequestUri(Uri requestUri, Boolean requireSsl) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Messaging\UntrustedWebRequestHandler.cs:line 385
   at DotNetOpenAuth.Messaging.UntrustedWebRequestHandler.GetResponse(HttpWebRequest request, DirectWebRequestOptions options) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Messaging\UntrustedWebRequestHandler.cs:line 249
   at DotNetOpenAuth.Yadis.Yadis.Request(IDirectWebRequestHandler requestHandler, Uri uri, Boolean requireSsl, String[] acceptTypes) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Yadis\Yadis.cs:line 154
   at DotNetOpenAuth.Yadis.Yadis.Discover(IDirectWebRequestHandler requestHandler, UriIdentifier uri, Boolean requireSsl) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\Yadis\Yadis.cs:line 63
   at DotNetOpenAuth.OpenId.UriDiscoveryService.Discover(Identifier identifier, IDirectWebRequestHandler requestHandler, Boolean& abortDiscoveryChain) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\OpenId\UriDiscoveryService.cs:line 51
   at DotNetOpenAuth.OpenId.RelyingParty.OpenIdRelyingParty.Discover(Identifier identifier) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\OpenId\RelyingParty\OpenIdRelyingParty.cs:line 739
   at DotNetOpenAuth.OpenId.RelyingParty.AuthenticationRequest.Create(Identifier userSuppliedIdentifier, OpenIdRelyingParty relyingParty, Realm realm, Uri returnToUrl, Boolean createNewAssociationsAsNeeded) in c:\Users\andarno\git\dotnetopenid\src\DotNetOpenAuth\OpenId\RelyingParty\AuthenticationRequest.cs:line 364
2010-09-03 07:31:05,844 (GMT-7) [6] INFO  DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://cazzole/
2010-09-03 07:31:05,844 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
2010-09-03 07:31:12,406 (GMT-7) [7] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://test-id.org/OP/Sreg.aspx
2010-09-03 07:31:12,406 (GMT-7) [7] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://test-id.org/OP/Sreg.aspx
2010-09-03 07:31:12,406 (GMT-7) [7] DEBUG DotNetOpenAuth.Controls - The OpenIdBox control checked for an authentication response and found: nothing
2010-09-03 07:31:29,453 (GMT-7) [6] DEBUG DotNetOpenAuth.Http - HTTP GET http://cazzole.myopenid.com/
2010-09-03 07:31:29,641 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - X-XRDS-Location found in HTTP header.  Preparing to pull XRDS from http://cazzole.myopenid.com/?xrds=1
2010-09-03 07:31:29,656 (GMT-7) [6] DEBUG DotNetOpenAuth.Http - HTTP GET http://cazzole.myopenid.com/?xrds=1
2010-09-03 07:31:29,812 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 3
2010-09-03 07:31:29,812 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - [{
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 2.0
	Service Type URIs:
		http://specs.openid.net/auth/2.0/signon
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
}, {
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 1.1
	Service Type URIs:
		http://openid.net/signon/1.1
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
}, {
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 1.0
	Service Type URIs:
		http://openid.net/signon/1.0
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
},]
2010-09-03 07:31:29,828 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
2010-09-03 07:31:29,828 (GMT-7) [6] INFO  DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://cazzole.myopenid.com/
2010-09-03 07:31:29,828 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
2010-09-03 07:31:29,828 (GMT-7) [6] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://cazzole.myopenid.com/
2010-09-03 07:31:30,141 (GMT-7) [6] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send AssociateDiffieHellmanRequest (2.0) message.
2010-09-03 07:31:30,187 (GMT-7) [6] INFO  DotNetOpenAuth.Messaging.Channel - Prepared outgoing AssociateDiffieHellmanRequest (2.0) message for http://www.myopenid.com/server: 
	openid.dh_modulus: ANz5OguIOXLsDhmYmsWizjEOHTdxfo2Vcbt2I3MYZuYe91ouJ4mLBX+YkcLiemOcPym2CBRYHNOyyjmG0mg3BVd9RcLn5S3IHHoXGHblzqdLFEi/368Ygo79JRnxTkXjgmY0rxlJ5bU1zIKaSDuKdiI+XUkKJX8Fvf8W8vsixYOr
	openid.dh_gen: Ag==
	openid.dh_consumer_public: DQY+8qJdgCW5fTqzqXTIpou8IQZ9Mw/0Ea0F92oNxbkq7IikBsZE+KJ7AoqR32CGoglydc0hXXSkPxt0yGUOkbJQbpQix/nIKytN0A8Wvut1tX2tTnDrwG3bKt4lQ02XR5hzh1jCjyq1wp7Fz9j7hiiNen/gg/rm6skfOnEEpt4=
	openid.assoc_type: HMAC-SHA256
	openid.session_type: DH-SHA256
	openid.mode: associate
	openid.ns: http://specs.openid.net/auth/2.0

2010-09-03 07:31:30,203 (GMT-7) [6] DEBUG DotNetOpenAuth.Messaging.Channel - Sending AssociateDiffieHellmanRequest request.
2010-09-03 07:31:30,328 (GMT-7) [6] DEBUG DotNetOpenAuth.Http - HTTP POST http://www.myopenid.com/server
2010-09-03 07:31:30,797 (GMT-7) [6] DEBUG DotNetOpenAuth.Messaging.Channel - Received AssociateDiffieHellmanResponse response.
2010-09-03 07:31:30,797 (GMT-7) [6] INFO  DotNetOpenAuth.Messaging.Channel - Processing incoming AssociateDiffieHellmanResponse (2.0) message:
	dh_server_public: AND8oMr3BGWtPfFMqxbhSlMIkplwjosaNNaZNhSKIALVjtiLg5in0e+LepuPRpDBnrItnJlMzQF917dbjHJhPlqFgZ7ydn351yTO5ZyvRKAbxeNCDha8sKR0gcbxSOvlAT28DGY35cQNrcsxNrLrknvoVJGJQqOuzJxFnwAWhN7Y
	enc_mac_key: N2K/VHtvjx9wxuJwyQyHx6c63snlFllJYO12+aLMdRE=
	assoc_handle: {HMAC-SHA256}{4c8106c2}{uUOXRA==}
	assoc_type: HMAC-SHA256
	session_type: DH-SHA256
	expires_in: 1209600
	ns: http://specs.openid.net/auth/2.0

2010-09-03 07:31:30,797 (GMT-7) [6] DEBUG DotNetOpenAuth.Messaging.Channel - After binding element processing, the received AssociateDiffieHellmanResponse (2.0) message is: 
	dh_server_public: AND8oMr3BGWtPfFMqxbhSlMIkplwjosaNNaZNhSKIALVjtiLg5in0e+LepuPRpDBnrItnJlMzQF917dbjHJhPlqFgZ7ydn351yTO5ZyvRKAbxeNCDha8sKR0gcbxSOvlAT28DGY35cQNrcsxNrLrknvoVJGJQqOuzJxFnwAWhN7Y
	enc_mac_key: N2K/VHtvjx9wxuJwyQyHx6c63snlFllJYO12+aLMdRE=
	assoc_handle: {HMAC-SHA256}{4c8106c2}{uUOXRA==}
	assoc_type: HMAC-SHA256
	session_type: DH-SHA256
	expires_in: 1209600
	ns: http://specs.openid.net/auth/2.0

2010-09-03 07:31:30,891 (GMT-7) [6] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
2010-09-03 07:31:30,906 (GMT-7) [6] INFO  DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://www.myopenid.com/server: 
	openid.claimed_id: http://cazzole.myopenid.com/
	openid.identity: http://cazzole.myopenid.com/
	openid.assoc_handle: {HMAC-SHA256}{4c8106c2}{uUOXRA==}
	openid.return_to: http://test-id.org/OP/Sreg.aspx?dnoa.receiver=ctl00_ctl00_Body_TestBody_OpenIdBox&dnoa.UsePersistentCookie=Session&dnoa.userSuppliedIdentifier=http%3A%2F%2Fcazzole.myopenid.com%2F
	openid.realm: http://test-id.org/
	openid.mode: checkid_setup
	openid.ns: http://specs.openid.net/auth/2.0
	openid.ns.sreg: http://openid.net/extensions/sreg/1.1
	openid.sreg.policy_url: http://test-id.org/OP/PrivacyPolicy.aspx
	openid.sreg.required: 
	openid.sreg.optional: nickname,email,fullname,dob,gender,postcode,country,language,timezone

2010-09-03 07:31:30,906 (GMT-7) [6] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
2010-09-03 07:31:30,906 (GMT-7) [6] DEBUG DotNetOpenAuth.Http - Redirecting to http://www.myopenid.com/server?openid.claimed_id=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.identity=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.assoc_handle=%7BHMAC-SHA256%7D%7B4c8106c2%7D%7BuUOXRA%3D%3D%7D&openid.return_to=http%3A%2F%2Ftest-id.org%2FOP%2FSreg.aspx%3Fdnoa.receiver%3Dctl00_ctl00_Body_TestBody_OpenIdBox%26dnoa.UsePersistentCookie%3DSession%26dnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Fcazzole.myopenid.com%252F&openid.realm=http%3A%2F%2Ftest-id.org%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fextensions%2Fsreg%2F1.1&openid.sreg.policy_url=http%3A%2F%2Ftest-id.org%2FOP%2FPrivacyPolicy.aspx&openid.sreg.required=&openid.sreg.optional=nickname%2Cemail%2Cfullname%2Cdob%2Cgender%2Cpostcode%2Ccountry%2Clanguage%2Ctimezone
2010-09-03 07:31:48,531 (GMT-7) [6] DEBUG DotNetOpenAuth.Http - HTTP GET http://cazzole.myopenid.com/
2010-09-03 07:31:48,672 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - X-XRDS-Location found in HTTP header.  Preparing to pull XRDS from http://cazzole.myopenid.com/?xrds=1
2010-09-03 07:31:48,687 (GMT-7) [6] DEBUG DotNetOpenAuth.Http - HTTP GET http://cazzole.myopenid.com/?xrds=1
2010-09-03 07:31:48,812 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 3
2010-09-03 07:31:48,812 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - [{
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 2.0
	Service Type URIs:
		http://specs.openid.net/auth/2.0/signon
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
}, {
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 1.1
	Service Type URIs:
		http://openid.net/signon/1.1
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
}, {
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 1.0
	Service Type URIs:
		http://openid.net/signon/1.0
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
},]
2010-09-03 07:31:48,812 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
2010-09-03 07:31:48,812 (GMT-7) [6] INFO  DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://cazzole.myopenid.com/
2010-09-03 07:31:48,812 (GMT-7) [6] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
2010-09-03 07:31:48,812 (GMT-7) [6] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://cazzole.myopenid.com/
2010-09-03 07:31:48,812 (GMT-7) [6] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
2010-09-03 07:31:48,812 (GMT-7) [6] INFO  DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://www.myopenid.com/server: 
	openid.claimed_id: http://cazzole.myopenid.com/
	openid.identity: http://cazzole.myopenid.com/
	openid.assoc_handle: {HMAC-SHA256}{4c8106c2}{uUOXRA==}
	openid.return_to: http://test-id.org/OP/Sreg.aspx?dnoa.receiver=ctl00_ctl00_Body_TestBody_OpenIdBox&dnoa.UsePersistentCookie=Session&dnoa.userSuppliedIdentifier=http%3A%2F%2Fcazzole.myopenid.com%2F
	openid.realm: http://test-id.org/
	openid.mode: checkid_setup
	openid.ns: http://specs.openid.net/auth/2.0
	openid.ns.sreg: http://openid.net/extensions/sreg/1.1
	openid.sreg.policy_url: http://test-id.org/OP/PrivacyPolicy.aspx
	openid.sreg.required: 
	openid.sreg.optional: nickname,email,fullname,dob,gender,postcode,country,language,timezone

2010-09-03 07:31:48,812 (GMT-7) [6] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
2010-09-03 07:31:48,812 (GMT-7) [6] DEBUG DotNetOpenAuth.Http - Redirecting to http://www.myopenid.com/server?openid.claimed_id=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.identity=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.assoc_handle=%7BHMAC-SHA256%7D%7B4c8106c2%7D%7BuUOXRA%3D%3D%7D&openid.return_to=http%3A%2F%2Ftest-id.org%2FOP%2FSreg.aspx%3Fdnoa.receiver%3Dctl00_ctl00_Body_TestBody_OpenIdBox%26dnoa.UsePersistentCookie%3DSession%26dnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Fcazzole.myopenid.com%252F&openid.realm=http%3A%2F%2Ftest-id.org%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.ns.sreg=http%3A%2F%2Fopenid.net%2Fextensions%2Fsreg%2F1.1&openid.sreg.policy_url=http%3A%2F%2Ftest-id.org%2FOP%2FPrivacyPolicy.aspx&openid.sreg.required=&openid.sreg.optional=nickname%2Cemail%2Cfullname%2Cdob%2Cgender%2Cpostcode%2Ccountry%2Clanguage%2Ctimezone
2010-09-03 07:32:04,250 (GMT-7) [5] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://test-id.org/OP/Sreg.aspx?dnoa.receiver=ctl00_ctl00_Body_TestBody_OpenIdBox&dnoa.UsePersistentCookie=Session&dnoa.userSuppliedIdentifier=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.mode=cancel&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0
2010-09-03 07:32:04,250 (GMT-7) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://test-id.org/OP/Sreg.aspx?dnoa.receiver=ctl00_ctl00_Body_TestBody_OpenIdBox&dnoa.UsePersistentCookie=Session&dnoa.userSuppliedIdentifier=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.mode=cancel&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0
2010-09-03 07:32:04,250 (GMT-7) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming request received: NegativeAssertionResponse
2010-09-03 07:32:04,250 (GMT-7) [5] INFO  DotNetOpenAuth.Messaging.Channel - Processing incoming NegativeAssertionResponse (2.0) message:
	openid.mode: cancel
	openid.ns: http://specs.openid.net/auth/2.0
	dnoa.receiver: ctl00_ctl00_Body_TestBody_OpenIdBox
	dnoa.UsePersistentCookie: Session
	dnoa.userSuppliedIdentifier: http://cazzole.myopenid.com/

2010-09-03 07:32:04,250 (GMT-7) [5] DEBUG DotNetOpenAuth.Messaging.Channel - After binding element processing, the received NegativeAssertionResponse (2.0) message is: 
	openid.mode: cancel
	openid.ns: http://specs.openid.net/auth/2.0
	dnoa.receiver: ctl00_ctl00_Body_TestBody_OpenIdBox
	dnoa.UsePersistentCookie: Session
	dnoa.userSuppliedIdentifier: http://cazzole.myopenid.com/

2010-09-03 07:32:04,266 (GMT-7) [5] DEBUG DotNetOpenAuth.Controls - The OpenIdBox control checked for an authentication response and found: Canceled
2010-09-03 07:32:15,328 (GMT-7) [5] DEBUG DotNetOpenAuth.Http - HTTP GET http://cazzole.myopenid.com/
2010-09-03 07:32:15,469 (GMT-7) [5] DEBUG DotNetOpenAuth.Yadis - X-XRDS-Location found in HTTP header.  Preparing to pull XRDS from http://cazzole.myopenid.com/?xrds=1
2010-09-03 07:32:15,469 (GMT-7) [5] DEBUG DotNetOpenAuth.Http - HTTP GET http://cazzole.myopenid.com/?xrds=1
2010-09-03 07:32:15,594 (GMT-7) [5] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 3
2010-09-03 07:32:15,594 (GMT-7) [5] DEBUG DotNetOpenAuth.Yadis - [{
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 2.0
	Service Type URIs:
		http://specs.openid.net/auth/2.0/signon
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
}, {
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 1.1
	Service Type URIs:
		http://openid.net/signon/1.1
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
}, {
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 1.0
	Service Type URIs:
		http://openid.net/signon/1.0
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
},]
2010-09-03 07:32:15,594 (GMT-7) [5] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
2010-09-03 07:32:15,594 (GMT-7) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send AssociateUnencryptedRequestNoCheck (2.0) message.
2010-09-03 07:32:15,594 (GMT-7) [5] INFO  DotNetOpenAuth.Messaging.Channel - Prepared outgoing AssociateUnencryptedRequestNoCheck (2.0) message for http://www.myopenid.com/server: 
	openid.assoc_type: HMAC-SHA1
	openid.session_type: no-encryption
	openid.mode: associate
	openid.ns: http://specs.openid.net/auth/2.0

2010-09-03 07:32:15,594 (GMT-7) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Sending AssociateUnencryptedRequestNoCheck request.
2010-09-03 07:32:15,672 (GMT-7) [5] DEBUG DotNetOpenAuth.Http - HTTP POST http://www.myopenid.com/server
2010-09-03 07:32:15,781 (GMT-7) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Received AssociateUnencryptedResponse response.
2010-09-03 07:32:15,781 (GMT-7) [5] INFO  DotNetOpenAuth.Messaging.Channel - Processing incoming AssociateUnencryptedResponse (2.0) message:
	mac_key: h1OBUMRWLVV6ybCoc0Egna01C0I=
	assoc_handle: {HMAC-SHA1}{4c8106ef}{rSdsGg==}
	assoc_type: HMAC-SHA1
	session_type: no-encryption
	expires_in: 1209600
	ns: http://specs.openid.net/auth/2.0

2010-09-03 07:32:15,781 (GMT-7) [5] DEBUG DotNetOpenAuth.Messaging.Channel - After binding element processing, the received AssociateUnencryptedResponse (2.0) message is: 
	mac_key: h1OBUMRWLVV6ybCoc0Egna01C0I=
	assoc_handle: {HMAC-SHA1}{4c8106ef}{rSdsGg==}
	assoc_type: HMAC-SHA1
	session_type: no-encryption
	expires_in: 1209600
	ns: http://specs.openid.net/auth/2.0

2010-09-03 07:32:28,078 (GMT-7) [5] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://test-id.org/OP/ResponseNonce.aspx
2010-09-03 07:32:28,078 (GMT-7) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://test-id.org/OP/ResponseNonce.aspx
2010-09-03 07:32:30,312 (GMT-7) [1] DEBUG DotNetOpenAuth.Http - HTTP GET http://cazzole.myopenid.com/
2010-09-03 07:32:30,469 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - X-XRDS-Location found in HTTP header.  Preparing to pull XRDS from http://cazzole.myopenid.com/?xrds=1
2010-09-03 07:32:30,469 (GMT-7) [1] DEBUG DotNetOpenAuth.Http - HTTP GET http://cazzole.myopenid.com/?xrds=1
2010-09-03 07:32:30,594 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 3
2010-09-03 07:32:30,594 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - [{
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 2.0
	Service Type URIs:
		http://specs.openid.net/auth/2.0/signon
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
}, {
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 1.1
	Service Type URIs:
		http://openid.net/signon/1.1
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
}, {
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 1.0
	Service Type URIs:
		http://openid.net/signon/1.0
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
},]
2010-09-03 07:32:30,594 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
2010-09-03 07:32:30,594 (GMT-7) [1] INFO  DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: http://cazzole.myopenid.com/
2010-09-03 07:32:30,594 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - Some endpoints were filtered out.  Total endpoints remaining: 1
2010-09-03 07:32:30,594 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - After filtering and sorting service endpoints, this is the new prioritized list:
2010-09-03 07:32:30,594 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - [{
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 2.0
	Service Type URIs:
		http://specs.openid.net/auth/2.0/signon
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
},]
2010-09-03 07:32:30,594 (GMT-7) [1] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: http://cazzole.myopenid.com/
2010-09-03 07:32:30,594 (GMT-7) [1] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
2010-09-03 07:32:30,594 (GMT-7) [1] INFO  DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for http://www.myopenid.com/server: 
	openid.claimed_id: http://cazzole.myopenid.com/
	openid.identity: http://cazzole.myopenid.com/
	openid.assoc_handle: {HMAC-SHA256}{4c8106c2}{uUOXRA==}
	openid.return_to: http://test-id.org/OP/ResponseNonce.aspx?opEndpoint=http%3A%2F%2Fwww.myopenid.com%2Fserver&opVersion=2.0&dnoa.userSuppliedIdentifier=http%3A%2F%2Fcazzole.myopenid.com%2F&dnoa.return_to_sig_handle=%7B634191211505942360%7D%7BmyAs4A%3D%3D%7D&dnoa.return_to_sig=fhyT3MehYgoltIOMmgL6b0X5K5UdLUn2SFcyKWhS7E0LbNSu4LnEwDdsG%2B9s%2FScE0bAPCSjjN5NByfTPOp2VIA%3D%3D
	openid.realm: http://test-id.org/
	openid.mode: checkid_setup
	openid.ns: http://specs.openid.net/auth/2.0

2010-09-03 07:32:30,594 (GMT-7) [1] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
2010-09-03 07:32:30,594 (GMT-7) [1] DEBUG DotNetOpenAuth.Http - Redirecting to http://www.myopenid.com/server?openid.claimed_id=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.identity=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.assoc_handle=%7BHMAC-SHA256%7D%7B4c8106c2%7D%7BuUOXRA%3D%3D%7D&openid.return_to=http%3A%2F%2Ftest-id.org%2FOP%2FResponseNonce.aspx%3FopEndpoint%3Dhttp%253A%252F%252Fwww.myopenid.com%252Fserver%26opVersion%3D2.0%26dnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Fcazzole.myopenid.com%252F%26dnoa.return_to_sig_handle%3D%257B634191211505942360%257D%257BmyAs4A%253D%253D%257D%26dnoa.return_to_sig%3DfhyT3MehYgoltIOMmgL6b0X5K5UdLUn2SFcyKWhS7E0LbNSu4LnEwDdsG%252B9s%252FScE0bAPCSjjN5NByfTPOp2VIA%253D%253D&openid.realm=http%3A%2F%2Ftest-id.org%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0
2010-09-03 07:32:35,906 (GMT-7) [1] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://test-id.org/OP/ResponseNonce.aspx?opEndpoint=http%3A%2F%2Fwww.myopenid.com%2Fserver&opVersion=2.0&dnoa.userSuppliedIdentifier=http%3A%2F%2Fcazzole.myopenid.com%2F&dnoa.return_to_sig_handle=%7B634191211505942360%7D%7BmyAs4A%3D%3D%7D&dnoa.return_to_sig=fhyT3MehYgoltIOMmgL6b0X5K5UdLUn2SFcyKWhS7E0LbNSu4LnEwDdsG%2B9s%2FScE0bAPCSjjN5NByfTPOp2VIA%3D%3D&openid.assoc_handle=%7BHMAC-SHA256%7D%7B4c8106c2%7D%7BuUOXRA%3D%3D%7D&openid.claimed_id=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.identity=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.mode=id_res&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.op_endpoint=http%3A%2F%2Fwww.myopenid.com%2Fserver&openid.response_nonce=2010-09-03T14%3A32%3A35Z3Oe5V7&openid.return_to=http%3A%2F%2Ftest-id.org%2FOP%2FResponseNonce.aspx%3FopEndpoint%3Dhttp%253A%252F%252Fwww.myopenid.com%252Fserver%26opVersion%3D2.0%26dnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Fcazzole.myopenid.com%252F%26dnoa.return_to_sig_handle%3D%257B634191211505942360%257D%257BmyAs4A%253D%253D%257D%26dnoa.return_to_sig%3DfhyT3MehYgoltIOMmgL6b0X5K5UdLUn2SFcyKWhS7E0LbNSu4LnEwDdsG%252B9s%252FScE0bAPCSjjN5NByfTPOp2VIA%253D%253D&openid.sig=2ghHLYeq%2BUF%2F0JU9NzgFWWUqanJVC386me4QtwhXxN0%3D&openid.signed=assoc_handle%2Cclaimed_id%2Cidentity%2Cmode%2Cns%2Cop_endpoint%2Cresponse_nonce%2Creturn_to%2Csigned
2010-09-03 07:32:35,906 (GMT-7) [1] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://test-id.org/OP/ResponseNonce.aspx?opEndpoint=http%3A%2F%2Fwww.myopenid.com%2Fserver&opVersion=2.0&dnoa.userSuppliedIdentifier=http%3A%2F%2Fcazzole.myopenid.com%2F&dnoa.return_to_sig_handle=%7B634191211505942360%7D%7BmyAs4A%3D%3D%7D&dnoa.return_to_sig=fhyT3MehYgoltIOMmgL6b0X5K5UdLUn2SFcyKWhS7E0LbNSu4LnEwDdsG%2B9s%2FScE0bAPCSjjN5NByfTPOp2VIA%3D%3D&openid.assoc_handle=%7BHMAC-SHA256%7D%7B4c8106c2%7D%7BuUOXRA%3D%3D%7D&openid.claimed_id=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.identity=http%3A%2F%2Fcazzole.myopenid.com%2F&openid.mode=id_res&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0&openid.op_endpoint=http%3A%2F%2Fwww.myopenid.com%2Fserver&openid.response_nonce=2010-09-03T14%3A32%3A35Z3Oe5V7&openid.return_to=http%3A%2F%2Ftest-id.org%2FOP%2FResponseNonce.aspx%3FopEndpoint%3Dhttp%253A%252F%252Fwww.myopenid.com%252Fserver%26opVersion%3D2.0%26dnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Fcazzole.myopenid.com%252F%26dnoa.return_to_sig_handle%3D%257B634191211505942360%257D%257BmyAs4A%253D%253D%257D%26dnoa.return_to_sig%3DfhyT3MehYgoltIOMmgL6b0X5K5UdLUn2SFcyKWhS7E0LbNSu4LnEwDdsG%252B9s%252FScE0bAPCSjjN5NByfTPOp2VIA%253D%253D&openid.sig=2ghHLYeq%2BUF%2F0JU9NzgFWWUqanJVC386me4QtwhXxN0%3D&openid.signed=assoc_handle%2Cclaimed_id%2Cidentity%2Cmode%2Cns%2Cop_endpoint%2Cresponse_nonce%2Creturn_to%2Csigned
2010-09-03 07:32:35,906 (GMT-7) [1] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming request received: PositiveAssertionResponse
2010-09-03 07:32:35,906 (GMT-7) [1] INFO  DotNetOpenAuth.Messaging.Channel - Processing incoming PositiveAssertionResponse (2.0) message:
	openid.claimed_id: http://cazzole.myopenid.com/
	openid.identity: http://cazzole.myopenid.com/
	openid.sig: 2ghHLYeq+UF/0JU9NzgFWWUqanJVC386me4QtwhXxN0=
	openid.signed: assoc_handle,claimed_id,identity,mode,ns,op_endpoint,response_nonce,return_to,signed
	openid.assoc_handle: {HMAC-SHA256}{4c8106c2}{uUOXRA==}
	openid.op_endpoint: http://www.myopenid.com/server
	openid.return_to: http://test-id.org/OP/ResponseNonce.aspx?opEndpoint=http%3A%2F%2Fwww.myopenid.com%2Fserver&opVersion=2.0&dnoa.userSuppliedIdentifier=http%3A%2F%2Fcazzole.myopenid.com%2F&dnoa.return_to_sig_handle=%7B634191211505942360%7D%7BmyAs4A%3D%3D%7D&dnoa.return_to_sig=fhyT3MehYgoltIOMmgL6b0X5K5UdLUn2SFcyKWhS7E0LbNSu4LnEwDdsG%2B9s%2FScE0bAPCSjjN5NByfTPOp2VIA%3D%3D
	openid.response_nonce: 2010-09-03T14:32:35Z3Oe5V7
	openid.mode: id_res
	openid.ns: http://specs.openid.net/auth/2.0
	opEndpoint: http://www.myopenid.com/server
	opVersion: 2.0
	dnoa.userSuppliedIdentifier: http://cazzole.myopenid.com/
	dnoa.return_to_sig_handle: {634191211505942360}{myAs4A==}
	dnoa.return_to_sig: fhyT3MehYgoltIOMmgL6b0X5K5UdLUn2SFcyKWhS7E0LbNSu4LnEwDdsG+9s/ScE0bAPCSjjN5NByfTPOp2VIA==

2010-09-03 07:32:35,937 (GMT-7) [1] DEBUG DotNetOpenAuth.Messaging.Channel - After binding element processing, the received PositiveAssertionResponse (2.0) message is: 
	openid.claimed_id: http://cazzole.myopenid.com/
	openid.identity: http://cazzole.myopenid.com/
	openid.sig: 2ghHLYeq+UF/0JU9NzgFWWUqanJVC386me4QtwhXxN0=
	openid.signed: assoc_handle,claimed_id,identity,mode,ns,op_endpoint,response_nonce,return_to,signed
	openid.assoc_handle: {HMAC-SHA256}{4c8106c2}{uUOXRA==}
	openid.op_endpoint: http://www.myopenid.com/server
	openid.return_to: http://test-id.org/OP/ResponseNonce.aspx?opEndpoint=http%3A%2F%2Fwww.myopenid.com%2Fserver&opVersion=2.0&dnoa.userSuppliedIdentifier=http%3A%2F%2Fcazzole.myopenid.com%2F&dnoa.return_to_sig_handle=%7B634191211505942360%7D%7BmyAs4A%3D%3D%7D&dnoa.return_to_sig=fhyT3MehYgoltIOMmgL6b0X5K5UdLUn2SFcyKWhS7E0LbNSu4LnEwDdsG%2B9s%2FScE0bAPCSjjN5NByfTPOp2VIA%3D%3D
	openid.response_nonce: 2010-09-03T14:32:35Z3Oe5V7
	openid.mode: id_res
	openid.ns: http://specs.openid.net/auth/2.0
	opEndpoint: http://www.myopenid.com/server
	opVersion: 2.0
	dnoa.userSuppliedIdentifier: http://cazzole.myopenid.com/
	dnoa.return_to_sig_handle: {634191211505942360}{myAs4A==}
	dnoa.return_to_sig: fhyT3MehYgoltIOMmgL6b0X5K5UdLUn2SFcyKWhS7E0LbNSu4LnEwDdsG+9s/ScE0bAPCSjjN5NByfTPOp2VIA==

2010-09-03 07:32:35,969 (GMT-7) [1] DEBUG DotNetOpenAuth.OpenId - Verifying assertion matches identifier discovery results...
2010-09-03 07:32:35,969 (GMT-7) [1] DEBUG DotNetOpenAuth.Http - HTTP GET http://cazzole.myopenid.com/
2010-09-03 07:32:36,094 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - X-XRDS-Location found in HTTP header.  Preparing to pull XRDS from http://cazzole.myopenid.com/?xrds=1
2010-09-03 07:32:36,094 (GMT-7) [1] DEBUG DotNetOpenAuth.Http - HTTP GET http://cazzole.myopenid.com/?xrds=1
2010-09-03 07:32:36,219 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 3
2010-09-03 07:32:36,219 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - [{
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 2.0
	Service Type URIs:
		http://specs.openid.net/auth/2.0/signon
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
}, {
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 1.1
	Service Type URIs:
		http://openid.net/signon/1.1
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
}, {
	ClaimedIdentifier: http://cazzole.myopenid.com/
	ProviderLocalIdentifier: http://cazzole.myopenid.com/
	ProviderEndpoint: http://www.myopenid.com/server
	OpenID version: 1.0
	Service Type URIs:
		http://openid.net/signon/1.0
		http://openid.net/sreg/1.0
		http://openid.net/extensions/sreg/1.1
		http://schemas.openid.net/pape/policies/2007/06/phishing-resistant
		http://openid.net/srv/ax/1.0
},]
2010-09-03 07:32:36,219 (GMT-7) [1] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
2010-09-03 07:32:36,219 (GMT-7) [1] INFO  DotNetOpenAuth.OpenId - Received identity assertion for http://cazzole.myopenid.com/ via http://www.myopenid.com/server.
2010-09-03 07:44:48,937 (GMT-7) [8] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://test-id.org/RP/HMACSHA256.aspx
2010-09-03 07:44:48,937 (GMT-7) [8] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://test-id.org/RP/HMACSHA256.aspx
2010-09-03 08:28:28,125 (GMT-7) [6] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://test-id.org/RP/DiscoverableReturnTo.aspx
2010-09-03 08:28:28,125 (GMT-7) [6] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://test-id.org/RP/DiscoverableReturnTo.aspx
2010-09-03 08:28:34,360 (GMT-7) [11] WARN  DotNetOpenAuth.OpenId - Raising minimum OpenID version requirement for Providers to 2.0 to protect this stateless RP from replay attacks.
2010-09-03 08:28:34,360 (GMT-7) [11] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://test-id.org/OP/ReplayProtection.aspx
2010-09-03 08:28:34,360 (GMT-7) [11] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://test-id.org/OP/ReplayProtection.aspx
2010-09-03 08:28:34,360 (GMT-7) [11] DEBUG DotNetOpenAuth.Controls - The OpenIdBox control checked for an authentication response and found: nothing
2010-09-03 08:28:39,219 (GMT-7) [5] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://test-id.org/RP/SignatureCheck20.aspx
2010-09-03 08:28:39,219 (GMT-7) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://test-id.org/RP/SignatureCheck20.aspx