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.
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:
- In the Microsoft Entra admin center, in App registrations, select your application.
- Select Certificates & secrets > Client secrets > New client secret.
- Add a description for your client secret.
- Select an expiration for the secret or specify a custom lifetime.
- 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.
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.