mirror of
https://github.com/iflytek/skillhub.git
synced 2026-09-05 08:05:56 +00:00
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> |
||
|---|---|---|
| .. | ||
| .mvn | ||
| scripts | ||
| skillhub-app | ||
| skillhub-auth | ||
| skillhub-domain | ||
| skillhub-infra | ||
| skillhub-notification | ||
| skillhub-search | ||
| skillhub-storage | ||
| .dockerignore | ||
| Dockerfile | ||
| Dockerfile.dev | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||