mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Restore KIT URL and remove debug log
This commit is contained in:
parent
66f196e582
commit
38cd1888c2
2 changed files with 1 additions and 3 deletions
|
|
@ -8,8 +8,7 @@ from .shibboleth_login import ShibbolethLogin
|
||||||
|
|
||||||
TargetType = Union[str, int]
|
TargetType = Union[str, int]
|
||||||
|
|
||||||
# _ILIAS_URL = "https://ilias.studium.kit.edu"
|
_ILIAS_URL = "https://ilias.studium.kit.edu"
|
||||||
_ILIAS_URL = "https://ovidius.uni-tuebingen.de/ilias3"
|
|
||||||
|
|
||||||
|
|
||||||
class KitShibbolethBackgroundLoginSuccessful:
|
class KitShibbolethBackgroundLoginSuccessful:
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,6 @@ class ShibbolethLogin:
|
||||||
form = soup.find(
|
form = soup.find(
|
||||||
"form", {"method": "post"})
|
"form", {"method": "post"})
|
||||||
action = form["action"]
|
action = form["action"]
|
||||||
log.print(f"action: {action}")
|
|
||||||
|
|
||||||
# Equivalent: Enter credentials in
|
# Equivalent: Enter credentials in
|
||||||
# https://idp.scc.kit.edu/idp/profile/SAML2/Redirect/SSO
|
# https://idp.scc.kit.edu/idp/profile/SAML2/Redirect/SSO
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue