Skip to content

Commit

Permalink
Merge branch 'wip-100531-m402' into MOODLE_402_STABLE
Browse files Browse the repository at this point in the history
# Conflicts:
#	auth/oidc/lang/en/auth_oidc.php
  • Loading branch information
weilai-irl committed Jul 1, 2024
2 parents 762e7e4 + 3a32ff4 commit 881c2b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions auth/oidc/lang/en/auth_oidc.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@
<br/>
For Microsoft IdPs, the user experience is as follows:
<ul>
<li>If there is no active user session is found, Moodle login page will show.</li>
<li>If only one active user session is found, and the user has access to the Entra ID app (i.e. the user can use the Entra ID app), the user will be logged in to Moodle using SSO.</li>
<li>If no active user session is found, Moodle login page will show.</li>
<li>If only one active user session is found, and the user has access to the Entra ID app (i.e. user is from the same tenant, or is a guest user of the tenant), the user will be logged in to Moodle automatically using SSO.</li>
<li>If only one active user session is found, but the user doesn\'t have access to the Entra ID app (e.g. the user is from a different tenant, or the app requires user assignment and the user isn\'t assigned), the Moodle login page will show.</li>
<li>If there are multiple active user sessions, a page will show to allow the user to select the account to log in with.</li>
<li>If there are multiple active user sessions who have access to the Entra ID app, a page will show to allow the user to select the account to log in with.</li>
</ul>';
$string['oidcresource'] = 'Resource';
$string['oidcresource_help'] = 'The OpenID Connect resource for which to send the request.<br/>
Expand Down

0 comments on commit 881c2b6

Please sign in to comment.