diff --git a/changelog/18787.txt b/changelog/18787.txt new file mode 100644 index 000000000..e865125de --- /dev/null +++ b/changelog/18787.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Added JWT authentication warning message about blocked pop-up windows and web browser settings. +``` diff --git a/ui/app/components/auth-jwt.js b/ui/app/components/auth-jwt.js index bc09dbc6b..0e5b53a1d 100644 --- a/ui/app/components/auth-jwt.js +++ b/ui/app/components/auth-jwt.js @@ -9,7 +9,7 @@ import { waitFor } from '@ember/test-waiters'; const WAIT_TIME = 500; const ERROR_WINDOW_CLOSED = - 'The provider window was closed before authentication was complete. Please click Sign In to try again.'; + 'The provider window was closed before authentication was complete. Your web browser may have blocked or closed a pop-up window. Please check your settings and click Sign In to try again.'; const ERROR_MISSING_PARAMS = 'The callback from the provider did not supply all of the required parameters. Please click Sign In to try again. If the problem persists, you may want to contact your administrator.'; const ERROR_JWT_LOGIN = 'OIDC login is not configured for this mount';