skillhub/server
yhd e192b94d19 fix(auth): align Feishu OAuth with current official protocol docs
Addresses review on PR #696:

1. The authorize step now uses the currently documented endpoint
   https://accounts.feishu.cn/open-apis/authen/v1/authorize with standard
   OAuth2 parameters (client_id, optional scope), so the legacy
   app_id/no-scope URI rewrite in SkillHubOAuth2AuthorizationRequestResolver
   is removed. The authorize host is overridable via
   OAUTH2_FEISHU_AUTHORIZE_URI; token and userinfo endpoints stay on
   OAUTH2_FEISHU_BASE_URI.

2. FeishuClaimsExtractor no longer claims emailVerified: Feishu emails are
   admin-imported and carry no real-time verification signal, so
   emailVerified is always false. EMAIL_DOMAIN policy matches the email
   domain only and is unaffected.

Signed-off-by: yhd <yhd4711499@live.com>
2026-08-14 22:18:04 +08:00
..
.mvn docs: add Maven mirror config and troubleshooting guide for China developers (#233) 2026-04-07 09:50:07 +08:00
scripts feat(notification): add in-app notifications and harden delivery 2026-03-23 12:31:28 +08:00
skillhub-app fix(auth): align Feishu OAuth with current official protocol docs 2026-08-14 22:18:04 +08:00
skillhub-auth fix(auth): align Feishu OAuth with current official protocol docs 2026-08-14 22:18:04 +08:00
skillhub-domain feat(namespace): add admin namespace management 2026-08-12 12:39:24 +08:00
skillhub-infra fix(governance): safely delete version dependencies 2026-07-30 17:52:08 +08:00
skillhub-notification fix(notification): keep SSE live push streams open (#524) 2026-06-16 11:57:49 +08:00
skillhub-search feat(search): index compliance snapshot mappings 2026-08-07 15:46:06 +08:00
skillhub-storage fix(storage): disable chunked encoding for Aliyun OSS compatibility 2026-05-06 13:56:55 +08:00
.dockerignore feat(staging): optimize staging build with local Maven packaging 2026-03-14 14:21:06 +08:00
Dockerfile fix(storage): defer S3 bucket verification until first access (#289) 2026-04-12 15:24:09 +08:00
Dockerfile.dev fix(storage): defer S3 bucket verification until first access (#289) 2026-04-12 15:24:09 +08:00
mvnw feat: initialize Maven multi-module project structure 2026-03-11 22:52:04 +08:00
mvnw.cmd feat: initialize Maven multi-module project structure 2026-03-11 22:52:04 +08:00
pom.xml feat(notification): add in-app notifications and harden delivery 2026-03-23 12:31:28 +08:00