File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -432,6 +432,8 @@ properties:
432
432
description: "Generic OAuth name attribute path"
433
433
grafana.auth.generic_oauth.role_attribute_path:
434
434
description: "Generic OAuth role attribute path"
435
+ grafana.auth.generic_oauth.id_token_attribute_name:
436
+ description: "Attribute name to read token from token authorization response"
435
437
grafana.auth.generic_oauth.auth_url:
436
438
description: "Generic OAuth url"
437
439
grafana.auth.generic_oauth.token_url:
Original file line number Diff line number Diff line change @@ -840,6 +840,10 @@ name_attribute_path = <%= name_attribute_path %>
840
840
role_attribute_path = <%= role_attribute_path %>
841
841
<% end %>
842
842
843
+ <% if_p(' grafana.auth.generic_oauth.id_token_attribute_name' ) do |id_token_attribute_name| %>
844
+ id_token_attribute_name = <%= id_token_attribute_name %>
845
+ <% end %>
846
+
843
847
<% if_p(' grafana.auth.generic_oauth.auth_url' ) do |auth_url| %>
844
848
auth_url = <%= auth_url %>
845
849
<% end %>
You can’t perform that action at this time.
0 commit comments