You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The Computer Logon MA solution supports different MFA providers, including the Microsoft Entra MFA service and Deepnet DualShield MFA server.

You need to enter the details of the MFA provider that will be used to authenticate users for computer logins.

In the Deepnet Configuration Editor, navigate to "MFA Platform | MFA Provider"

The Computer Logon MA solution supports both Entra ID joined PCs and On-Prem AD joined PCs. The hybrid joined PC is treated as On-Prem joined PC.

You can use the same MFA provider for both Entra ID joined PCs and On-Prem AD joined PCs, or you can use a different MFA provider for Entra ID joined PCs and On-Prem AD joined PCs.

Microsoft  Entra MFA

KeyValueComment
Client ID


Authorization Endpoint
https://login.microsoftonline.com/TENANT-ID/oauth2/v2.0/authorize
Replace "TENANT-ID" with your Tenant ID
Token Endpoint
https://login.microsoftonline.com/TENANT-ID/oauth2/v2.0/token
Replace "TENANT-ID" with your Tenant ID
Token Download Endpointhttps://admin.safeid.io/api/ComputerLogon/GetTokensSee the Token Download Section

Deepnet DualShield MFA

KeyValueComment
Client ID



Authorization Endpoint
https://FQDN/sso/v1/authc/oauth/connect/authorize
Replace "TENANT-ID" with your Tenant ID
Token Endpoint
https://FQDN/sso/v1/authc/oauth/connect/token
Replace "TENANT-ID" with your Tenant ID
Token Download Endpoint
https://FQDN/sso/v1/authc/oauth/connect/downloadTokens
See the Token Download Section


  • No labels