Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm experimenting with DotNetOpenAuth and I realized (at least as far as Google goes) if I registered with www.domain.com my claimed identifier is different than domain.com.

I had the impression setting the realm would fix this issue but it didnt.

For now I believe I have solved the problem using url rewriting.

Is there a better way?

share|improve this question

1 Answer

up vote 0 down vote accepted

Setting the realm so that it always includes the www. prefix or never does will in fact fix this problem. However you must also make sure that the ReturnUrl (i.e. return_to) has the same host name as the realm so you may have to apply the same modifier to that as you do to the realm.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.