Grafana 9.1.6
Keycloak 18.0.2
I wonder if there any way in grafana.ini (default.ini) to check if user has an email, and if he doesnt, then make it use username as email. In example like that:
[auth.generic_oauth]
email_attribute_path = checkNotNull(user.email) && preferred_email || preferred_username
-
What Grafana version and what operating system are you using?
-
What are you trying to achieve?
-
How are you trying to achieve it?
-
What happened?
-
What did you expect to happen?
-
Can you copy/paste the configuration(s) that you are having problems with?
-
Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
-
Did you follow any online instructions? If so, what is the URL?