skillhub/server/skillhub-auth
jangrui bd805c941a test(auth): add SSO unit tests (22 tests) and fix timeout configuration
- Add SsoClientTest (7 tests): ticket validation, null/empty/missing
  field responses, custom response field mapping
- Add SsoIdentityServiceTest (6 tests): auto-provisioning, display name
  update, disabled user rejection, role resolution
- Add SsoLoginControllerTest (9 tests): enabled/disabled guard,
  redirect flow, returnTo preservation, error handling
- Fix SsoClient: replace RestTemplateBuilder with
  SimpleClientHttpRequestFactory for timeout config
  (RestTemplateBuilder.connectTimeout() is a valid Spring Boot 3.x
  API but caused transient build failures in Docker buildx)
2026-05-16 05:33:23 +08:00
..
src test(auth): add SSO unit tests (22 tests) and fix timeout configuration 2026-05-16 05:33:23 +08:00
pom.xml feat(auth): 邮箱验证码重置密码与 SMTP 配置支持 (#273) 2026-04-13 20:27:00 +08:00