awsapilib icon indicating copy to clipboard operation
awsapilib copied to clipboard

Support for quicksight.aws.amazon.com/sn/start authentication flow on authentication.py

Open thiagoeh opened this issue 3 years ago • 2 comments

I'm trying to automate some Quicksight admin (undocumented) API operations, which appear to be authenticated through AWS console cookies combined with a CSRF validation (through the mbtc parameter).

Would you be open to review a pull request for that? I'm yet to write the code, but was thinking about including a method for that on awsapilib/tree/main/awsapilib/authentication/authentication.py

thiagoeh avatar Sep 16 '22 01:09 thiagoeh

Of course I would be open to that and I would love it :) Do you think you would need any help/guidance on how to get started?

costastf avatar Sep 16 '22 11:09 costastf

Hi @thiagoeh , I have completely refactored the code into something that makes more sense so if you are still interested in this feature, have a look at the branch https://github.com/schubergphilis/awsapilib/tree/fix-root-login which should be much easier to understand than the previous iteration of the code.

costastf avatar Aug 24 '23 14:08 costastf