Hi,
I am developing a MySpace Open ID application for one of our clients. I am using .Net Open ID SDK. My Application works good at my work place but when moved to client environment the validation is getting failed for some reasons.
Issue: The Application redirects to the Login page and once authenticated, it is redirected to the confirmation page for linking my MySpace Application to User space. On Click of continue, it returns Oauth Failed response.
It may because of the Realms and Call back validation that i use for the client machines. Here is the snapshot of the Realms i use at my development space and at client place
My Work place (Working)
Site URL: http://MadrPremKumar/myspaceupdate.aspx
Realm: http://MadrPremKumar ( 'MadrPremKumar' is my machine name )
Validation URL: http://MadrPremKumar
At Client Place (Not Working)
Site URL: http://developer.Madr.com/gop/myspaceupdate.aspx
Realm: http://developer.Madr.Com/gop/
Validation URL: http://developer.Madr,Com/gop/
It may be because of the sub domains ? Please advice and suggest appropriate Realms.
Note: The above links are not yet opened to Internet. So it can't be accessed outside.