Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to logout from Saml2aws cli session or do force login

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

like image 403
Error Hunter Avatar asked Sep 10 '25 15:09

Error Hunter


1 Answers

I have achieved this using

saml2aws login --force

Found here

like image 196
Error Hunter Avatar answered Sep 14 '25 05:09

Error Hunter