I have developed a web application that uses HTML5 and Javascript and has its' own login view. I would like to use my login view to authenticate a user and allow into my application which is sitting behind Forefront UAG. How can I authenticate the user programmatically through UAG so that they only have to enter their credentials once using my application login view?
1. What are the different methodologies I could use?
2. Can I do it using HTTP headers or a cookie?
Thank you