Currently, I am in the process of developing a Windows Phone 7 application and exploring claim-based authentication for the first time. To assist me with this, I have been referring to the following link which explains how to implement claim-based authentication in WP7 when interacting with claim-based sites:
Within the above link, I have utilized the authServiceUri URI as and inputted the required username and password. However, I encountered an error message stating "javascript required to sign in. your browser does not support javascript or scripts are blocked". Could someone please advise on how to resolve this issue? Additionally, if I have overlooked any steps or made errors in my approach, I would greatly appreciate some guidance. Furthermore, if there are alternative methods or new concepts related to claim-based authentication that could be beneficial, I welcome any insights or suggestions.