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

Improve security of entity client secrets by making them only available at creation time #2993

Open
andrewpai opened this issue Feb 3, 2025 · 0 comments

Comments

@andrewpai
Copy link

Improve security of entity client secrets by making them only available at creation time

Problem

Client secrets for entities are retrievable after creation. This means it is possible for an attacker that has obtained the right access to access client secrets.

Solution

Store entity client secrets in a hashed or other form, such that the original value cannot be retrieved and must be stored by the client software.

Alternatives/workarounds

None

Community guidelines

All issues filed in this repository must abide by the FusionAuth community guidelines.

How to vote

Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.

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

No branches or pull requests

1 participant