The issue is that you are using the same database for multiple instances. For OpenId, a redirect_url is required and Umbraco handles this by registering the redirect_url of the first request is receives in the database. When you use that database from another URL, you will get the error you described.