Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crowbar no longer works with Okta, a SAML IdP #6

Open
JosephNuthalapati2244 opened this issue Aug 27, 2021 · 2 comments
Open

crowbar no longer works with Okta, a SAML IdP #6

JosephNuthalapati2244 opened this issue Aug 27, 2021 · 2 comments

Comments

@JosephNuthalapati2244
Copy link

I am trying to use an already configured profile with crowbar, which I remember was working earlier.
It fails before prompting for login credentials.

$ crowbar exec myprofile -- aws s3 ls
Unable to login
Caused by:
 1: HTTP status client error (401 Unauthorized) for url (https://<subdomain>.okta.com/api/v1/authn)

Using crowbar v0.3.7

@moritzheiber
Copy link
Owner

Yes, this is an unfortunate side-effect of crowbar having no facility to invalidate the credentials associated with your Okta account. You've probably changed your password recently and thus the password crowbar stored for your profile before is now invalid. You can work around this issue by deleting all references to crowbar from your local password store (macOS Keychain, Linux GNOME Keyring, Windows Cert Manager). crowbar will then ask you for your password again on the next run.

@JosephNuthalapati2244
Copy link
Author

Purging the credentials from Keyring fixes the issue. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants