| 項目 | 說明 |
|---|---|
| 如何與 Portal 介接 |
中央大學 Portal 扮演國立中央大學 Identity Provider 的角色,支援以下數種介接方式供 Service Provider 介接,選擇其中一種即可,(Deprecated 的不建議)。
|
| OpenID Connect |
|
| SAML |
|
| OAuth |
|
| 取得代碼對照表 |
|
| OAuth Scopes |
|
| OAuth 授權資料 |
class OAuthAuthorizedData {
class AcademyRecords {
string name
string studySystemNo
string degreeKindNo
string didGroup
string grad
string studentStatus
}
class AlumnusRecords {
string name
string studySystemNo
string degreeKindNo
string didGroup
string leaveSemester
string leaveYear
string gradYear
string iYear
string iSemester
string iReason
}
class FacultyRecords {
string unit
string unitNo
string tunitNo
string occupation
string emTypeNo
string esTypeNo
}
class Delegator {
string identifier
string chineseName
int delegateId
}
long id
string identifier
string chineseName
string englishName
string gender
string birthday
string personalId
string studentId
string email
boolean emailVerified
string mobilePhone
boolean mobilePhoneVerified
AcademyRecords academyRecords
FacultyRecords facultyRecords
AlumnusRecords alumnusRecords
Delegator delegator
}
|
| 文件及範例 |
|