Is it possible to use Entra ID for SSO authentication without using a client secret.
Below link explains how to create/enable auth.azuread is grafana config
Is it possible to use certificates instead of Client secret in grafana.
Is it possible to use Entra ID for SSO authentication without using a client secret.
Below link explains how to create/enable auth.azuread is grafana config
Is it possible to use certificates instead of Client secret in grafana.
Yes, use PKCE, so you don’t need any client secret or cert.
I see that even with PKCE we need client secret.
Where do you see that?