-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated Duo process to handle new "universal" prompt
There weren't a huge number of changes; the biggest was that some of the form fields are much easier to extract, now that it seemingly uses a simplified React codebase. There was a new "exit" endpoint that needs to be called that triggers the callback into SAML.
- Loading branch information
Showing
4 changed files
with
191 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name='touchstone-auth', | ||
version='0.6.0', | ||
version='0.7.0', | ||
author='Christopher Johnstone', | ||
author_email='[email protected]', | ||
description='Access Touchstone SSO sites without a web browser.', | ||
|
@@ -28,7 +28,7 @@ | |
install_requires=[ | ||
'beautifulsoup4', | ||
'requests', | ||
'requests-pkcs12==1.15', | ||
'requests-pkcs12==1.24', | ||
'requests-kerberos', | ||
'typing-extensions' | ||
] | ||
|
Oops, something went wrong.