asgardeo / asgardeo-auth-react-sdk

To maintain the implementation of Asgardeo React authentication SDK
Apache License 2.0
39 stars 91 forks source link

Not automatic token in production mode #84

Open iBobo5 opened 2 years ago

iBobo5 commented 2 years ago

Hello, I'm trying to use the library to authenticate a wso2 custom service provider. To achieve this goal I've started following the official documentation so I've created an application in Asgardeo console and so more. My problem is this one:

What could be the problem? Here my auth json

{ "clientID": my client id, "serverOrigin": wso2 or asgardeo, "signInRedirectURL": my webapp, "signOutRedirectURL": my webapp, "storage":"webWorker", "resourceServerURLs": [backend wso2 api], "validateIDToken": false }