feat(console,core): add protected app ID token scopes#8798
Open
wangsijie wants to merge 3 commits into
Open
Conversation
COMPARE TO
|
| Name | Diff |
|---|---|
| packages/console/src/pages/ApplicationDetails/ApplicationDetailsContent/ProtectedAppSettings/components/AdditionalScopesForm.module.scss | 📈 +1.77 KB |
| packages/console/src/pages/ApplicationDetails/ApplicationDetailsContent/ProtectedAppSettings/components/AdditionalScopesForm.tsx | 📈 +4.35 KB |
| packages/console/src/pages/ApplicationDetails/ApplicationDetailsContent/ProtectedAppSettings/index.tsx | 📈 +101 Bytes |
| packages/core/src/mocks/index.ts | 📈 +26 Bytes |
| packages/core/src/libraries/protected-app.test.ts | 📈 +30 Bytes |
| packages/core/src/libraries/protected-app.ts | 📈 +28 Bytes |
| packages/core/src/routes/applications/application.test.ts | 📈 +512 Bytes |
| packages/core/src/routes/applications/types.ts | 📈 +381 Bytes |
| packages/phrases/src/locales/ar/translation/admin-console/protected-app.ts | 📈 +856 Bytes |
| packages/phrases/src/locales/de/translation/admin-console/protected-app.ts | 📈 +731 Bytes |
| packages/phrases/src/locales/en/translation/admin-console/protected-app.ts | 📈 +646 Bytes |
| packages/phrases/src/locales/es/translation/admin-console/protected-app.ts | 📈 +710 Bytes |
| packages/phrases/src/locales/fr/translation/admin-console/protected-app.ts | 📈 +726 Bytes |
| packages/phrases/src/locales/it/translation/admin-console/protected-app.ts | 📈 +660 Bytes |
| packages/phrases/src/locales/ja/translation/admin-console/protected-app.ts | 📈 +806 Bytes |
| packages/phrases/src/locales/ko/translation/admin-console/protected-app.ts | 📈 +728 Bytes |
| packages/phrases/src/locales/pl-pl/translation/admin-console/protected-app.ts | 📈 +703 Bytes |
| packages/phrases/src/locales/pt-br/translation/admin-console/protected-app.ts | 📈 +694 Bytes |
| packages/phrases/src/locales/pt-pt/translation/admin-console/protected-app.ts | 📈 +695 Bytes |
| packages/phrases/src/locales/ru/translation/admin-console/protected-app.ts | 📈 +952 Bytes |
| packages/phrases/src/locales/th/translation/admin-console/protected-app.ts | 📈 +1.07 KB |
| packages/phrases/src/locales/tr-tr/translation/admin-console/protected-app.ts | 📈 +710 Bytes |
| packages/phrases/src/locales/zh-cn/translation/admin-console/protected-app.ts | 📈 +630 Bytes |
| packages/phrases/src/locales/zh-hk/translation/admin-console/protected-app.ts | 📈 +633 Bytes |
| packages/phrases/src/locales/zh-tw/translation/admin-console/protected-app.ts | 📈 +636 Bytes |
| packages/schemas/src/foundations/jsonb-types/applications.test.ts | 📈 +847 Bytes |
| packages/schemas/src/foundations/jsonb-types/applications.ts | 📈 +436 Bytes |
- present scope/claim mapping in a table with greyed-out tags for non-forwarded claims - inline link to Custom JWT > ID token and footnote hint for enabling extended claims - translate new strings across all supported locales
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #8767
Testing
Unit tests