mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Clarify docs
This commit is contained in:
parent
76460436fe
commit
d219dd6337
1 changed files with 3 additions and 2 deletions
|
|
@ -169,7 +169,7 @@ out of the box for the corresponding universities:
|
||||||
| Uni Köln | https://www.ilias.uni-koeln.de/ilias | local | uk |
|
| Uni Köln | https://www.ilias.uni-koeln.de/ilias | local | uk |
|
||||||
| Uni Konstanz | https://ilias.uni-konstanz.de | local | ILIASKONSTANZ |
|
| Uni Konstanz | https://ilias.uni-konstanz.de | local | ILIASKONSTANZ |
|
||||||
| 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 | None |
|
| Uni Tübingen | https://ovidius.uni-tuebingen.de/ilias3 | shibboleth | |
|
||||||
|
|
||||||
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:
|
||||||
|
|
@ -184,7 +184,8 @@ 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.
|
||||||
- `client_id`: An ID used for `local` authentication.
|
- `client_id`: An ID used for authentication if `client_type` is `local`.
|
||||||
|
Is ignored if `client_type` is `shibboleth`.
|
||||||
- `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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue