Skip to content

Commit

Permalink
Deployed f224d3d to develop with MkDocs 1.6.1 and mike 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Docs Deploy committed Sep 30, 2024
1 parent c4fb0f8 commit 8e08c81
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions develop/FAQ/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#why-does-aws-sso-say-i-need-to-login-now" class="md-nav__link">
<span class="md-ellipsis">
Why does aws-sso say I need to login now?
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1286,6 +1295,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#why-does-aws-sso-say-i-need-to-login-now" class="md-nav__link">
<span class="md-ellipsis">
Why does aws-sso say I need to login now?
</span>
</a>

</li>

</ul>
Expand Down Expand Up @@ -1654,6 +1672,13 @@ <h3 id="why-cant-aws-sso-find-my-new-role">Why can't aws-sso find my new role?</
API call. Unfortunately, this seems to be a limitation with AWS and you just
have to wait a few minutes.</p>
<p>You can see what the AWS ListAccountRoles API is returning via <code>aws-sso cache -L debug</code></p>
<h3 id="why-does-aws-sso-say-i-need-to-login-now">Why does aws-sso say I need to login now?</h3>
<p>As of v2.x, <code>aws-sso</code> now expects you to explicitly login via the <code>login</code> command as training
users to expect to be auto-prompted via the browser made it more likely an attacker could
successfully phish their credentials. By requiring logging in to be explictly initiated by
the user, it becomes easier to identify when browser prompts are legitimately for <code>aws-sso</code>.</p>
<p>Users wishing to utilize the previous auto-login mechanisim can use then <a href="../config/#autologin">AutoLogin</a>
configuration option.</p>
<p>--</p>
<h2 id="advanced-features">Advanced Features</h2>
<h3 id="does-aws-sso-cli-support-role-chaining">Does AWS SSO CLI support role chaining?</h3>
Expand Down
2 changes: 1 addition & 1 deletion develop/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 8e08c81

Please sign in to comment.