write read me
This commit is contained in:
@@ -197,6 +197,4 @@ public class UserArgumentResolver implements HandlerMethodArgumentResolver {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
42
readme.md
42
readme.md
@@ -10,3 +10,45 @@
|
||||
- gradle
|
||||
- Goals
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user