Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login from Okta dashboard does not work #149

Open
1 of 3 tasks
ghost opened this issue Jul 21, 2021 · 1 comment
Open
1 of 3 tasks

Login from Okta dashboard does not work #149

ghost opened this issue Jul 21, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 21, 2021

I'm submitting a:

  • Bug report
  • Feature request
  • Other (Describe below)

Current behavior

Not able to login via Okta dashboard

Expected behavior

When I click on my application in Okta dashboard I would expect to be redirected to my application and end up in signed in state.

Minimal reproduction of the problem with instructions

  1. Run okta sample application from Okta repository
  2. click on app icon in Okta dashboard
  3. Okta will send POST request with idToken in body to static server (url of SPA, usually spa.com/implicit/callback)
  4. Static server does not know what to do with POST request as it is suppose just to serve static content - spa and as a result you will get just 405 from server...

also please seehttps://github.com/okta/okta-auth-js/issues/870

Extra information about the use case/user story you are trying to implement

This may be issue with Okta directly and not this library. Not sure. I also wrote to [email protected] but they are kind of slow to respond.

Environment

  • Package version:
  • React version:
  • Browser:
  • OS:
  • Node version (node -v):
  • Other:

Configuration

  • Okta application type: SPA
@shuowu
Copy link
Contributor

shuowu commented Jul 21, 2021

Tracked in okta/okta-auth-js#870

@dusan-dragon I'll check with the team to see if any solution can be found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant