Scope and Claims parameters are not forwarded to another OIDC provider

Just started to work with Keycloak. I created an Identity Provider, setup everything and when client performs openid request it successfully goes to my provider backend through keycloak. But scope field is fully replaced with ‘Defualt claims’ in provider settings and doesn’t contain requested claims.
I created a client scope and put it in optional list but it doesn’t help.

Also I have a question about claims parameter, now I found that in realm configuration “claims_parameter_supported”:false. is it possible to configure it?

Were you able to find answer to this?

@vladyslavmunin Did you find the answer? I have the same problem. I’ve checked out the code from GitHub and from what I see it is impossible. keycloak/AbstractOAuth2IdentityProvider.java at 3de53f64887b181fcb9dacac378df2eed81adc27 · keycloak/keycloak · GitHub