'#description'=>t('Choose which immutable token parameter to use
as the mapping between Azure AD accounts and Drupal users.<br/>
<ul>
<li>"sub" is unique per user, but varies across AD application registrations.</li>
<li>"oid" is unique per user and common across all applications in the same tenant.</li>
<li>See <a href=":url">:url</a> for further details.</li>
</ul>
<p><strong>The "oid" option, requires a patch for the openid_connect module. See issue <a href=":issue_url">:issue_url</a> for more information.</strong></p>
<p>The default "sub" is sufficient in most cases. However, "oid" is useful if
you want to use AD auth tokens to request access to other services and verify
the user id. For example the Microsoft Graph API does not return the sub, but
will return the oid in its "id" parameter. Also to sync databases between
environments that use different app registrations, users will not map properly