mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
added simple-saml to documentation, added name to LICENSE
This commit is contained in:
parent
2509711d62
commit
b10b75d56b
2 changed files with 4 additions and 2 deletions
|
|
@ -172,6 +172,7 @@ out of the box for the corresponding universities:
|
||||||
| Uni Stuttgart | https://ilias3.uni-stuttgart.de | local | Uni_Stuttgart |
|
| Uni Stuttgart | https://ilias3.uni-stuttgart.de | local | Uni_Stuttgart |
|
||||||
| Uni Tübingen | https://ovidius.uni-tuebingen.de/ilias3 | shibboleth | |
|
| Uni Tübingen | https://ovidius.uni-tuebingen.de/ilias3 | shibboleth | |
|
||||||
| KIT ILIAS Pilot | https://pilot.ilias.studium.kit.edu | shibboleth | pilot |
|
| KIT ILIAS Pilot | https://pilot.ilias.studium.kit.edu | shibboleth | pilot |
|
||||||
|
| FAU StudOn | https://www.studon.fau.de/studon | simple-saml | StudOn |
|
||||||
|
|
||||||
If your university isn't listed, try navigating to your instance's login page.
|
If your university isn't listed, try navigating to your instance's login page.
|
||||||
Assuming no custom login service is used, the URL will look something like this:
|
Assuming no custom login service is used, the URL will look something like this:
|
||||||
|
|
@ -186,8 +187,9 @@ If the values work, feel free to submit a PR and add them to the table above.
|
||||||
- `login_type`: How you authenticate. (Required)
|
- `login_type`: How you authenticate. (Required)
|
||||||
- `local`: Use `client_id` for authentication.
|
- `local`: Use `client_id` for authentication.
|
||||||
- `shibboleth`: Use shibboleth for authentication.
|
- `shibboleth`: Use shibboleth for authentication.
|
||||||
|
- `simple-saml`: Use SimpleSAML based authentication.
|
||||||
- `client_id`: An ID used for authentication if `login_type` is `local`. Is
|
- `client_id`: An ID used for authentication if `login_type` is `local`. Is
|
||||||
ignored if `login_type` is `shibboleth`.
|
ignored if `login_type` is `shibboleth` or `simple-saml`.
|
||||||
- `target`: The ILIAS element to crawl. (Required)
|
- `target`: The ILIAS element to crawl. (Required)
|
||||||
- `desktop`: Crawl your personal desktop / dashboard
|
- `desktop`: Crawl your personal desktop / dashboard
|
||||||
- `<course id>`: Crawl the course with the given id
|
- `<course id>`: Crawl the course with the given id
|
||||||
|
|
|
||||||
2
LICENSE
2
LICENSE
|
|
@ -1,6 +1,6 @@
|
||||||
Copyright 2019-2024 Garmelon, I-Al-Istannen, danstooamerican, pavelzw,
|
Copyright 2019-2024 Garmelon, I-Al-Istannen, danstooamerican, pavelzw,
|
||||||
TheChristophe, Scriptim, thelukasprobst, Toorero,
|
TheChristophe, Scriptim, thelukasprobst, Toorero,
|
||||||
Mr-Pine, p-fruck, PinieP
|
Mr-Pine, p-fruck, PinieP, NIKL45
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue