mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
23 lines
1019 B
JSON
23 lines
1019 B
JSON
{
|
|
"name": "Jasig-CAS",
|
|
"author": "Brendan Coles <bcoles@gmail.com>",
|
|
"version": "0.1",
|
|
"description": "Jasig Central Authentication Service (CAS) is an authentication system originally created by Yale University to provide a trusted way for an application to authenticate a user.",
|
|
"website": "http://www.jasig.org/cas",
|
|
"matches": [
|
|
{
|
|
"offset": 1,
|
|
"regexp": "(?-mix:<p>Powered by <a href=\"http:\\/\\/www\\.ja-?sig\\.org\\/(products\\/)?cas\">Jasig Central Authentication Service ([^<^\\s]+)<\\/a><\\/p>)"
|
|
},
|
|
{
|
|
"text": "<title>CAS – Central Authentication Service</title>"
|
|
},
|
|
{
|
|
"text": "<!-- Congratulations on bringing CAS online! The default authentication handler authenticates where usernames equal passwords: go ahead, try it out. -->"
|
|
},
|
|
{
|
|
"text": "<p>Powered by <a href=\"http://www.jasig.org/cas\">Jasig Central Authentication Service</a></p>"
|
|
}
|
|
]
|
|
}
|