Closed brionmario closed 11 months ago
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) :
Fixed in @asgardeo/auth-js and propagated to @asgardeo/auth-spa & @asgardeo/auth-react.
@asgardeo/auth-js
@asgardeo/auth-spa
@asgardeo/auth-react
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) :