Hey, is there a way to assume role with SAML via this package?
So, given RoleArn, PrincipalArn, SAMLAssertion, and duration:
R code w/ botor package would be like this, but I'm trying to avoid the python requirement:
stsclient <- botor::botor()$client("sts")
token <- stsclient$assume_role_with_saml(RoleArn=role_arn,
PrincipalArn=principal_arn,
SAMLAssertion=assertion,
DurationSeconds=43200L)
Thank you for your effort.
Cory
Please specify whether your issue is about:
Hey, is there a way to assume role with SAML via this package?
So, given RoleArn, PrincipalArn, SAMLAssertion, and duration:
R code w/ botor package would be like this, but I'm trying to avoid the python requirement:
Thank you for your effort.
Cory
Please specify whether your issue is about: