APP/인증관리 특정필드 숨김처리
This commit is contained in:
@@ -479,17 +479,17 @@
|
||||
<th>REDIRECT URI</th>
|
||||
<td><input type="text" name="redirectUri"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr style="display: none;">
|
||||
<th><%= localeMessage.getString("clntManDtl.athrt") %>
|
||||
(<%= localeMessage.getString("clntManDtl.sprt") %> ,)
|
||||
</th>
|
||||
<td><input type="text" name="authorities"/></td>
|
||||
<td><input type="text" name="authorities" value=""/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr style="display: none;">
|
||||
<th><%= localeMessage.getString("clntManDtl.rsrc") %>
|
||||
(<%= localeMessage.getString("clntManDtl.sprt") %> ,)
|
||||
</th>
|
||||
<td><input type="text" name="resourceIds"/></td>
|
||||
<td><input type="text" name="resourceIds" value=""/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><%= localeMessage.getString("clntManDtl.tknExprtnDt") %>
|
||||
@@ -501,11 +501,11 @@
|
||||
</th>
|
||||
<td><input type="text" name="refreshTokenValiditySeconds"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr style="display: none;">
|
||||
<th><%= localeMessage.getString("clntManDtl.atmtcApprvlScp") %>
|
||||
(<%= localeMessage.getString("clntManDtl.sprt") %> ,)
|
||||
</th>
|
||||
<td><input type="text" name="autoApprove"/></td>
|
||||
<td><input type="text" name="autoApprove" value=""/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><%= localeMessage.getString("clntManDtl.allwIp") %>
|
||||
|
||||
Reference in New Issue
Block a user