Where to find certificates (public key) to add

Matt Dimmer 0 Reputation points
2023-08-03T16:40:38.1166667+00:00

Hi, I am trying to set up an access token for a third party to send information to an Excel worksheet. I'm not really sure what I'm doing so any help would be greatly appreciated. Part of the instructions I have been given is to add a certificate with one fo the following file types .cer .pem .prt, but I'm not sure where to find these? Thank you for your help.

Matt

Microsoft Security | Microsoft Entra | Microsoft Entra ID
{count} votes

1 answer

Sort by: Most helpful
  1. Akshay-MSFT 17,956 Reputation points Microsoft Employee Moderator
    2023-08-07T11:27:58.59+00:00

    @Matt Dimmer

    Thank you for posting your query on Microsoft Q&A. From above description I am not able to understand much however I am assuming that you have follow objective:

    1. How to get an Azure AD access token for an application registered (3rd party) with Azure AD?
    2. To add a certificate with the application registered following file types .cer .pem .prt, but I'm not sure where to find these.

    PFB answers:

    How to get an Azure AD access token for an application registered (3rd party) with Azure AD?

    To add a certificate with the application registered following file types .cer .pem .prt, but I'm not sure where to find these.

    • As a step in Application registration you can add both certificates and client secrets (a string) as credentials to your confidential client app registration.

    User's image

    One form of credential that an application can use for authentication is a JSON Web Token (JWT) assertion signed with a certificate that the application owns. This is described in the OpenID Connect specification for the private_key_jwt client authentication option. If you're interested in using a JWT issued by another identity provider as a credential for your application, please see workload identity federation for how to set up a federation policy.

    Please do let me know if you have any queries.

    Thanks,

    Akshay Kaushik

    Please "Accept the answer" (Yes), and share your feedback if the suggestion answers you’re your query. This will help us and others in the community as well.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.