[Spring] 스프링 시큐리티 로그아웃 설정(Security Logout)
[Spring] 스프링 시큐리티 로그아웃 설정(Security Logout) 기본 로그아웃 경로는 /logout 이고 로그아웃 된 후에 기본 이동경로는 /login?logout이다. security 설정에서 이 정보는 수정할 수있다. 1. JAVA configure protected void configure(HttpSecurity http) throws Exception { http.logout() .logoutUrl("/admin/logout.do") .logoutSuccessUrl("/admin/login.do") .logoutSuccessHandler(customLogoutSuccessHandler) .invalidateHttpSession(true).deleteCookies("JSESSIONID..
Programming Framework/Spring
2019. 1. 23. 21:49
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- DART
- ubuntu
- express
- egov
- 자바
- asp.net core
- Fedora
- CentOS
- JSP
- jQuery
- 이클립스
- high1
- Flutter
- dotnet core
- MariaDB
- Eclipse
- .NET Core
- c#
- egoverment
- 전자정부
- Spring
- Linux
- 하이원
- Java
- eGovFrame
- Windows
- 스프링
- php
- MySQL
- Entity Framework Core
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함