Advertisement
Guest User

DotNetOpenAuth OpenID provider log

a guest
Apr 3rd, 2012
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. 2012-04-03 15:51:45,930 (GMT+1) [5] INFO DotNetOpenAuth - DotNetOpenAuth, Version=4.0.0.0, Culture=neutral, PublicKeyToken=2780ccd10d57b246 (official)
  2. 2012-04-03 15:51:46,023 (GMT+1) [5] INFO DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: http://login.puffin.mediaburst.co.uk/OpenId/Provider?openid.claimed_id=http%3A%2F%2Flogin.puffin.mediaburst.co.uk%2Fuser%2Fbob&openid.identity=http%3A%2F%2Flogin.puffin.mediaburst.co.uk%2Fuser%2Fbob&openid.assoc_handle=k7tP%21IAAAAEbnMmQTnIdI9q3bnM3FATUiV0JMzYWpESHR1vCKph9eMQAAAAGr_iUFvLAVgeBptkN2yh57ul2JwL9bfJAJS2dV0C21zDKbGXnkdCQwfMMSHbtMLtw&openid.return_to=http%3A%2F%2Ftestlogin.puffin.mediaburst.co.uk%2FUser%2FAuthenticate%3FReturnUrl%3DIndex%26dnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flogin.puffin.mediaburst.co.uk%252Fuser%252Fbob&openid.realm=http%3A%2F%2Ftestlogin.puffin.mediaburst.co.uk%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0
  3. 2012-04-03 15:51:46,039 (GMT+1) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET http://login.puffin.mediaburst.co.uk/OpenId/Provider?openid.claimed_id=http%3A%2F%2Flogin.puffin.mediaburst.co.uk%2Fuser%2Fbob&openid.identity=http%3A%2F%2Flogin.puffin.mediaburst.co.uk%2Fuser%2Fbob&openid.assoc_handle=k7tP%21IAAAAEbnMmQTnIdI9q3bnM3FATUiV0JMzYWpESHR1vCKph9eMQAAAAGr_iUFvLAVgeBptkN2yh57ul2JwL9bfJAJS2dV0C21zDKbGXnkdCQwfMMSHbtMLtw&openid.return_to=http%3A%2F%2Ftestlogin.puffin.mediaburst.co.uk%2FUser%2FAuthenticate%3FReturnUrl%3DIndex%26dnoa.userSuppliedIdentifier%3Dhttp%253A%252F%252Flogin.puffin.mediaburst.co.uk%252Fuser%252Fbob&openid.realm=http%3A%2F%2Ftestlogin.puffin.mediaburst.co.uk%2F&openid.mode=checkid_setup&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0
  4. 2012-04-03 15:51:46,133 (GMT+1) [5] ERROR DotNetOpenAuth.OpenId - An exception was generated while processing an incoming OpenID request.
  5. DotNetOpenAuth.Messaging.ProtocolException: Error while reading message 'DotNetOpenAuth.OpenId.Messages.CheckIdRequest' parameter 'openid.claimed_id' with value 'http://login.puffin.mediaburst.co.uk/user/bob'. ---> System.InvalidCastException: Invalid cast from 'System.String' to 'DotNetOpenAuth.OpenId.Identifier'.
  6. at System.Convert.DefaultToType(IConvertible value, Type targetType, IFormatProvider provider)
  7. at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
  8. at DotNetOpenAuth.Messaging.Reflection.MessagePart.SetValue(IMessage message, String value) in c:\BuildAgent\work\6fe1ab573d75f9ba\src\DotNetOpenAuth.Core\Messaging\Reflection\MessagePart.cs:line 259
  9. --- End of inner exception stack trace ---
  10. at DotNetOpenAuth.Messaging.Reflection.MessagePart.SetValue(IMessage message, String value) in c:\BuildAgent\work\6fe1ab573d75f9ba\src\DotNetOpenAuth.Core\Messaging\Reflection\MessagePart.cs:line 262
  11. at DotNetOpenAuth.Messaging.Reflection.MessageDictionary.set_Item(String key, String value) in c:\BuildAgent\work\6fe1ab573d75f9ba\src\DotNetOpenAuth.Core\Messaging\Reflection\MessageDictionary.cs:line 186
  12. at DotNetOpenAuth.Messaging.MessageSerializer.Deserialize(IDictionary`2 fields, MessageDictionary messageDictionary) in c:\BuildAgent\work\6fe1ab573d75f9ba\src\DotNetOpenAuth.Core\Messaging\MessageSerializer.cs:line 191
  13. at DotNetOpenAuth.Messaging.Channel.Receive(Dictionary`2 fields, MessageReceivingEndpoint recipient) in c:\BuildAgent\work\6fe1ab573d75f9ba\src\DotNetOpenAuth.Core\Messaging\Channel.cs:line 805
  14. at DotNetOpenAuth.Messaging.Channel.ReadFromRequestCore(HttpRequestBase request) in c:\BuildAgent\work\6fe1ab573d75f9ba\src\DotNetOpenAuth.Core\Messaging\Channel.cs:line 777
  15. at DotNetOpenAuth.Messaging.Channel.ReadFromRequest(HttpRequestBase httpRequest) in c:\BuildAgent\work\6fe1ab573d75f9ba\src\DotNetOpenAuth.Core\Messaging\Channel.cs:line 475
  16. at DotNetOpenAuth.OpenId.Provider.OpenIdProvider.GetRequest(HttpRequestBase httpRequestInfo) in c:\BuildAgent\work\6fe1ab573d75f9ba\src\DotNetOpenAuth.OpenId.Provider\OpenId\Provider\OpenIdProvider.cs:line 264
  17. 2012-04-03 15:51:46,164 (GMT+1) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send IndirectErrorResponse (2.0) message.
  18. 2012-04-03 15:51:46,195 (GMT+1) [5] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElement applied to message.
  19. 2012-04-03 15:51:46,195 (GMT+1) [5] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardReplayProtectionBindingElement did not apply to message.
  20. 2012-04-03 15:51:46,195 (GMT+1) [5] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
  21. 2012-04-03 15:51:46,195 (GMT+1) [5] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ProviderSigningBindingElement did not apply to message.
  22. 2012-04-03 15:51:46,195 (GMT+1) [5] INFO DotNetOpenAuth.Messaging.Channel - Prepared outgoing IndirectErrorResponse (2.0) message for http://testlogin.puffin.mediaburst.co.uk/User/Authenticate?ReturnUrl=Index&dnoa.userSuppliedIdentifier=http%3A%2F%2Flogin.puffin.mediaburst.co.uk%2Fuser%2Fbob:
  23. openid.error: Error while reading message 'DotNetOpenAuth.OpenId.Messages.CheckIdRequest' parameter 'openid.claimed_id' with value 'http://login.puffin.mediaburst.co.uk/user/bob'. Invalid cast from 'System.String' to 'DotNetOpenAuth.OpenId.Identifier'.
  24. openid.mode: error
  25. openid.ns: http://specs.openid.net/auth/2.0
  26.  
  27. 2012-04-03 15:51:46,211 (GMT+1) [5] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: IndirectErrorResponse
  28. 2012-04-03 15:51:46,226 (GMT+1) [5] DEBUG DotNetOpenAuth.Http - Redirecting to http://testlogin.puffin.mediaburst.co.uk/User/Authenticate?ReturnUrl=Index&dnoa.userSuppliedIdentifier=http%3A%2F%2Flogin.puffin.mediaburst.co.uk%2Fuser%2Fbob&openid.error=Error%20while%20reading%20message%20%27DotNetOpenAuth.OpenId.Messages.CheckIdRequest%27%20parameter%20%27openid.claimed_id%27%20with%20value%20%27http%3A%2F%2Flogin.puffin.mediaburst.co.uk%2Fuser%2Fbob%27.%20%20Invalid%20cast%20from%20%27System.String%27%20to%20%27DotNetOpenAuth.OpenId.Identifier%27.&openid.mode=error&openid.ns=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement