summaryrefslogtreecommitdiffstats
path: root/samples/OpenIdWebRingSsoProvider/Default.aspx
diff options
context:
space:
mode:
Diffstat (limited to 'samples/OpenIdWebRingSsoProvider/Default.aspx')
-rw-r--r--samples/OpenIdWebRingSsoProvider/Default.aspx14
1 files changed, 11 insertions, 3 deletions
diff --git a/samples/OpenIdWebRingSsoProvider/Default.aspx b/samples/OpenIdWebRingSsoProvider/Default.aspx
index 5b74ffb..9bddc98 100644
--- a/samples/OpenIdWebRingSsoProvider/Default.aspx
+++ b/samples/OpenIdWebRingSsoProvider/Default.aspx
@@ -9,9 +9,17 @@
</head>
<body>
<form id="form1" runat="server">
- <div>
- Provider SSO home page.
- </div>
+ <p>
+ This sample is of an OpenID Provider that acts within a controlled set of web
+ sites (perhaps all belonging to the same organization).&nbsp; It authenticates
+ the user in its own way (Windows Auth, username/password, InfoCard, X.509,
+ anything), and then sends an automatically OpenID assertion to a limited set of
+ whitelisted RPs without prompting the user.
+ </p>
+ <p>
+ This particular sample uses Windows Authentication so that when the user visits
+ an RP and the RP sends the user to this OP for authentication, the process is
+ completely implicit -- the user never sees the OP.</p>
</form>
</body>
</html>