You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since many/most(?) MDMs allow dynamic variables, it would be nice to have option to enforce the user name so that user cannot login with "wrong" account.
Basically a string key in config profile where one would put something like {{UserPrincipalName}}, %EMAIL% or whatever the MDM would then use to replace the value with user's UPN. Xcreds would then notice if that preference key is set, validate if it's an email address and if yes, automatically use that to login.
The text was updated successfully, but these errors were encountered:
…Array with name of user allowed to log in and define allowUsersClaim with an OIDC claim that contains that value. Or use the xcreds_example_azure_allow_fred.mobileconfig to test
Since many/most(?) MDMs allow dynamic variables, it would be nice to have option to enforce the user name so that user cannot login with "wrong" account.
Basically a string key in config profile where one would put something like {{UserPrincipalName}}, %EMAIL% or whatever the MDM would then use to replace the value with user's UPN. Xcreds would then notice if that preference key is set, validate if it's an email address and if yes, automatically use that to login.
The text was updated successfully, but these errors were encountered: