2.3.1
Fix an issue where role data parsing for SAML clients returns the AWS saml provider integration ARN instead of the role ARN. This would cause an issue where running aws-runas -l
reports the roles as
arn:aws:iam::1234567890:saml-provider/ProviderName
instead of
arn:aws:iam::1234567890:role/TheRole