mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 13:23:01 +03:00
🐛 Bug Report: No "Add Another" button for Callback URLs when editing OIDC that was once edited via API #250
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TerrifiedBug on GitHub.
Bug: Unable to add additional callback URLs to API-created OIDC Client via GUI
Reproduction steps
When editing an OIDC Client created via API in the GUI, it's not possible to add any more callback URLs. The client currently has 54 callback URLs configured.
Editing API-created OIDC:

Editing UI-created OIDC for comparison:

Code used to create the OIDC Client
Expected behavior
When editing an OIDC Client created via API within the GUI, users should be able to add additional callback URLs just like with clients created through the UI.
Actual Behavior
When editing an OIDC Client created via API within the GUI, users are unable to add additional callback URLs. The interface appears different from UI-created clients and doesn't provide the option to add more URLs.
Version and Environment
Version: 0.48.0
Log Output
No response
Additional Information
The full script used to create the OIDC Client is included below:
@stonith404 commented on GitHub:
The limit has been removed in
c37a3e0ed1and will be included in the next release.