Skip to main content

All Questions

0 votes
0 answers
28 views

Okta: AuthSdkError: Unable to retrieve OAuth redirect params from storage

I have a React UI. I need to implement Okta Web app, with server-side authentication. The server I am using is Python. Unable to fix the issue with Okta giving this error: 'AuthSdkError: Unable to ...
user3789276's user avatar
0 votes
0 answers
341 views

CORS error after hosting application on Railway

I hosted my frontend (react) and backend (springboot) subfolders separately on Railway. I am getting CORS error after updating the origin where the frontend is deployed as follows: This is my ...
Kalamazoo's user avatar
  • 141
-2 votes
1 answer
59 views

Okta authentication using sling filter

I am integrating okta sign in flow with AEM SPA site. Okta sign in page is already created and hosted as separate application using okta widgets ,so once user is authenticated then I need to verify ...
Ashish's user avatar
  • 1
0 votes
0 answers
52 views

OKTA Auth: Full app (auth page) launches within the widget page before Okta authentication

In some cases, during authentication in the Okta widget window, the application's authentication page briefly appears, followed by the Okta authentication widget itself. This can be reproduced by ...
Petr's user avatar
  • 1
1 vote
0 answers
249 views

How do I fixt the Okta/React/.NET CORS Preflight Error?

I'm trying to use Okta for user authentication. The stack is ASP.net core and react. This is the new template where react and the ASP.net core API projects are separate. I have the Okta example ...
RyboTech's user avatar
0 votes
1 answer
149 views

how to communicate with microservice which having okta enabled security

i have enable okta security in my microservice , now while testing from postman i am getting okta dialog box to put username and pwd, and then submit i get accesstoken which eventually use in postman ...
Jp Javiya's user avatar
0 votes
1 answer
381 views

Okta SSO across multiple apps

I'm using Okta to manage the users of my application, which is made in React. I implemented a custom login page with is working fine and authenticating the user. One of the requisites of the App is ...
Andre Luiz's user avatar
0 votes
1 answer
496 views

Okta React + embedded SignIn Widget returning 401 for all login attempts

I am trying to use Okta to sign in to my react application. Any users assigned either via groups assigned to the app, or via the ‘Everyone’ group or via individual assignments do not work, returning ...
ABD's user avatar
  • 25
0 votes
1 answer
650 views

OKTA Self service registration with Nextjs REACT

I have been trying to allow users to sign up for my app with the Okta SSR feature however I keep getting this error that says: {"errorCode":"E0000060","errorSummary":&...
kpgabriel 's user avatar
2 votes
4 answers
7k views

next-auth only valid absolute URLs can be requested

I updated [email protected] to [email protected] for okta signin(reactjs). After that I am getting the following errors: [next-auth][error][SIGNIN_OAUTH_ERROR] https://next-auth.js.org/errors#...
user3041713's user avatar
3 votes
1 answer
4k views

PKCE flow with okta-react is storing okta-token-storage in localstorage. How to move it cookies?

I have implemented PKCE flow with @okta/okta-react library. After successful login it is storing accessToken and idToken in local-storage. But due an organizational policy, we need to store these in ...
ashish.99's user avatar
0 votes
0 answers
511 views

SPA React-okta sign in widget

'I am trying to follow this tutorial I found on Youtube on how to integrate a okta sign in widget to a React SPA https://www.youtube.com/watch?v=5j4FXMQBzmg&t=358s but, I think it is a little ...
Alejandro Vesga's user avatar
0 votes
1 answer
142 views

Okta wont start Error: EACCES: permission denied

I'm trying to use Okta to install their sign-in widget using the documentation from Okta Sign-In Widget and React, https://developer.okta.com/code/react/okta_react_sign-in_widget/#config. I have all ...
Shane Jeremich's user avatar
1 vote
1 answer
5k views

ReactJS: Okta Auth RestoreOriginalUri Function not Redirecting

I've been stumped on this issue for quite some time. I am using Okta Authentication for my React SPA and everything is going well however the restoreOriginalUri function doesn't actually route/...
yush's user avatar
  • 416
0 votes
3 answers
4k views

how to use okta refresh token in react app

Can someone guide on how to use okta refresh token in a react app? Checked the documentation but didnt help much, for eg, what is the state in below request? **GET https://${yourOktaDomain}/oauth2/...
Gaurav Mithas's user avatar

15 30 50 per page