1
0
mirror of synced 2026-08-04 09:17:02 +00:00

SEC-1288: Changed claimedIdentityFieldName in OpenIDAuthenticationFilter to "openid_identifier", as recommended by the 2.0 spec.

This commit is contained in:
Luke Taylor
2009-11-17 22:05:38 +00:00
parent 693d2bce03
commit 4d8956a227
4 changed files with 11 additions and 11 deletions
@@ -21,7 +21,7 @@
<form name="f" action="<c:url value='j_spring_openid_security_check'/>" method="POST">
<table>
<tr><td>OpenID Identity:</td><td><input type='text' name='j_username' value='<c:if test="${not empty param.login_error}"><c:out value="${SPRING_SECURITY_LAST_USERNAME}"/></c:if>'/></td></tr>
<tr><td>OpenID Identity:</td><td><input type='text' name='openid_identifier' value='<c:if test="${not empty param.login_error}"><c:out value="${SPRING_SECURITY_LAST_USERNAME}"/></c:if>'/></td></tr>
<tr><td colspan='2'><input name="submit" type="submit"></td></tr>
<tr><td colspan='2'><input name="reset" type="reset"></td></tr>
@@ -30,4 +30,4 @@
</form>
</body>
</html>
</html>