MSAL
Auth - MSAL supports shared device mode from Microsoft. This connection supports Brokered authentication via MS Authenticator and Browser based authentication.
Field
Description
...
"auth_msal" : {
"client_id": "<client_id during registration>",
"authorization_user_agent" : "DEFAULT",
"redirect_uri": "msauth://com.bluefletch.ems.auth/KUKEusfKtqAOu9UB6jgjtTMKYas%3D",
"authority_type": "AAD",
"authority_url": "https://login.microsoftonline.com/<audience_tenant_id>",
"audience_tenant_id" : "<audience_tenant_id>",
"logout_url": "https://login.microsoftonline.com/common/oauth2/logout?post_logout_redirect_uri=https%3A%2F%2Fwww.office.com%2F%3Fref%3Dlogout",
"limit_to_launcher_groups": true,
"scopes": "openid email profile User.Read GroupMember.Read.All",
"shared_device_mode_supported": true,
"broker_redirect_uri_registered": true,
"limit_groups_to_direct_membership": true,
"auth_default_group": "Associates"
}
...Last updated