mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 14:42:59 +03:00
[PR #830] feat: add ability to set custom client ID #611
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?
Original Pull Request: https://github.com/pocket-id/pocket-id/pull/830
State: closed
Merged: No
this PR includes changes to support a custom client id/client secret to be used for a client.
This is required for services such as owncloud ocis, who use fixed client id/client secrets for some elements of their services.
I believe this is not strictly in accordance with the oidc specs, so this is proposed as an advanced option only, after a client is setup in the usual manner.
happy for input if things are not quite right - i have done preliminary testing and think it is ok.
fixes #508.