SSO 로그인 대응

This commit is contained in:
Rinjae
2026-01-13 20:32:00 +09:00
parent 7ae5958b7c
commit 6e17ec76ab
4 changed files with 322 additions and 46 deletions
@@ -205,6 +205,11 @@
<div style="text-align: right !important;" class="form-group">
<a style="font-size: 12px !important;" href="#pwdChgModal" data-toggle="modal" >Password Change</a>
</div>
<!-- SSO 로그인 버튼 -->
<div class="form-group">
<input type="button" id="btn_sso_login" class="form-control btn btn-success rounded submit px-3"
value="SSO Login" onclick="location.href='<c:url value="/sso/login.do"/>'">
</div>
<p style="color:red;"><%=resultMsg %></p>
</form>