-
Notifications
You must be signed in to change notification settings - Fork 12.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OAuth: custom username docs #28400
OAuth: custom username docs #28400
Conversation
@@ -80,6 +80,10 @@ Customize user login using `login_attribute_path` configuration option. Order of | |||
|
|||
You can customize the attribute name used to extract the ID token from the returned OAuth token with the `id_token_attribute_name` option. | |||
|
|||
You can set the user's display name with JMESPath using the `name_attribute_path` configuration option. It operates the same way as the `login_attribute_path` option. | |||
|
|||
> **Note:** `name_attribute_path` is available in Grafana 7.4+. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we adding 7.4 docs before we have even finished 7.3?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want this feature in 7.4, not 7.3, because it's a feature and we already pushed 7.3 beta. So we don't want to merge this before 7.3 stable released.
This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
…me-docs Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Shall we merge this @alexanderzobnin? |
@aknuds1 we're waiting for 7.4.0-beta |
@alexanderzobnin Ah... |
This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 30 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
This PR contains docs for the #28286 -
name_attribute_path
config option.