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
Describe the issue:
The following set of params are passed into the signIn hook.
signIn
const authParams = {}; authParams["fidp"] = "OrganizationSSO"; authParams["orgId"] = getOrganizationName(); await signIn(authParams);
And the SDK transforms the keys in to Snake Case which causes issues.
This change seems to have been introduced with https://github.com/asgardeo/asgardeo-auth-js-core/pull/203/files#diff-f34c1fc70c8dfe6982556af3ab69b70a42b7a68c9119cfa0bfa4716acd929750R120.
How to reproduce:
Expected behavior:
Environment information (Please complete the following information; remove any unnecessary fields) :
The text was updated successfully, but these errors were encountered:
Fixed in @asgardeo/auth-js and propagated to @asgardeo/auth-spa & @asgardeo/auth-react.
@asgardeo/auth-js
@asgardeo/auth-spa
@asgardeo/auth-react
Sorry, something went wrong.
responseMode
authorize
Make prompt-none response-mode to query
8b77734
Successfully merging a pull request may close this issue.
Describe the issue:
The following set of params are passed into the
signIn
hook.And the SDK transforms the keys in to Snake Case which causes issues.
This change seems to have been introduced with https://github.com/asgardeo/asgardeo-auth-js-core/pull/203/files#diff-f34c1fc70c8dfe6982556af3ab69b70a42b7a68c9119cfa0bfa4716acd929750R120.
How to reproduce:
signIn
hook.Expected behavior:
Environment information (Please complete the following information; remove any unnecessary fields) :
The text was updated successfully, but these errors were encountered: