일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 1260
- SpringCloudConfig
- github actions
- 14891
- Spring Authorization Server
- amazon-ecr-login
- 15686
- ConcurrentSessionControlAuthenticationStrategy
- Session Fixation Protection
- 1916
- RequiredArgsConstructor
- RestControllerAdvice
- 17144
- tailsamplingprocessor
- 자바
- Spring Security
- HttpRequestMethodNotSupportedException
- Value annotation
- AWS
- 14889
- openTelemetry
- Session Registry
- 백준
- 12100
- aws-mysql-jdbc
- Java
- github
- self-hosted runners
- 프로그래머스
- Spring
Archives
- Today
- Total
목록Spring Authorization Server (1)
한울이

1. 문제상황 - Spring authorization server 를 사용해서 oauth2 provider 서버를 구성한 후 access token 을 발급 받아 봤는데 local 과 개발환경에서 oidc token 의 claim 값이 다른 현상 발견 (sid, auth_time) 2. debugging - 목적: local 에서 테스트 했을 땐 oidc token claim에 sid, auth_time 값이 있고 개발환경 서버에서 oidc token 을 발급 받았을 땐 왜 claim 값에 sid, auth_time 값이 없는지 ? - OAuth2AuthorizationCodeAuthenticationProvider - JwtGenerator Spring authorization server 에서는 s..
PROGRAMMING
2023. 7. 31. 15:12