SEC-1431: Modify OpenID sample to use a custom UserDetailsService which allows any user to authenticate, allocating them a standard role and "registers" their ID in a map, allowing it to be retrieved in subsequent logins.

This commit is contained in:
Luke Taylor
2010-04-15 23:21:09 +01:00
parent f5468087c2
commit ee1fd1bc50
11 changed files with 198 additions and 43 deletions

View File

@@ -30,7 +30,7 @@ or if you've authenticated this session.
</table>
<p><a href="../">Home</a>
<p><a href="../j_spring_security_logout">Logout</a>
<p><a href="../">Home</a></p>
<p><a href="../j_spring_security_logout">Logout</a></p>
</body>
</html>