-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
fix(ui): MSAL popup auth issue #18125
Conversation
Quality Gate passed for 'open-metadata-ui'Issues Measures |
}, [instance]); | ||
|
||
// Show loader until the interaction is completed | ||
if (inProgress !== InteractionStatus.None) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@chirag-madlani , why we are checking for none here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If azure is not processing anything related to auth then we can render the app, else loader will be shown
(cherry picked from commit e44c8d4)
Describe your changes:
Fixes: GEN-1557
brave
Screen.Recording.2024-10-05.at.11.39.04.AM.mov
Safari
Screen.Recording.2024-10-05.at.11.43.07.AM.mov
Chrome
Screen.Recording.2024-10-05.at.11.46.15.AM.mov
Type of change:
Checklist:
Fixes <issue-number>: <short explanation>