You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@niskah-energiessigninWithCredentials resolves with an AuthTransaction object. The user is not yet fully authenticated at this point. The transaction contains a sessionToken which can be used to begin a user session. This can be used in a redirect flow setCookieAndRedirect or without redirect getWithoutPrompt. When the tokens are stored using setTokens, this will update the authentication state:
Hi,
I'm using
signInWithCredentials()
function to sign to Okta, signing is working butauthstate
not change.even if I use
$authenticationState
I'm doing anything wrong ??
The text was updated successfully, but these errors were encountered: