Duane Waddle

Results 10 comments of Duane Waddle

This is also (apparently) needed for GovCloud as well.

Fixes #41. I'd personally prefer if the expiration was exposed an an epoch value. Basically, I'm looking to be able to do math to decide if a refresh of the...

So outside of saml2aws this is often part of the "relay state" in SAML. In our Okta defintion for the app we have a relay state defined like so: ```https://console.aws.amazon.com/console/home?region=us-west-2```...

What provider? What MFA setup? Share your .saml2aws config file?

The version list I pulled from my V100 here has some discrepancies versus your list for several dates. Where you already had a date for a version, I kept it....

I will take a look at adding tests. Thanks!

I am struggling to figure out how to write tests for this. I've started by (very small) factoring of the `verifyMfa` function to put the Okta Push part into its...

I am a little concerned about littering the codebase with special cases for GovCloud and AWS China. But, I don't have the experience with the codebase (or golang itself tbh)...

I don't mind rebasing this against current main, but I no longer have access to test in GovCloud. The underlying issue #533 has not seen a lot of support for...