Hydra: cmd: Register logout params with the OP as part of client registration

Created on 11 Jul 2019  路  3Comments  路  Source: ory/hydra

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
feat good first issue help wanted packagcli

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:

  • Add new flags
  • Consume flags in the handler
  • Unit tests

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.

All 3 comments

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:

  • Add new flags
  • Consume flags in the handler
  • Unit tests

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

Was this page helpful?
0 / 5 - 0 ratings