zesty-io / manager-ui

Content platform powering enterprise websites and applications
https://www.zesty.io
Other
39 stars 5 forks source link

Wrong IDP selection error will not pop-up again a second time #2450

Closed finnar-bin closed 6 months ago

finnar-bin commented 7 months ago

Describe the bug If a user selects the wrong SSO IDP when loging in the flow finishes and an error pop occurs. If the user selects the wrong SSO IDP any additional times the error pop-up is no longer shown.

To Reproduce Steps to reproduce the behavior:

  1. Attempt to login via SSO using an account that's already registered under a different SSO
  2. See error

Expected behavior The error pop-up must occur everytime a user selects the wrong IDP for the registered email

Related to https://github.com/zesty-io/website/issues/2168

agalin920 commented 7 months ago

@theofficialnar This does not belong on this repo. Should be in material repo

finnar-bin commented 7 months ago

@theofficialnar This does not belong on this repo. Should be in material repo

@agalin920 as I was checking this out, the SSO error handling is in manager-ui that's why I created the bug ticket here

agalin920 commented 7 months ago

@theofficialnar if that's the case then why is the issue being migrated to manager ui from website issues? What's the overlap?

finnar-bin commented 7 months ago

@agalin920 issue seems to also be happening on the website which I'm assuming they are handling the error handling themselves as well since the component on the material repo is not responsible for showing/hiding the error messages.