Client secret is dropped from the authorize API call #252
Labels
bug
Something isn't working
test-automation-required
The issue/s fixed with this effort need to be covered with automated test
Describe the issue:
Even if we pass the client secret along with the client id to the
authorize
API call, the client secret is dropped from theauthorize
API call in the auth-js-core level.How to reproduce:
Try the
authorize
API call with client id and client secret.Expected behavior:
We should be able to send the client secret since we are using the auth-js-core in both frontend(ex: react) and backend(ex:
nodejs
) frameworksThe text was updated successfully, but these errors were encountered: