We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffb2e6 commit 8627a78Copy full SHA for 8627a78
1 file changed
src/pybritive/helpers/credentials.py
@@ -82,7 +82,6 @@ def perform_interactive_login(self):
82
sso_idp = self.cli.config.get_tenant().get('sso_idp')
83
if sso_idp:
84
sso_idp = sso_idp.replace('saml', 'SAML') # ui is expecting it in caps
85
- print(sso_idp)
86
url = f'{self.base_url}/sso?idp={sso_idp}&token={self.auth_token}'
87
else:
88
url = f'{self.base_url}/login?token={self.auth_token}'
0 commit comments