Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sh-authcenter
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李良停
sh-authcenter
Commits
386798dc
Commit
386798dc
authored
Jun 28, 2021
by
曹雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more idps
parent
090da0b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
84 additions
and
54 deletions
+84
-54
idp.html
sh-authcenter-agent/src/main/resources/templates/idp.html
+84
-54
No files found.
sh-authcenter-agent/src/main/resources/templates/idp.html
View file @
386798dc
...
...
@@ -26,35 +26,50 @@
<script>
//判断是否为金山教育阅读平台访问
if
(
loginType
===
"jsyd"
)
{
var
url
=
genLoginUrl
(
"https://idp.jsedu.sh.cn/idp/shibboleth"
);
var
idp
=
'金山教育'
;
window
.
location
.
href
=
ctxPath
+
"auth/tologin?idp="
+
idp
+
"&loginUrl="
+
encodeURIComponent
(
url
);
}
else
if
(
loginType
===
"qpjy"
)
{
var
url
=
genLoginUrl
(
"https://idp.qpedu.cn/idp/shibboleth"
);
var
idp
=
'青浦教育'
;
window
.
location
.
href
=
ctxPath
+
"auth/tologin?idp="
+
idp
+
"&loginUrl="
+
encodeURIComponent
(
url
);
}
else
if
(
loginType
===
"hpjy"
)
{
var
url
=
genLoginUrl
(
"https://idp.qpedu.cn/idp/shibboleth"
);
var
idp
=
'黄浦教育'
;
window
.
location
.
href
=
ctxPath
+
"auth/tologin?idp="
+
idp
+
"&loginUrl="
+
encodeURIComponent
(
url
);
}
else
if
(
loginType
===
"fxjy"
)
{
var
url
=
genLoginUrl
(
"https://idp.qpedu.cn/idp/shibboleth"
);
var
idp
=
'奉贤教育'
;
window
.
location
.
href
=
ctxPath
+
"auth/tologin?idp="
+
idp
+
"&loginUrl="
+
encodeURIComponent
(
url
);
}
else
if
(
loginType
===
"pdjy"
)
{
var
url
=
genLoginUrl
(
"https://idp.qpedu.cn/idp/shibboleth"
);
var
idp
=
'浦东教育'
;
window
.
location
.
href
=
ctxPath
+
"auth/tologin?idp="
+
idp
+
"&loginUrl="
+
encodeURIComponent
(
url
);
}
else
if
(
loginType
===
"ypjy"
)
{
var
url
=
genLoginUrl
(
"https://idp.qpedu.cn/idp/shibboleth"
);
var
idp
=
'杨浦教育'
;
window
.
location
.
href
=
ctxPath
+
"auth/tologin?idp="
+
idp
+
"&loginUrl="
+
encodeURIComponent
(
url
);
}
else
if
(
loginType
===
"cnjy"
)
{
var
url
=
genLoginUrl
(
"https://idp.qpedu.cn/idp/shibboleth"
);
var
idp
=
'长宁教育'
;
var
idpList
=
{
jsyd
:
{
idp
:
'金山教育'
,
url
:
"https://idp.jsedu.sh.cn/idp/shibboleth"
},
qpjy
:
{
idp
:
'青浦教育'
,
url
:
"https://idp.jsedu.sh.cn/idp/shibboleth"
},
hpjy
:
{
idp
:
'黄浦区教育信息中心'
,
url
:
"https://idp.hpe.cn/idp/shibboleth"
},
cnjy
:
{
idp
:
'长宁区教育信息中心'
,
url
:
"https://idp.chneic.sh.cn/idp/shibboleth"
},
sjjy
:
{
idp
:
'松江智慧教育'
,
url
:
"https://idp.sjedu.cn/idp/shibboleth"
},
xhjy
:
{
idp
:
'徐汇教育'
,
url
:
"https://idp.xhedu.sh.cn/idp/shibboleth"
},
cmjy
:
{
idp
:
'崇明教育'
,
url
:
"https://idp-cmjy.cloud.sh.edu.cn/idp/shibboleth"
},
ypjy
:
{
idp
:
'杨浦教育'
,
url
:
"https://yp-idp.edu.sh.cn/idp/shibboleth"
},
ptjy
:
{
idp
:
'普陀教育'
,
url
:
"https://idp.pte.sh.cn/idp/shibboleth"
},
fxjy
:
{
idp
:
'奉贤教育'
,
url
:
"https://fx-idp.edu.sh.cn/idp/shibboleth"
},
bsjy
:
{
idp
:
'宝山教育'
,
url
:
"https://idp.pdedu.sh.cn/idp/shibboleth"
},
pdjy
:
{
idp
:
'浦东教育'
,
url
:
"https://idp.jsedu.sh.cn/idp/shibboleth"
},
hkjy
:
{
idp
:
'虹口教育'
,
url
:
"https://hk-idp.edu.sh.cn/idp/shibboleth"
},
mhjy
:
{
idp
:
'上海市闵行区教育局'
,
url
:
"https://mh-idp.edu.sh.cn/idp/shibboleth"
},
}
if
(
idpList
[
loginType
])
{
var
element
=
idpList
[
loginType
];
var
url
=
genLoginUrl
(
element
.
url
),
idp
=
element
.
idp
;
window
.
location
.
href
=
ctxPath
+
"auth/tologin?idp="
+
idp
+
"&loginUrl="
+
encodeURIComponent
(
url
);
}
// if (loginType === "jsyd") {
// url = genLoginUrl("https://idp.jsedu.sh.cn/idp/shibboleth");
// idp = '金山教育';
// } else if (loginType === "qpjy") {
// url = genLoginUrl("https://idp.qpedu.cn/idp/shibboleth");
// idp = '青浦教育';
// } else if (loginType === "hpjy") {
// url = genLoginUrl("https://idp.qpedu.cn/idp/shibboleth");
// idp = '黄浦教育';
// } else if (loginType === "fxjy") {
// url = genLoginUrl("https://idp.qpedu.cn/idp/shibboleth");
// idp = '奉贤教育';
// } else if (loginType === "pdjy") {
// url = genLoginUrl("https://idp.qpedu.cn/idp/shibboleth");
// idp = '浦东教育';
// } else if (loginType === "ypjy") {
// url = genLoginUrl("https://idp.qpedu.cn/idp/shibboleth");
// idp = '杨浦教育';
// } else if (loginType === "cnjy") {
// url = genLoginUrl("https://idp.qpedu.cn/idp/shibboleth");
// idp = '长宁教育';
// }
function
genLoginUrl
(
baseurl
)
{
var
args
=
new
Object
();
...
...
@@ -122,15 +137,18 @@
<option
value=
"0"
>
选择您所在的学校
</option>
<option
value=
"https://idp.shec.edu.cn/idp/shibboleth"
>
01:上海市教委
</option>
<option
value=
"https://idpfudan.fudan.edu.cn/idp/shibboleth"
>
02:复旦大学
</option>
<option
value=
"https://idp2.tongji.edu.cn/idp/shibboleth"
>
03:同济大学
</option>
<option
value=
"https://idp.ecnu.edu.cn/idp/shibboleth"
>
04:华东师范大学
</option>
<option
value=
"https://idp.ecust.edu.cn/idp/shibboleth"
>
05:华东理工大学
</option>
<option
value=
"https://idp.shisu.edu.cn/idp/shibboleth"
>
06:上海外国语大学
</option>
<option
value=
"https://idp.dhu.edu.cn/idp/shibboleth"
>
07:东华大学
</option>
<option
value=
"https://idpcarsi.shufe.edu.cn/idp/shibboleth"
>
08:上海财经大学
</option>
<option
value=
"https://idp.usst.edu.cn/idp/shibboleth"
>
09:上海理工大学
</option>
<option
value=
"https://idp.shiep.edu.cn/idp/shibboleth"
>
10:上海电力
学院
</option>
<option
value=
"https://idp.shiep.edu.cn/idp/shibboleth"
>
10:上海电力
大学
</option>
<option
value=
"https://idp.shu.edu.cn/idp/shibboleth"
>
11:上海大学
</option>
<option
value=
"https://idp.shnu.edu.cn/idp/shibboleth"
>
12:上海师范大学
</option>
<option
value=
"https://idp-carsi.shnu.edu.cn/idp/shibboleth"
>
12:上海师范大学
</option>
<option
value=
"https://idp-cas.sues.edu.cn/idp/shibboleth"
>
13:上海工程技术大学
</option>
<option
value=
"https://idp.lixin.edu.cn/idp/shibboleth"
>
14:上海立信会计金融学院
</option>
<option
value=
"https://jaccount.sjtu.edu.cn/idp/shibboleth"
>
15:上海交通大学
</option>
<option
value=
"https://idp.shmtu.edu.cn/idp/shibboleth"
>
16:上海海事大学
</option>
<option
value=
"https://idp-carsi.shou.edu.cn/idp/shibboleth"
>
17:上海海洋大学
</option>
...
...
@@ -154,33 +172,45 @@
<option
value=
"https://idp-sma.cloud.sh.edu.cn/idp/shibboleth"
>
35:上海海事职业技术学院
</option>
<option
value=
"https://idp.sitsh.edu.cn/idp/shibboleth"
>
36:上海旅游高等专科学校
</option>
<option
value=
"https://idp.shpc.edu.cn/idp/shibboleth"
>
37:上海公安学院
</option>
<option
value=
"https://idp-s
hec.cloud.sh.edu.cn/idp/shibboleth"
>
38:认证中心测试子域
</option>
<option
value=
"https://idp-
xwcb.cloud.sh.edu.cn/idp/shibboleth"
>
39:上海新闻出版职业技术学校
</option>
<option
value=
"https://idp-
shwmcj.cloud.sh.edu.cn/idp/shibboleth"
>
40:上海市贸易
学校
</option>
<option
value=
"https://idp-s
casqhwz.cloud.sh.edu.cn/idp/shibboleth"
>
41:上海商业会计
学校
</option>
<option
value=
"https://idp-s
thu.cloud.sh.edu.cn/idp/shibboleth"
>
38:上海师范大学天华学院
</option>
<option
value=
"https://idp-
shec.cloud.sh.edu.cn/idp/shibboleth"
>
39:认证中心测试子域
</option>
<option
value=
"https://idp-
xwcb.cloud.sh.edu.cn/idp/shibboleth"
>
40:上海新闻出版职业技术
学校
</option>
<option
value=
"https://idp-s
hwmcj.cloud.sh.edu.cn/idp/shibboleth"
>
41:上海市贸易
学校
</option>
<option
value=
"https://idp-shnhzx.cloud.sh.edu.cn/idp/shibboleth"
>
42:上海市南湖职校
</option>
<option
value=
"https://idp-sems.cloud.sh.edu.cn/idp/shibboleth"
>
43:上海市经济管理学校
</option>
<option
value=
"https://idp-sthu.cloud.sh.edu.cn/idp/shibboleth"
>
44:上海师范大学天华学院
</option>
<option
value=
"https://idp-sjxqzx.cloud.sh.edu.cn/idp/shibboleth"
>
51:上海市松江区新桥职业技术学校
</option>
<option
value=
"https://idp-qpzx.cloud.sh.edu.cn/idp/shibboleth"
>
52:上海市青浦区职业学校
</option>
<option
value=
"https://idp.sit.edu.cn/idp/shibboleth"
>
53:上海应用技术大学
</option>
<option
value=
"https://idp.scst.edu.cn/idp/shibboleth"
>
54:上海科学技术职业学院
</option>
<option
value=
"https://idp.xdsisu.edu.cn/idp/shibboleth"
>
55:上海外国语大学贤达经济人文学院
</option>
<option
value=
"https://idp.firstjob.com.cn/idp/shibboleth"
>
56:学生事务中心
</option>
<option
value=
"https://idp.hpe.cn/idp/shibboleth"
>
57:黄浦区教育信息中心
</option>
<option
value=
"https://idp.chneic.sh.cn/idp/shibboleth"
>
58:长宁区教育信息中心
</option>
<option
value=
"https://idp.sjedu.cn/idp/shibboleth"
>
59:松江智慧教育
</option>
<option
value=
"https://idp.mhedu.sh.cn/idp/shibboleth"
>
60:闵行区教育局信息中心
</option>
<option
value=
"https://idp.xhedu.sh.cn/idp/shibboleth"
>
61:徐汇教育
</option>
<option
value=
"https://idp.qpedu.cn/idp/shibboleth"
>
62:青浦教育
</option>
<option
value=
"https://idp.jsedu.sh.cn/idp/shibboleth"
>
63:金山教育
</option>
<option
value=
"https://idp-cmjy.cloud.sh.edu.cn/idp/shibboleth"
>
64:崇明教育
</option>
<option
value=
"https://idp.pte.sh.cn/idp/shibboleth"
>
66:普陀教育
</option>
<option
value=
"https://idp-age03.cloud.sh.edu.cn/idp/shibboleth"
>
70:学前03子域
</option>
<option
value=
"https://idp-huiyuan.cloud.sh.edu.cn/idp/shibboleth"
>
72:慧源共享认证子域
</option>
<option
value=
"https://idp-age06.cloud.sh.edu.cn/idp/shibboleth"
>
73:学前教育认证
</option>
<option
value=
"https://idp-zzyrz.cloud.sh.edu.cn/idp/shibboleth"
>
75:中职开放课程云认证
</option>
<option
value=
"https://stu-idp.edu.sh.cn/idp/shibboleth"
>
76:电教馆-idp
</option>
<option
value=
"https://idp-sjxqzx.cloud.sh.edu.cn/idp/shibboleth"
>
49:上海市松江区新桥职业技术学校
</option>
<option
value=
"https://idp-qpzx.cloud.sh.edu.cn/idp/shibboleth"
>
50:上海市青浦区职业学校
</option>
<option
value=
"https://idp.sit.edu.cn/idp/shibboleth"
>
51:上海应用技术大学
</option>
<option
value=
"https://idp.scst.edu.cn/idp/shibboleth"
>
52:上海科学技术职业学院
</option>
<option
value=
"https://idp.xdsisu.edu.cn/idp/shibboleth"
>
53:上海外国语大学贤达经济人文学院
</option>
<option
value=
"https://idp.sppc.edu.cn/idp/shibboleth"
>
54:上海出版印刷高等专科学校
</option>
<option
value=
"https://idp.shupl.edu.cn/idp/shibboleth"
>
57:上海政法学院
</option>
<option
value=
"https://idp.scasqhwz.edu.cn/idp/shibboleth"
>
58:上海商业会计学校
</option>
<option
value=
"https://idp.succ.edu.cn/idp/shibboleth"
>
59:上海城建职业学院
</option>
<option
value=
"https://idp.firstjob.com.cn/idp/shibboleth"
>
61:学生事务中心
</option>
<option
value=
"https://idp.hpe.cn/idp/shibboleth"
>
62:黄浦区教育信息中心
</option>
<option
value=
"https://idp.chneic.sh.cn/idp/shibboleth"
>
63:长宁区教育信息中心
</option>
<option
value=
"https://idp.sjedu.cn/idp/shibboleth"
>
64:松江智慧教育
</option>
<option
value=
"https://idp.xhedu.sh.cn/idp/shibboleth"
>
66:徐汇教育
</option>
<option
value=
"https://idp.qpedu.cn/idp/shibboleth"
>
67:青浦教育
</option>
<option
value=
"https://idp.jsedu.sh.cn/idp/shibboleth"
>
68:金山教育
</option>
<option
value=
"https://idp-cmjy.cloud.sh.edu.cn/idp/shibboleth"
>
69:崇明教育
</option>
<option
value=
"https://idp.pte.sh.cn/idp/shibboleth"
>
71:普陀教育
</option>
<option
value=
"https://hk-idp.edu.sh.cn/idp/shibboleth"
>
76:虹口教育
</option>
<option
value=
"https://idp-huiyuan.cloud.sh.edu.cn/idp/shibboleth"
>
78:慧源共享认证子域
</option>
<option
value=
"https://idp-age06.cloud.sh.edu.cn/idp/shibboleth"
>
79:学前教育认证
</option>
<option
value=
"https://idp-zzyrz.cloud.sh.edu.cn/idp/shibboleth"
>
81:中职开放课程云认证
</option>
<option
value=
"https://stu-idp.edu.sh.cn/idp/shibboleth"
>
82:电教馆-idp
</option>
<option
value=
"https://idp-shangxiao.cloud.sh.edu.cn/idp/shibboleth"
>
84:上海市商业学校
</option>
<option
value=
"https://idp-zhwjzyjsxx.cloud.sh.edu.cn/idp/shibboleth"
>
85:上海第二工业大学附属振华外经职业技术学校
</option>
<option
value=
"https://idp-cloudedu.cloud.sh.edu.cn/idp/shibboleth"
>
89:教育云管理平台
</option>
<option
value=
"https://idp-vssmu.cloud.sh.edu.cn/idp/shibboleth"
>
95:上海海事大学附属职业技术学校
</option>
<option
value=
"https://idp-shdzgy.cloud.sh.edu.cn/idp/shibboleth"
>
96:上海市大众工业学校
</option>
<option
value=
"https://yp-idp.edu.sh.cn/idp/shibboleth"
>
97:杨浦教育
</option>
<option
value=
"https://fx-idp.edu.sh.cn/idp/shibboleth"
>
98:奉贤教育
</option>
<option
value=
"https://bs-idp.edu.sh.cn/idp/shibboleth"
>
99:宝山教育
</option>
<option
value=
"https://idp.pdedu.sh.cn/idp/shibboleth"
>
100:浦东教育
</option>
<option
value=
"https://mh-idp.edu.sh.cn/idp/shibboleth"
>
101:上海市闵行区教育局
</option>
</select>
</dd>
</dl>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment