Skip to content

Commit

Permalink
Fix disabling SSO
Browse files Browse the repository at this point in the history
  • Loading branch information
trewq34 committed Sep 7, 2022
1 parent e83a9b5 commit 9577f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion auther/providers/helpers/azuread.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ async def _load_login(url):
'--disable-dev-shm-usage',
'--disable-gpu',
'--no-zygote',
'--auth-server-allowlist="_"'
'--auth-server-whitelist="_"',
'--auth-negotiate-delegate-whitelist="_"'
])
page = await browser.newPage()
response = await page.goto(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="auther",
version="0.0.6-dev6",
version="0.0.6-dev7",
author="Kamran Ali",
author_email="[email protected]",
description="Command line tool for AWS CLI authentication",
Expand Down

0 comments on commit 9577f96

Please sign in to comment.