You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When login multiple times quickly, and if the org-domain is different, an error occurs that the subject_token is Invalid.
So I checked it using the okta-aws-cli -d -g web option,
At the POST /oauth2/v1/token step, I was able to confirm that the iss value and aud value of the jwt token in the actor_token parameter are the previous domain.
It seems that the actor_token is cached somewhere.
Hi there,
I am using okta-aws-cli to configure terraform and aws cli, command to receive AWS Credentials.
Example command for login aws-cli:
When login multiple times quickly, and if the org-domain is different, an error occurs that the
subject_token is Invalid
.So I checked it using the
okta-aws-cli -d -g web
option,At the
POST /oauth2/v1/token
step, I was able to confirm that theiss
value andaud
value of the jwt token in theactor_token
parameter are the previous domain.It seems that the
actor_token
is cached somewhere.Expected behavior:
okta-aws-cli web should work
iss and aud values:
attempt1) a.okta.com
attempt2) b.okta.com
Current status:
iss and aud values:
attempt1) a.okta.com
attempt2) a.okta.com
The text was updated successfully, but these errors were encountered: