backchannel-logout-session-required and backchannel-logout-uri is not being handled in cmd as part of client registration.
Right now we are using this command to register client but can not pass those params.
clients create
--id rp-client
--secret secret
--grant-types authorization_code,refresh_token
--response-types code,id_token,token
--scope openid,offline
--callbacks http://rp.ca/callback
--token-endpoint-auth-method client_secret_post
Hi @safurabahrami,
Thanks for creating the issue, for future correspondence could you please follow the issue template by providing the rest of the deets requested.
I took a quick peek, these attribute are indeed currently not possible to configure with the CLI. It should be a straightforward contribution if you are up for the challenge:
For the time being, if you or your team are blocked on this, you can simply use the REST API directly to configure your client.
@tacurran
Is this issue still relevant?
Yes
Most helpful comment
Hi @safurabahrami,
Thanks for creating the issue, for future correspondence could you please follow the issue template by providing the rest of the deets requested.
I took a quick peek, these attribute are indeed currently not possible to configure with the CLI. It should be a straightforward contribution if you are up for the challenge:
For the time being, if you or your team are blocked on this, you can simply use the REST API directly to configure your client.