Skip to content

Commit 2499409

Browse files
committed
Remove null user param from the auth flow
1 parent cbebc5e commit 2499409

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

toolkits/ob-is/carbon-home/repository/deployment/server/webapps/ob#authenticationendpoint/oauth2_authz_displayconsent.jsp

+1-2
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<div class="col-md-12 ui box">
104104
<h3 class="ui header"><strong>${sp_full_name}
105105
</strong> requests account details on your account.</h3>
106-
106+
107107
<% if (!skipAccounts) { %>
108108
<div class="padding-top">
109109
<h4 class="section-heading-5 ui subheading">
@@ -252,7 +252,6 @@
252252
<input type="hidden" name="type" id="type" value="accounts"/>
253253
<input type="hidden" name="accounts[]" id="account" value="${accounts}">
254254
<input type="hidden" name="spFullName" id="spFullName" value="${sp_full_name}"/>
255-
<input type="hidden" name="user" id="user" value="${userName}"/>
256255
<input type="hidden" name="selectedProfileId" id="selectedProfileId" value="${selectedProfileId}"/>
257256
<input type="hidden" name="selectedProfileName" id="selectedProfileName" value="${selectedProfileName}"/>
258257
</div>

0 commit comments

Comments
 (0)