Feature #79
進行中Single Sign On (SSO) of Codeigniter(hoosk/beasincere) and Moodle
概述
單一登入 wiki
https://zh.wikipedia.org/wiki/%E5%96%AE%E4%B8%80%E7%99%BB%E5%85%A5
Single Sign On 實作方式介紹 (CAS)
https://yu-jack.github.io/2020/04/20/sso-2/
Single Sign On (SSO) for Moodle
https://www.miniorange.com/moodle-single-sign-on-(sso)
How to access session in Moodle, created on Codeingiter
https://moodle.org/mod/forum/discuss.php?d=273374
Codeigniter: share session with subdomain & sess_time_to_update
https://stackoverflow.com/questions/18853783/codeigniter-share-session-with-subdomain-sess-time-to-update
Codeigniter sessions across sub domains
https://stackoverflow.com/questions/22748422/codeigniter-sessions-across-sub-domains
Sharing session data to all subdomain codeigniter
https://stackoverflow.com/questions/22588700/sharing-session-data-to-all-subdomain-codeigniter
檔案
SC 是由 Sashiba Chou 於 超過 4 年 前更新
- 完成日期 設定為 2021-08-21
- 狀態 從 New 變更為 In Progress
- 預估工時 設定為 15:00 小時
SC 是由 Sashiba Chou 於 超過 4 年 前更新
h2. How to Add Facebook Login for Moodle
SC 是由 Sashiba Chou 於 超過 4 年 前更新
h2. Configure Facebook login to fulfill the requirement
SC 是由 Sashiba Chou 於 超過 4 年 前更新
h2. Keywords
- URL blocked: This redirect failed because the redirect URI is not white-listed in the app's client OAuth settings. Make sure that the client and web OAuth logins are on and add all your app domains as valid OAuth redirect URIs.
SC 是由 Sashiba Chou 於 超過 4 年 前更新
h2. SSO相關名詞解釋 + keywrods
- SSO
-
Authentication_vs_Authorization
!Authentication_vs_Authorization.png! -
LDAP (Lightweight Directory Access Protocol)
- 鳥哥
http://dic.vbird.tw/linux_server/unit07.php- 土妹 - 什么是LDAP和AD活动目录?为什么说每个程序员都应该了解LDAP/AD?
https://www.youtube.com/watch?v=a2NYJmgQfX4
-
SAML
-
OpenID/OIDC(OpenID Connect)
- CAS
h2. SSO(單點登入)跨網站如何取得狀態
SC 是由 Sashiba Chou 於 超過 4 年 前更新
Workaround:
直接redirect到moodle本身的FB login url
SSO太複雜先省略
管理者和講師則是從moodle/login/index_admin.php登入