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

Sign in not authorized #129

Open
NatalieDinh opened this issue Oct 7, 2022 · 0 comments
Open

Sign in not authorized #129

NatalieDinh opened this issue Oct 7, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@NatalieDinh
Copy link

Describe the bug?

When attemping to sign in, I receive a Error: Sign in not authorized with error code -1000.

My organization does not have any MFAs enabled, and we are sure that the credentials are accurate as we are able to get a access token through the OIDC debugger.

What is expected to happen?

I should be able to sign in and receive an access token in return.

What is the actual behavior?

I receive an Error: Sign in not authorized, -1000 error and no further action occurs. There is also no further description as to what the specific issue is.

Reproduction Steps?

I replaced the samples.config.js file with

export default {
  oidc: {
    redirectUri: REDIRECT_URI,
    endSessionRedirectUri: END_REDIRECT_URI,
    clientId: CLIENT_ID,
    discoveryUri: DISC_URL,
    scopes: ['openid', 'profile', 'offline_access'],
  },
};

and then run the application per usual, using the credentials of an OKTA user I've created using the OKTA dashboard that has access to the application.

Additional Information?

No response

SDK Version

~2.3.0

Build Information

No response

@NatalieDinh NatalieDinh added the bug Something isn't working label Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant