You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The underlying issue is that the form for creating the application is sending an empty value for the is_confidential field. In the end this boils down to the form setting the field to is_confidential=False, which means all applications are created as "Public".
The application "Edit" form correctly sends the value on POST, so it is possible to modify and persist the change.
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
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.
The text was updated successfully, but these errors were encountered: