-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(admin-ui): large header issue #1398
Comments
Can the team please share the authorization header? I will check the scopes added. We will make changes in admin-ui so that instead of adding all scopes to the auth token ... we will add scopes based on the requested config-api endpoint. |
Please expedite this fix for the next release of Flex. |
sure, we are working on this. |
Backend changes Update: (JanssenProject/jans#6413) We have drafted a PR. The Forntend changes required: The cc: @jv18creator |
Signed-off-by: Jeet Viramgama <jviramgama5@gmail.com>
Admin UI will check for individual access token with |
fix(admin-ui): large header issue #1398
Describe the bug
Looks like this is caused when a client has too many scopes stuffed in the jwt in the Authorization header, which causes the request header fields too large error
The text was updated successfully, but these errors were encountered: