8000 GitHub - mtucker502/sso-tools: Easily access pages protected with various SSO implementations
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Easily access pages protected with various SSO implementations

License

Notifications You must be signed in to change notification settings

mtucker502/sso-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAM_SSO

Easily access pages protected with various SSO implemntations

Simply create an instance of the class and then call the get() or post() methods. Login is handled for you.

Example

my_site = AzureSSO(
    sso_credentials=sso_credentials,
    verify=False,
    no_script = [
        'Since your browser does not support JavaScript',
        'Script is disabled. Click Submit to continue'
    ]
)

my_site.post(url, data=data)

About

Easily access pages protected with various SSO implementations

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0