2
Answers

Windows Identity Foundation and Single Sign-On

I have multiple web applications developed using asp.net. I tried to use single sign-on feature for these applications using Windows Identity Foundation. I have tried some articles posted but could not get proper solution. Can someone help me with any sample code or article for this purpose. I would be grateful for any proper solution. Thank you.
Answers (2)
0
Chintan Rathod

Chintan Rathod

NA 5.5k 1.9m 13y
<script src="../helloworld.js">
</script>

Now, whenever the page is loaded, the browser also puts the script
"helloworld.js" in the page. Note that you do not see the script in
your source code, you just see the include tag.

By including the above reference, your browser will now download
the code stored inside "helloworld.js" and run it as if it was physically
typed onto the page.