0

Configured grafana with wso2 IS for authentication, Authentication is working fine but I am not able get user role into grafana from WSO2 IS. Can anyone guide on this.

Community
  • 1
  • 1

1 Answers1

0

You need to request the roles(groups) claim in the SP you registered for grafana. You can following the steps in doc to add roles claims to the SP

If you are using new console, follow these steps

  1. Go to the registered SP edit page
  2. Select the user attributes tap
  3. Add the role(groups) attributes enter image description here

In the access token, you can see the roles. (note: to always receive the roles in the access token make the roles attribute mandatory in the claims/attribute setting)

Inthirakumaaran
  • 369
  • 1
  • 8