UI: JWT Auth Browser Popup warning. Resolves: #10753. (#18787)

This commit is contained in:
aphorise 2023-01-24 14:15:17 +01:00 committed by GitHub
parent 1309d724e3
commit 524536a6bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
changelog/18787.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
ui: Added JWT authentication warning message about blocked pop-up windows and web browser settings.
```

View File

@ -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';