Package version (if known): v11 / current Zenodo
Describe the bug
If an OAUTH applicaiton is configured as 'confidential', editing/saving the redirect URIs appears to reset the client type to 'public'. THis can be frustrating
Steps to Reproduce
- Create a confidential OAUTH app, save it
- Edit it - add or edit a redirect uri
- Save it
- Note that the client type resets to 'public'
Expected behavior
I don't know if this is intentional behaviour for security reasons(?) - if it is, it would be worth a warning as its easily missed.
Ideally the client type would not get reset.
May happen with other settings, but I've only observed with redirect_uri repeatedly.