Graph API for certificate|thumbprint based login

Ravi Kumar 1 Reputation point
2020-07-25T15:46:49.783+00:00

I was looking for an graph API for login through golang code, using http methods, using certificate or thumbprint. Not by using client_secret.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,774 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. soumi-MSFT 11,721 Reputation points Microsoft Employee
    2020-07-27T06:45:38.287+00:00

    @RaviKumar-7392, Thank you for reaching out. You can take a look at the following URL https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow#second-case-access-token-request-with-a-certificate

    This link gives the details of using the certificate using client_credentials flow of OAuth.

    Hope this helps.

    Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as Answer; if the above response helped in answering your query.