I'm not the first one with this problem, but other topics didn't help me (see DotNetOpenAuth: Message signature was incorrect and DotNetOpenAuth - Message signature was incorrect).

When I try to authenticate on my ASP MVC application using DotNetOpenAuth and Google I got the following error: Message signature was incorrect. However, it works fine on the Visual Studio Developement server. Also, on the live server Yahoo has no problems either. So I tried to find the difference between the live server and the development server. I found the following differences in the request from the relying party to my application. On the live server 2 URL parameters are duplicated while on the dev server they are not:

dnoa.userSuppliedIdentifier https://google.com/accounts/o8/id
dnoa.userSuppliedIdentifier https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid
mobile  false
mobile  false

Parameters on the dev server:

dnoa.userSuppliedIdentifier https://www.google.com/accounts/o8/id
mobile  false

The dnoa.userSuppliedIdentifier parameter belongs to DotNetOpenAuth, the mobile parameter is my own implementation that indicates if the authentication is done via a mobile device. Strangely enough only these two parameters are duplicated, all the others (including more custom paramters) seems to be ok, except for openid_return_to. On the live server the value is https://example.com/nl/account/openidlogon?provider=google while on the dev server it is http://localhost:52790/nl/account/openidlogon?provider=google&mobile=false&dnoa.userSuppliedIdentifier=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid

So looking at these values, I think on the live server the parameters in the return_to value are used as parameters of the relying party's request to my application (or wrongly parsed or something). In order to validate this I tried Yahoo as well because this relying party works correctly. In this request the parameters look exactly the same as on the dev server (no duplicates), that's why Yahoo works fine probably. Any ideas what causes this error?

Update Feb. 16: Added log file:

2012-02-16 11:39:06,253 (GMT+1) [47] INFO  DotNetOpenAuth - DotNetOpenAuth, Version=3.4.7.11121, Culture=neutral, PublicKeyToken=2780ccd10d57b246 (official)
2012-02-16 11:39:06,535 (GMT+1) [47] WARN  DotNetOpenAuth.OpenId - Raising minimum OpenID version requirement for Providers to 2.0 to protect this stateless RP from replay attacks.
2012-02-16 11:39:06,691 (GMT+1) [47] INFO  DotNetOpenAuth - Reporting will use isolated storage with scope: Domain, Assembly, Machine
2012-02-16 11:39:06,753 (GMT+1) [47] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: https://website.com/nl/account/openidlogon?provider=google&returnurl=%2fnl%2faccount%2flogondialog%3fx-requested-with%3dxmlhttprequest
2012-02-16 11:39:06,753 (GMT+1) [47] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET https://website.com/nl/account/openidlogon?provider=google&returnurl=%2fnl%2faccount%2flogondialog%3fx-requested-with%3dxmlhttprequest
2012-02-16 11:39:06,785 (GMT+1) [47] DEBUG DotNetOpenAuth.OpenId - .NET Uri class path compression overridden.
2012-02-16 11:39:06,863 (GMT+1) [47] DEBUG DotNetOpenAuth.Http - HTTP GET https://www.google.com/accounts/o8/id
2012-02-16 11:39:06,925 (GMT+1) [47] DEBUG DotNetOpenAuth.Yadis - An XRDS response was received from GET at user-supplied identifier.
2012-02-16 11:39:07,003 (GMT+1) [47] DEBUG DotNetOpenAuth.Yadis - Total services discovered in XRDS: 1
2012-02-16 11:39:07,003 (GMT+1) [47] DEBUG DotNetOpenAuth.Yadis - [{
    ClaimedIdentifier: http://specs.openid.net/auth/2.0/identifier_select
    ProviderLocalIdentifier: http://specs.openid.net/auth/2.0/identifier_select
    ProviderEndpoint: https://www.google.com/accounts/o8/ud
    OpenID version: 2.0
    Service Type URIs:
        http://specs.openid.net/auth/2.0/server
        http://openid.net/srv/ax/1.0
        http://specs.openid.net/extensions/ui/1.0/mode/popup
        http://specs.openid.net/extensions/ui/1.0/icon
        http://specs.openid.net/extensions/pape/1.0
},]
2012-02-16 11:39:07,003 (GMT+1) [47] DEBUG DotNetOpenAuth.Yadis - Skipping HTML discovery because XRDS contained service endpoints.
2012-02-16 11:39:07,035 (GMT+1) [47] INFO  DotNetOpenAuth.Yadis - Performing discovery on user-supplied identifier: https://www.google.com/accounts/o8/id
2012-02-16 11:39:07,050 (GMT+1) [47] DEBUG DotNetOpenAuth.Yadis - Filtering and sorting of endpoints did not affect the list.
2012-02-16 11:39:07,050 (GMT+1) [47] DEBUG DotNetOpenAuth.OpenId - Creating authentication request for user supplied Identifier: https://www.google.com/accounts/o8/id
2012-02-16 11:39:07,082 (GMT+1) [47] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckIdRequest (2.0) message.
2012-02-16 11:39:07,191 (GMT+1) [47] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElement applied to message.
2012-02-16 11:39:07,191 (GMT+1) [47] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
2012-02-16 11:39:07,191 (GMT+1) [47] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
2012-02-16 11:39:07,207 (GMT+1) [47] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
2012-02-16 11:39:07,207 (GMT+1) [47] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.SigningBindingElement did not apply to message.
2012-02-16 11:39:07,207 (GMT+1) [47] INFO  DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckIdRequest (2.0) message for https://www.google.com/accounts/o8/ud: 
    openid.claimed_id: http://specs.openid.net/auth/2.0/identifier_select
    openid.identity: http://specs.openid.net/auth/2.0/identifier_select
    openid.return_to: https://website.com/nl/account/openidlogon?provider=google&mobile=false&dnoa.userSuppliedIdentifier=https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid
    openid.realm: https://website.com/
    openid.mode: checkid_setup
    openid.ns: http://specs.openid.net/auth/2.0
    openid.ns.alias3: http://openid.net/srv/ax/1.0
    openid.alias3.if_available: alias2
    openid.alias3.required: alias1
    openid.alias3.mode: fetch_request
    openid.alias3.type.alias1: http://axschema.org/contact/email
    openid.alias3.count.alias1: 1
    openid.alias3.type.alias2: http://axschema.org/namePerson/friendly
    openid.alias3.count.alias2: 1

