onelogin/onelogin-python-aws-assume-role

Not able to get a SAMLResponse with success status after 6 iteration(s).

jsalatiel opened this issue · 2 comments

I am trying to get the tool to work but I always get:
Not able to get a SAMLResponse with success status after 6 iteration(s).

Which permission should I use when creating the API credential? ( I have chosen Auth only )

image

Authentication only should be fine here, and you would be getting a 401 unauthorized if the client id and secret didn't have the right permissions. Can you try again and see if you are seeing more information about why it is failing? Additionally can you tell me how long it usually takes to error out?

If there is no additional information right now, I am currently working on getting version 1.10.0 out that will have some additional logging in this area.

So, i debug a bit more and apparently that problem happens if the app id for the aws multi account is wrong. it would be nice if it could give a better error message and does not retry since it can lock the account for multiple logins attempt.