How to logout from Saml2aws cli session or do force login

Viewed 8050

I have installed saml2aws & awscli, to connect with one of the OKTA system.

I have made few changes in the config and want to reload new, but struggling with how to logout from session

1 Answers

I have achieved this using

saml2aws login --force

Found here

Related