|
Ory uses I have been unable to find any documentation on how to use the |
Replies: 1 comment 1 reply
|
I have found this configuration spec and it mentions the new strategy for how ory returns scope claims. So that looked promising. I attempted to patch the config with following command... ory patch oauth2-config 00000000-0000-0000-0000-000000000000 --replace '/strategies/jwt/scope_claim="string"'But the change seemed to be ignored. I then attempted to save the full config, update the local file, then reapply it on the service. ory get oauth2-config 00000000-0000-0000-0000-000000000000 --format yaml > oauth2-config.yamlI updated the strategies:
access_token: jwt
scope: wildcard
jwt:
scope_claim: stringfinally I updated the config with the command below ory update oauth2-config 00000000-0000-0000-0000-000000000000 --file oauth2-config.yamlThis did not work either. I ran the Is ory network not updated to Hydra v2.2.0 ? |
Hey, thank you for providing so much detail! It looks like we missed adding this variable to our config schema in Ory Network. So this is a bug on our end :)