Skip to content

Commit f9fea76

Browse files
committed
added uri domain as valid return path
1 parent 664e6c1 commit f9fea76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: webroot/js/eds/idpselect_config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function IdPSelectUIParms(){
1414
// Approaching via the Discovery Protocol for example
1515
//this.defaultReturn = "https://example.org/Shibboleth.sso/DS?SAMLDS=1&target=https://example.org/secure";
1616
this.defaultReturnIDParam = null;
17-
this.returnWhiteList = [ "^https:\/\/unity\.rc\.umass\.edu\/Shibboleth\.sso\/Login.*$", "^https:\/\/netbox\.rc\.umass\.edu\/Shibboleth\.sso\/Login.*$" ];
17+
this.returnWhiteList = [ "^https:\/\/unity\.rc\.umass\.edu\/Shibboleth\.sso\/Login.*$", "^https:\/\/unity\.uri\.edu\/Shibboleth\.sso\/Login.*$" ];
1818
this.helpURL = 'https://wiki.shibboleth.net/confluence/display/SHIB2/DSRoadmap';
1919
this.ie6Hack = null; // An array of structures to disable when drawing the pull down (needed to
2020
// handle the ie6 z axis problem

0 commit comments

Comments
 (0)