You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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!
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:
samples-js-react/custom-login/src/Login.jsx
Line 29 in 0753a9c
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.
The text was updated successfully, but these errors were encountered: