mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
🚀 Feature: Allow user to input their own clientid and secret #214
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 @realtonyig on GitHub.
Feature description
Allow user to input their own client id and secret when creating an OIDC client.
Pitch
Some apps like owncloud are using pre-defined client id and secret for mobile apps. Currently, pocket-id doesn't allow user to input when creating an OIDC client.
https://doc.owncloud.com/server/10.15/admin_manual/configuration/user/oidc/oidc.html#client-id
Please consider to add this feature. Thank you.