<div dir="ltr">Hiya ...<div><br></div><div>I was wondering if it&#39;s possible as of 1.9.0 to change or map the roles of a user into new claim .. The reason I ask is <a href="https://github.com/kubernetes/kubernetes/pull/21001/files">https://github.com/kubernetes/kubernetes/pull/21001/files</a>. I know the current implementation uses something akin to the below in the access token.</div><div><br></div><div><div>&quot;resource_access&quot;: {</div><div>    &quot;client_id&quot;: {</div><div>      &quot;roles&quot;: [</div><div>        &quot;role-a&quot;,</div><div>        &quot;role-b&quot;,</div><div>        &quot;role-c&quot;</div><div>      ]</div><div>    },</div><div>    &quot;account&quot;: {</div><div>      &quot;roles&quot;: [</div><div>        &quot;view-profile&quot;,</div><div>        &quot;manage-account&quot;</div><div>      ]</div><div>    }</div><div>  },</div></div><div><br></div><div>Any chance via a mapper we could use an string array?</div><div><br></div><div>Rohith</div></div>