Configuring mail server for endpoint management system to authorize as user via email

Shellie Bagwell - Admin 0 Reputation points
2024-01-31T13:45:18.41+00:00

I have registered the web app and when adding the client ID and Secrect to the management system it keeps telling me the ID and Secret are wrong. I've used what's reflected on overview after registration and have also tried the all keys and ID in the manifest.
Which key ID and secret should I be adding as the client ID and secret? Thanks

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

1 answer

Sort by: Most helpful
  1. Gudivada Adi Navya Sri 21,080 Reputation points Moderator
    2024-02-01T07:50:47.06+00:00

    Hi @Shellie Bagwell - Admin

    Thank you for posting this in Microsoft Q&A.

    I understand you are having trouble adding the client ID and secret to the management system, but the management system keeps telling you that the ID and secret are wrong. I have registered web application in Microsoft Entra Id.

    User's image

    Client Id which is equals to Application Id. This is the unique application ID of this application in my directory.

    To add client-secret to your application follow below steps:

    1. In the Microsoft Entra admin center, in App registrations, select your application.
    2. Select Certificates & secrets > Client secrets > New client secret.
    3. Add a description for your client secret.
    4. Select an expiration for the secret or specify a custom lifetime.
    5. Select Add.

    Note: Record the secret's value for use in your client application code. This secret value is never displayed again after you leave this page.

    The image below shows how this client's secret appears.

    User's image

    Which key ID and secret should I be adding as the client ID and secret?

    Add your application ID as the client ID and the client-secret value (highlighted in above image) as the secret to the management system.

    Hope this helps. Do let us know if you any further queries.

    Thanks,
    Navya.

    0 comments No comments

Your answer

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