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