"alg": "RS256",
"roles_key": "realm_access.roles",
"roles_key_is_nested": true,
"propagate_claims": [["realm_access.roles", "x-roles"]]我有上面的配置,但是Krakend v2无法在X角色键中传播声明。
发布于 2022-09-14 07:31:16
确保在input_headers中也添加了x-roles,否则KrakenD将阻止它传递到后端。
https://stackoverflow.com/questions/73551030
复制相似问题