Skip to main content

Questions tagged [okta-auth-js]

The tag has no usage guidance.

okta-auth-js
1 vote
0 answers
22 views

signin with google provider with next js and firebase firestore adapter giving error [next-auth][error][OAUTH_CALLBACK_HANDLER_ERROR]

On clicking a button I am trying to login but this gives me the following error [next-auth][error][OAUTH_CALLBACK_HANDLER_ERROR] https://next-auth.js.org/errors#oauth_callback_handler_error 16 ...
Rishabh Shukla's user avatar
0 votes
0 answers
45 views

How do I get user data from Okta after authentication? How do I capture the authorization code and use tokens to extract info?

I have used console.log at different locations in my function. My current code signs me in and redirects me to the same page. And I don't see any of the console.logs from the UseEffect() or ...
prantanir10's user avatar
0 votes
0 answers
40 views

React Native Integration with OKTA for Authentication

I am in need of integrating React Native mobile app with OKTA for Authentication with following conditions:- No browswer based pop-up to be used. The app makes use of it's own native input elements ...
Sumit Singh's user avatar
1 vote
1 answer
522 views

Seeking Guidance on Token Refresh in Okta React Application without Redirecting to /login/callback

Hello Stack Overflow community, I'm currently working on a React application that utilizes the @okta/okta-react and @okta/okta-auth-js packages for authentication. The current implementation involves ...
Jeffrin Prabahar's user avatar
0 votes
1 answer
121 views

how to renew Okta token when claims change

So I have a working react app using oauth (using okta) and I have an issue. When I change my claims in the authorization server the app does not see this until the token expires or I logoff and login ...
maazza's user avatar
  • 7,165