Hi developers,
I am stuck in an integration issue.
- create a client in okta prod environment for my app.
- use okta samples-js-react to do the testing. The web application is hosted in S3. Access via AWS CloudFront.
In the application, i configured clientId, Issuer, RedirectURI correctly and i can see the success login record in okta prod.
However, i got pending status and null properties in authState and userInfo. I can see some token in cookies.
Does anyone give me some hints what is wrong there and how can i do try for next step? Thanks.