H2CK / oidc

OpenID Connect App for Nextcloud
GNU Affero General Public License v3.0
74 stars 7 forks source link

Request for CLI Commands to manage Clients #478

Closed opsocket closed 3 weeks ago

opsocket commented 1 month ago

Hi there :wave: I'd like to request basic CLI commands to manage clients It would provide a way to do that without interacting with the web interface

Something like:

occ oidc:create <client_name_or_id> <redirect_uris> --encryption="rsa256" --type="confidential"

Thank you for considering this feature!

opsocket commented 1 month ago

Another option to deal with that programmatically could be using app config with occ config:import patch.json

H2CK commented 4 weeks ago

Thank you for your contribution. I will review and merge your PR in the next days.

H2CK commented 3 weeks ago

A new version with the changes will be release soon.

opsocket commented 3 weeks ago

Great, thanks for this app @H2CK 🚀