Skip to content

Commit

Permalink
fix _cas_edu generic ENT function
Browse files Browse the repository at this point in the history
closes #306
  • Loading branch information
bain3 committed Sep 11, 2024
1 parent 5b8f338 commit d48eb91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronotepy/ent/generic_func.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _cas_edu(
response = session.get(url, headers=HEADERS)

if redirect_form:
response = _sso_redirect(session, response, "SAMLResponse", url)
response = _sso_redirect(session, response, "SAMLRequest", url)
if not response:
raise ENTLoginError("Connection failure")

Expand Down

0 comments on commit d48eb91

Please sign in to comment.