Skip to content
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

Update Scope Cookie to Reflect Scopes in Access Token #101

Open
ncarchar opened this issue Aug 15, 2024 · 0 comments
Open

Update Scope Cookie to Reflect Scopes in Access Token #101

ncarchar opened this issue Aug 15, 2024 · 0 comments

Comments

@ncarchar
Copy link

What would you like to be added:

Make the scope cookie accurately reflect the scopes in the user's access token.

Why is this needed:

The current implementation does not always reflect all the scopes present in the user's access token. This can lead to inconsistencies if the access token contains scopes other than 'phone email profile openid aws.cognito.signin.user.admin.' This becomes a problem when the client needs to access the scopes, but the token is marked as HTTP-only.

I can submit a pull request with the necessary changes to address this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant