write read me

This commit is contained in:
liquidjoo
2019-06-03 17:33:54 +09:00
parent 4dbbb8bbd9
commit 6688e51adc
2 changed files with 43 additions and 3 deletions

View File

@@ -197,6 +197,4 @@ public class UserArgumentResolver implements HandlerMethodArgumentResolver {
}
}
}

View File

@@ -9,4 +9,46 @@
- usage
- gradle
- Goals
- keys points of sample
- keys points of sample
### 간단한 설명
### 시스템 구성도
### 목표
### SSO Login Flow
### Zuul
### Authorization Server
### Keys Points of Sample
### Ref
SSO
Zuul gateway
- sso Login path
- application.properties (security.oauth2.sso.login-path = /login)
- 위의 sso login path 프로퍼티 설정은 Authorization Server 의 login page로 리다이렉트 해준다.
- filter
- csrf RequestMatcher
@EnableOAuth2Sso
@ResourceServer
WebSecurityConfigurerAdapter
- HttpSecurity http setting
Authorization Server