Skip to content

Commit ce5cfa4

Browse files
committed
SIF: Replaced OID with OIDC as KU login method
git-svn-id: svn+ssh://svn.code.sf.net/p/migrid/code/trunk@6200 b75ad72c-e7d7-11dd-a971-7dbc132099af
1 parent a256008 commit ce5cfa4

6 files changed

+6
-6
lines changed

mig/images/site-conf-dev-sif.erda.dk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function get_site_conf(key) {
1010
} else if (key === 'system_match') {
1111
value = ["ALL", "SIF", "DEV.SIF"];
1212
} else if (key === 'auth_methods') {
13-
value = ["extoid", "migoid"];
13+
value = ["extoidc", "migoid"];
1414
}
1515
return value;
1616
}

mig/images/site-conf-sif.erda.dk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function get_site_conf(key) {
1010
} else if (key === 'system_match') {
1111
value = ["ALL", "SIF"];
1212
} else if (key === 'auth_methods') {
13-
value = ["extoid", "migoid"];
13+
value = ["extoidc", "migoid"];
1414
}
1515
return value;
1616
}

mig/images/site-conf-test-sif.erda.dk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function get_site_conf(key) {
1010
} else if (key === 'system_match') {
1111
value = ["ALL", "SIF", "TEST.SIF"];
1212
} else if (key === 'auth_methods') {
13-
value = ["extoid", "migoid"];
13+
value = ["extoidc", "migoid"];
1414
}
1515
return value;
1616
}

state/wwwpublic/index-dev-sif.erda.dk-ucph-science.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
switch_language(user_lang);
120120
$("#langselect").msDropdown().fadeIn(500);
121121

122-
var auth_methods = lookup_site_conf('auth_methods', ['extoid', 'migoid']);
122+
var auth_methods = lookup_site_conf('auth_methods', ['extoidc', 'migoid']);
123123
var query = window.location.search;
124124
const urlParams = new URLSearchParams(query);
125125
var show = [];

state/wwwpublic/index-sif.erda.dk-ucph-science.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
switch_language(user_lang);
118118
$("#langselect").msDropdown().fadeIn(500);
119119

120-
var auth_methods = lookup_site_conf('auth_methods', ['extoid', 'migoid']);
120+
var auth_methods = lookup_site_conf('auth_methods', ['extoidc', 'migoid']);
121121
var query = window.location.search;
122122
const urlParams = new URLSearchParams(query);
123123
var show = [];

state/wwwpublic/index-test-sif.erda.dk-ucph-science.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
switch_language(user_lang);
120120
$("#langselect").msDropdown().fadeIn(500);
121121

122-
var auth_methods = lookup_site_conf('auth_methods', ['extoid', 'migoid']);
122+
var auth_methods = lookup_site_conf('auth_methods', ['extoidc', 'migoid']);
123123
var query = window.location.search;
124124
const urlParams = new URLSearchParams(query);
125125
var show = [];

0 commit comments

Comments
 (0)