Use AWS CLI to connect to AWS SSO that can only be accessed through Incognito Browser

0

Hi, I'm trying to use the AWS CLI to login to my organization's AWS SSO that's can only be accessed from an Incognito browser not the main browser. Whenever I put in the SSO start URL in the CLI it takes me to the main browser SSO where it can't be accessed. Is it possible to access the SSO that's in the Incognito browser? Thanks, har

1回答
0

Hello,

I believe there are a couple options here. The CLI uses the default browser settings, so one option is to set your default browser to private. This isn't desirable, so you'd have to change the command line or terminal default browser settings.

For command prompt, it may be possible through the properties menu (found by right clicking the bar at the top). More information can be found in the shell documents.

For a linux terminal, it's done through the command: sudo update-alternatives --config x-www-browser. Adding the -incognito tag may also work.

Hope this helps.

AWS
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