Skip to main content

All Questions

0 votes
0 answers
34 views

SSO login using okta

Has anyone been successful in running Playwright using BDD in windows machine especially for an app where login is using Okta (with SSO enabled)? The challenge is script never gets the login screen. ...
Priyam's user avatar
  • 1
0 votes
0 answers
63 views

Angular Okta-SignIn-Widget - observe event or hook when Allowed into an application or not

Right now, everything is working great - just need to be able to subscribe, or find an event or hook so I can log a successful login vs: Now these both come back from Okta as a success because the ...
naspinski's user avatar
  • 34.5k
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
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
0 votes
2 answers
1k views

ReactJS: Global Okta Auth Helper Function

I have my React web app authenticated using Okta however if the user is not authenticated or the token expires then it will redirect the user to the /login page. Page1.js: import React, { useState, ...
yush's user avatar
  • 416