Grafana Oauth for SSO Authentication and LDAP for Authorization

Hello Grafana Community.
I have a OAuth implementation where I can only use it for Authentication. In id_token I’m only receiving information about the username and email.
Our Team which is responsible for SSO said that I could use LDAP for Authorization after I’ll get the Authentication.
(I’m aware that I can setup LDAP for both Authentication and Authorization, but here the user needs to enter his username and password.)
Is it possible to achieve such a config?

Team which is responsible for SSO can add data for authorization (groups/roles) into id/access token/userinfo from the LDAP usually. Then you can use role_attribute_path Grafana config.

Hi Jangaraj. Thanks for the input.

Regards
Dawid