saml2aws icon indicating copy to clipboard operation
saml2aws copied to clipboard

CLI tool which enables you to login and retrieve AWS temporary credentials using a SAML IDP

Results 294 saml2aws issues
Sort by recently updated
recently updated
newest added

after merging #827, Appveyor still failed https://ci.appveyor.com/project/davidobrien1985/saml2aws/builds/44234589 looking into it further, it might be that Appveyor runs on older Windows image with no current Golang https://www.appveyor.com/updates/ https://www.appveyor.com/docs/windows-images-software/#golang https://www.appveyor.com/docs/build-environment/ I don't...

It is confusing as hell to have saml2aws request 2 flags that do not exist.

Microsoft introduced [Number Match](https://docs.microsoft.com/en-us/azure/active-directory/authentication/how-to-mfa-number-match) with ADFS MFA. This PR grabs the validEntropyNumber from the HTML and display's it to the user.

This PR will add support for the `pingntlm` provider which is needed for pre-authentication issues. Fixes #244 Thank you to @richardcase for the solution, and help. I didn't see a...

This may simply be an issue with my understanding of the "order" of items in my ~/.zshrc file, but adding the line you suggest for your auto-completion, `eval "$(saml2aws --completion-script-zsh)"`...

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.44.59 to 1.44.71. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.44.71 (2022-08-08) Service Client Updates service/glue: Updates service API and documentation Add an option to run non-urgent...

Bumps [gopkg.in/ini.v1](https://github.com/go-ini/ini) from 1.66.6 to 1.67.0. Release notes Sourced from gopkg.in/ini.v1's releases. 1.67.0 What's Changed ini: allow changing the default section name by @​jade-clarke in go-ini/ini#319 New Contributors @​jade-clarke made...

**The Problem** The special parameters "@" and "!" are expanded in the shell context when used as the leading character of a command argument, resulting in errors. Given the possibility...

## Problem Statement When running `saml2aws login` , the following error occurs: ``` cannot find state token github.com/versent/saml2aws/v2/pkg/provider/okta.getStateTokenFromOktaPageBody github.com/versent/saml2aws/v2/pkg/provider/okta/okta.go:596 github.com/versent/saml2aws/v2/pkg/provider/okta.(*Client).follow github.com/versent/saml2aws/v2/pkg/provider/okta/okta.go:570 github.com/versent/saml2aws/v2/pkg/provider/okta.(*Client).authWithSession github.com/versent/saml2aws/v2/pkg/provider/okta/okta.go:333 github.com/versent/saml2aws/v2/pkg/provider/okta.(*Client).Authenticate github.com/versent/saml2aws/v2/pkg/provider/okta/okta.go:461 github.com/versent/saml2aws/v2/cmd/saml2aws/commands.Login github.com/versent/saml2aws/v2/cmd/saml2aws/commands/login.go:105 main.main github.com/versent/saml2aws/v2/cmd/saml2aws/main.go:188 runtime.main...

I typically use rc shell, but saml2aws exec uses /bin/sh -c '....' which causes some problems. I have a small PR that has exec pull the SHELL environment variable and...