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