We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed that client_secret is added to config.json[1]. I am assuming this would be a dummy value.
In any case, it would be good to disable the client credentials grant type in the app that is used to exchange tokens at choreo sts.
This would potentially remove any possibility of misusing or exploiting the secret value.
Basically by removing credential grant type we make the secret not useful for anything other than token exchange.
[1]
MedicinesforLK/admin-portal/src/config.json
Line 10 in c5ed027
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Noticed that client_secret is added to config.json[1]. I am assuming this would be a dummy value.
In any case, it would be good to disable the client credentials grant type in the app that is used to exchange tokens at choreo sts.
This would potentially remove any possibility of misusing or exploiting the secret value.
Basically by removing credential grant type we make the secret not useful for anything other than token exchange.
[1]
MedicinesforLK/admin-portal/src/config.json
Line 10 in c5ed027
The text was updated successfully, but these errors were encountered: