1
0
forked from baron/baron-sso

offline 스코프 제거, rp_claims 값 표준화

This commit is contained in:
2026-06-11 14:50:26 +09:00
parent f60b15a17b
commit c495e9119b
26 changed files with 1034 additions and 300 deletions

View File

@@ -597,7 +597,6 @@ const Map<String, String> koStrings = {
"msg.userfront.consent.missing_redirect": "동의가 처리되었으나 리다이렉트 URL을 받지 못했습니다.",
"msg.userfront.consent.redirect_notice": "동의 후 자동으로 서비스로 이동합니다.",
"msg.userfront.consent.scope.email": "이메일 주소 (계정 식별 및 알림 용도)",
"msg.userfront.consent.scope.offline_access": "오프라인 접근 (로그인 유지)",
"msg.userfront.consent.scope.openid": "OpenID 인증 정보 (로그인 상태 확인)",
"msg.userfront.consent.scope.phone": "휴대폰 번호 (본인 인증 및 알림)",
"msg.userfront.consent.scope.profile": "기본 프로필 정보 (이름, 사용자 식별자)",
@@ -2982,8 +2981,6 @@ const Map<String, String> enStrings = {
"After consent, you will be redirected automatically.",
"msg.userfront.consent.scope.email":
"Email address (account identification and notifications)",
"msg.userfront.consent.scope.offline_access":
"Offline access (keep signed in)",
"msg.userfront.consent.scope.openid":
"OpenID authentication information (signin session check)",
"msg.userfront.consent.scope.phone":