oidc-client: "undefined" is not valid JSON while authenticating once deployed, working fine in local.
Issue and Steps to Reproduce
Hi @guillaume-chervet , App was working fine in local, After deploying to server, it was throwing the below error.
“undefined” is not valid JSON at getLoginParams
, Could you pls help me with this.
Her is my config format.
{
authority:''
client_id:''
redirect_uri:''
response_type:''
scope:''
storage: localStorage,
demonstrating_proof_of_possession : true
demonstrating_proof_of_possession_configuration : config
}
Versions
7.14.1
Screenshots
Expected
Actual
Additional Details
- Installed packages:
About this issue
- Original URL
- State: closed
- Created 5 months ago
- Comments: 24 (10 by maintainers)
after appending with ‘/authentication/callback’ with
redirect_uri
it worked. Thanks for help @guillaume-chervet , if any issue, i will let you know.