When adjusting a client key , there is a error message in the Oauth manager and the change is not saved.
It appears that the transformation of the JSON to XML from the “key_custom” to XML (with Apply JSON Transformation) in the Oauth manager policy goes wrong because
the value (entered here via secret = JWT) contains a key “x5t#s256”.
Which is a invalid character for xml .
How can this key be edited
OAuth 4.6.x
We have identified a workaround for this issue. make the below changes to oauth/manager/clients policy. This service policy is editable.
Add regex assertions as shown below:
Note: