Thank you for posting this in Microsoft Q&A.
I understand your query is related to configuring Grafana with SSO authentication using client certificates instead of client ID and client secret for Azure AD.
Please follow the below steps
1.Create the Azure AD application in Microsoft Entra Id
2.Go to App Registrations, search for your application, and click certificates & secrets, then upload certificate under certificates section.
Please follow this document to create certificate to authenticate your application.
3.To access resources in your subscription, you must assign a role to the application.
4.Copy the client id and tenant id of your application.
For your reference to create application and service principal: https://learn.microsoft.com/en-us/entra/identity-platform/howto-create-service-principal-portal
5.Once the client certificate has been uploaded to Azure AD, log in to your Grafana instance then Navigate to the Configuration tab.
6.Select Azure Active Directory from the Authentication section.
7.Enter the client ID and tenant ID that you copied from the previous step, upload the certificate.
8.Click Save to save the configuration. If the save was successful, Grafana will apply the new configurations.
This way you can configure SSO for Grafana with Azure AD Authentication Using Client Certificates Instead ClientID/Client Secret
Hope this helps. Do let us know if you any further queries.
Thanks,
Navya.
If the answer is helpful, please click "Accept Answer" and kindly "upvote" it.