Skip to content

Commit d7588ed

Browse files
Mitsuhiro17maximthomas
authored andcommitted
fix Issue10 Finish button of Identity Provider wizard doesn't work (OpenIdentityPlatform#98)
1 parent 3019c7c commit d7588ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openam-console/src/main/webapp/console/task/CompleteCreateHostedIDP.jsp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
$Id: CompleteCreateHostedIDP.jsp,v 1.6 2009/07/06 21:58:43 babysunil Exp $
2626
2727
Portions Copyrighted 2015 ForgeRock AS.
28+
Portions Copyrighted 2019 Open Source Solution Technology Corporation
2829
--%>
2930

3031
<%@ page info="CompleteCreateHostedIDP" language="java" %>
@@ -90,7 +91,7 @@
9091
}
9192
9293
</script>
93-
<console:redirectToXui realm="encodeURIComponent(frm.elements['CompleteCreateHostedIDP.tfrealm'].value)"
94+
<console:redirectToXui realm="encodeURIComponent(document.forms[0].elements['CompleteCreateHostedIDP.tfrealm'].value)"
9495
xuiPath="../XUI#realms/{realm}/dashboard"/>
9596
<blockquote>
9697
<blockquote>

0 commit comments

Comments
 (0)