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

OktaSignIn widget hangs silently if not provided a client id #121

Open
berniedurfee opened this issue Jun 9, 2020 · 2 comments
Open

OktaSignIn widget hangs silently if not provided a client id #121

berniedurfee opened this issue Jun 9, 2020 · 2 comments

Comments

@berniedurfee
Copy link

Found this troubleshooting what turned out to be a typo. If the client id doesn't get passed to the widget, it hangs without any errors.

To reproduce, simply comment out this line:

I'm assuming spinning silently forever is not the expected behavior. I would expect an error to be thrown or some sort of message to show up. Not sure if this is an issue with the example or with the widget itself.

@aarongranick-okta
Copy link
Contributor

@berniedurfee Thanks for the report. The widget is designed to work in multiple scenarios. The clientId parameter is required for OIDC flow, but not required for some other flows. We will consider how we can make this work better within the samples to avoid confusion. Thanks again!

@swiftone
Copy link
Contributor

Internal ref: OKTA-306402

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

No branches or pull requests

3 participants