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

Store refresh token in vault #1125

Closed
Tracked by #1108
paullatzelsperger opened this issue Mar 13, 2024 · 0 comments
Closed
Tracked by #1108

Store refresh token in vault #1125

paullatzelsperger opened this issue Mar 13, 2024 · 0 comments
Assignees
Labels
critical All issues that will definitely be in the milestone they are planned for Feature

Comments

@paullatzelsperger
Copy link
Contributor

paullatzelsperger commented Mar 13, 2024

WHAT

When the provider data plane uses refresh tokens, it should store them in the Vault rather than the normal database.

WHY

Security. Attackers who gain access to the access token and the database could illegitimately request a new refresh+access token pair.

HOW

// if possible, outlines a solution proposal

FURTHER NOTES

// anything else you want to outline

Please be sure to take a look at
our contribution guidelines and
our PR etiquette.

@paullatzelsperger paullatzelsperger added critical All issues that will definitely be in the milestone they are planned for Feature labels Mar 13, 2024
@paullatzelsperger paullatzelsperger self-assigned this Mar 13, 2024
@github-project-automation github-project-automation bot moved this from Open to Done in EDC Board Mar 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
critical All issues that will definitely be in the milestone they are planned for Feature
Projects
Status: Done
Development

No branches or pull requests

1 participant