2012-02-16 11:39:07,207 (GMT+1) [47] DEBUG DotNetOpenAuth.Messaging.Channel - Sending message: CheckIdRequest
2012-02-16 11:39:07,222 (GMT+1) [47] DEBUG DotNetOpenAuth.Http - Redirecting to https://www.google.com/accounts/o8/ud?openid.claimed_id=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.identity=http%3A%2F%2Fspecs.openid.net%2Fauth%2F2.0%2Fidentifier_select&openid.return_to=https%3A%2F%2Fwebsite.com%2Fnl%2Faccount%2Fopenidlogon%3Fprovider%3Dgoogle%26mobile%3Dfalse%26dnoa.userSuppliedIdentifier%3Dhttps%253A%252F%252Fwww.google.com%252Faccounts%252Fo8%252Fid&openid.realm=https%3A%2F%2Fwebsite.com%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.if_available=alias2&openid.alias3.required=alias1&openid.alias3.mode=fetch_request&openid.alias3.type.alias1=http%3A%2F%2Faxschema.org%2Fcontact%2Femail&openid.alias3.count.alias1=1&openid.alias3.type.alias2=http%3A%2F%2Faxschema.org%2FnamePerson%2Ffriendly&openid.alias3.count.alias2=1
2012-02-16 11:39:07,613 (GMT+1) [25] INFO  DotNetOpenAuth.Messaging.Channel - Scanning incoming request for messages: https://website.com/nl/account/openidlogon?provider=google&mobile=false&dnoa.userSuppliedIdentifier=https://google.com/accounts/o8/id&openid.ns=http://specs.openid.net/auth/2.0&openid.mode=id_res&openid.op_endpoint=https://google.com/accounts/o8/ud&openid.response_nonce=2012-02-16T10:38:41Zqya6dhbpHQDnQA&openid.return_to=https://website.com/nl/account/openidlogon?provider=google&mobile=false&dnoa.userSuppliedIdentifier=https%253A%252F%252Fwww.google.com%252Faccounts%252Fo8%252Fid&openid.assoc_handle=AMlYA9XOg-YUHDoPFKUBZockJ2uY9PkBmTJrsxuHkX9YAaLHfC1aJwZn&openid.signed=op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle,ns.ext1,ext1.mode,ext1.type.alias1,ext1.value.alias1&openid.sig=ADNdrt7Zq+wivNXeEy9UVcbnQcw=&openid.identity=https://google.com/accounts/o8/id?id=AItOawkQ3GD_08I-ESMCA-zXHIa_BeG2is36BDc&openid.claimed_id=https://google.com/accounts/o8/id?id=AItOawkQ3GD_08I-ESMCA-zXHIa_BeG2is36BDc&openid.ns.ext1=http://openid.net/srv/ax/1.0&openid.ext1.mode=fetch_response&openid.ext1.type.alias1=http://axschema.org/contact/email&openid.ext1.value.alias1=myemail@gmail.com
2012-02-16 11:39:07,613 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming HTTP request: GET https://website.com/nl/account/openidlogon?provider=google&mobile=false&dnoa.userSuppliedIdentifier=https://google.com/accounts/o8/id&openid.ns=http://specs.openid.net/auth/2.0&openid.mode=id_res&openid.op_endpoint=https://google.com/accounts/o8/ud&openid.response_nonce=2012-02-16T10:38:41Zqya6dhbpHQDnQA&openid.return_to=https://website.com/nl/account/openidlogon?provider=google&mobile=false&dnoa.userSuppliedIdentifier=https%253A%252F%252Fwww.google.com%252Faccounts%252Fo8%252Fid&openid.assoc_handle=AMlYA9XOg-YUHDoPFKUBZockJ2uY9PkBmTJrsxuHkX9YAaLHfC1aJwZn&openid.signed=op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle,ns.ext1,ext1.mode,ext1.type.alias1,ext1.value.alias1&openid.sig=ADNdrt7Zq+wivNXeEy9UVcbnQcw=&openid.identity=https://google.com/accounts/o8/id?id=AItOawkQ3GD_08I-ESMCA-zXHIa_BeG2is36BDc&openid.claimed_id=https://google.com/accounts/o8/id?id=AItOawkQ3GD_08I-ESMCA-zXHIa_BeG2is36BDc&openid.ns.ext1=http://openid.net/srv/ax/1.0&openid.ext1.mode=fetch_response&openid.ext1.type.alias1=http://axschema.org/contact/email&openid.ext1.value.alias1=myemail@gmail.com
2012-02-16 11:39:07,628 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Channel - Incoming request received: PositiveAssertionResponse
2012-02-16 11:39:07,644 (GMT+1) [25] INFO  DotNetOpenAuth.Messaging.Channel - Processing incoming PositiveAssertionResponse (2.0) message:
    openid.claimed_id: https://google.com/accounts/o8/id?id=AItOawkQ3GD_08I-ESMCA-zXHIa_BeG2is36BDc
    openid.identity: https://google.com/accounts/o8/id?id=AItOawkQ3GD_08I-ESMCA-zXHIa_BeG2is36BDc
    openid.sig: ADNdrt7Zq wivNXeEy9UVcbnQcw=
    openid.signed: op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle,ns.ext1,ext1.mode,ext1.type.alias1,ext1.value.alias1
    openid.assoc_handle: AMlYA9XOg-YUHDoPFKUBZockJ2uY9PkBmTJrsxuHkX9YAaLHfC1aJwZn
    openid.op_endpoint: https://google.com/accounts/o8/ud
    openid.return_to: https://website.com/nl/account/openidlogon?provider=google
    openid.response_nonce: 2012-02-16T10:38:41Zqya6dhbpHQDnQA
    openid.mode: id_res
    openid.ns: http://specs.openid.net/auth/2.0
    provider: google
    mobile: false,false
    dnoa.userSuppliedIdentifier: https://google.com/accounts/o8/id,https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid
    openid.ns.ext1: http://openid.net/srv/ax/1.0
    openid.ext1.mode: fetch_response
    openid.ext1.type.alias1: http://axschema.org/contact/email
    openid.ext1.value.alias1: myemail@gmail.com

2012-02-16 11:39:07,644 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
2012-02-16 11:39:07,660 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Verifying incoming PositiveAssertionResponse message signature of: ADNdrt7Zq wivNXeEy9UVcbnQcw=
2012-02-16 11:39:07,675 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Channel - Preparing to send CheckAuthenticationRequest (2.0) message.
2012-02-16 11:39:07,675 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElement did not apply to message.
2012-02-16 11:39:07,675 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
2012-02-16 11:39:07,675 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
2012-02-16 11:39:07,675 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
2012-02-16 11:39:07,675 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.SigningBindingElement did not apply to message.
2012-02-16 11:39:07,675 (GMT+1) [25] INFO  DotNetOpenAuth.Messaging.Channel - Prepared outgoing CheckAuthenticationRequest (2.0) message for https://google.com/accounts/o8/ud: 
    openid.return_to: https://website.com/nl/account/openidlogon?provider=google
    openid.mode: check_authentication
    openid.ns: http://specs.openid.net/auth/2.0
    openid.claimed_id: https://google.com/accounts/o8/id?id=AItOawkQ3GD_08I-ESMCA-zXHIa_BeG2is36BDc
    openid.identity: https://google.com/accounts/o8/id?id=AItOawkQ3GD_08I-ESMCA-zXHIa_BeG2is36BDc
    openid.sig: ADNdrt7Zq wivNXeEy9UVcbnQcw=
    openid.signed: op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle,ns.ext1,ext1.mode,ext1.type.alias1,ext1.value.alias1
    openid.assoc_handle: AMlYA9XOg-YUHDoPFKUBZockJ2uY9PkBmTJrsxuHkX9YAaLHfC1aJwZn
    openid.op_endpoint: https://google.com/accounts/o8/ud
    openid.response_nonce: 2012-02-16T10:38:41Zqya6dhbpHQDnQA
    provider: google
    mobile: false,false
    dnoa.userSuppliedIdentifier: https://google.com/accounts/o8/id,https%3A%2F%2Fwww.google.com%2Faccounts%2Fo8%2Fid
    openid.ns.ext1: http://openid.net/srv/ax/1.0
    openid.ext1.mode: fetch_response
    openid.ext1.type.alias1: http://axschema.org/contact/email
    openid.ext1.value.alias1: myemail@gmail.com

2012-02-16 11:39:07,675 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Channel - Sending CheckAuthenticationRequest request.
2012-02-16 11:39:08,066 (GMT+1) [25] DEBUG DotNetOpenAuth.Http - HTTP POST https://google.com/accounts/o8/ud
2012-02-16 11:39:08,175 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Channel - Received CheckAuthenticationResponse response.
2012-02-16 11:39:08,175 (GMT+1) [25] INFO  DotNetOpenAuth.Messaging.Channel - Processing incoming CheckAuthenticationResponse (2.0) message:
    is_valid: false
    ns: http://specs.openid.net/auth/2.0

2012-02-16 11:39:08,175 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.BackwardCompatibilityBindingElement did not apply to message.
2012-02-16 11:39:08,175 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.SigningBindingElement did not apply to message.
2012-02-16 11:39:08,175 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.Messaging.Bindings.StandardExpirationBindingElement did not apply to message.
2012-02-16 11:39:08,175 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.RelyingPartySecurityOptions did not apply to message.
2012-02-16 11:39:08,191 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Bindings - Binding element DotNetOpenAuth.OpenId.ChannelElements.ExtensionsBindingElement did not apply to message.
2012-02-16 11:39:08,191 (GMT+1) [25] DEBUG DotNetOpenAuth.Messaging.Channel - After binding element processing, the received CheckAuthenticationResponse (2.0) message is: 
    is_valid: false
    ns: http://specs.openid.net/auth/2.0

2012-02-16 11:39:08,191 (GMT+1) [25] ERROR DotNetOpenAuth.Messaging.Bindings - Provider reports signature verification failed.
link|improve this question

73% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.