Hi, actually i’m implementing okta auth.
When using okta-react
with my SPA okta application that I’ve setup for the dev environment I’m using the useOktaAuth()
hook to get the authState
and authService
objects. But as a result i have got:
{
"isPending": false,
"isAuthenticated": false,
"idToken": undefined,
"accessToken": undefined,
"refreshToken": undefined
}
Maybe someone know what could go wrong?