[js-embedded-discovery] branch main updated: EDS-90 Deprecate and replace sensitive terms in APIs and components
Rod Widdowson
rdw at steadingsoftware.com
Sat Jun 7 14:45:16 UTC 2025
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository js-embedded-discovery.
View the commit online:
http://git.shibboleth.net/view/?p=js-embedded-discovery.git;a=commit;h=b1b6d91d7c0b920787cf3138a7eab800decc8f7e
The following commit(s) were added to refs/heads/main by this push:
new b1b6d91 EDS-90 Deprecate and replace sensitive terms in APIs and components
b1b6d91 is described below
commit b1b6d91d7c0b920787cf3138a7eab800decc8f7e
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Jun 7 15:44:37 2025 +0100
EDS-90 Deprecate and replace sensitive terms in APIs and components
https://shibboleth.atlassian.net/browse/EDS-90
---
src/javascript/idpselect_languages.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/javascript/idpselect_languages.js b/src/javascript/idpselect_languages.js
index ac4f255..52303c1 100644
--- a/src/javascript/idpselect_languages.js
+++ b/src/javascript/idpselect_languages.js
@@ -15,7 +15,7 @@ function IdPSelectLanguages(){
'fatal.noparms' : 'No parameters to discovery session and no defaultReturn parameter configured',
'fatal.noReturnURL' : "No URL return parameter provided",
'fatal.badProtocol' : "Return parameter must start with https:// or http://",
- 'fatal.badReturnString' : "Return parameter is not whitelisted",
+ 'fatal.badReturnString' : "Return parameter is not on redirect allow list",
'idpPreferred.label': 'Use a suggested selection:',
'idpEntry.label': 'Or enter your organization\'s name',
'idpEntry.NoPreferred.label': 'Enter your organization\'s name',
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list