Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
safurabahrami opened this issue Jul 10, 2019 · 4 comments
Closed
Labels
feat New feature or request. good first issue A good issue to tackle when being a novice to the project. help wanted We are looking for help on this one. package/cli
Milestone

Comments

@safurabahrami
Copy link

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
@aaslamin
Copy link
Contributor

aaslamin commented Jul 11, 2019

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.

@vinckr
Copy link
Member

vinckr commented Aug 31, 2020

@tacurran
Is this issue still relevant?

@aeneasr
Copy link
Member

aeneasr commented Aug 31, 2020

Yes

@aeneasr aeneasr added feat New feature or request. good first issue A good issue to tackle when being a novice to the project. help wanted We are looking for help on this one. package/cli labels Aug 31, 2020
@aeneasr aeneasr added this to the unplanned milestone Aug 31, 2020
@mbonnell-wish
Copy link
Contributor

mbonnell-wish commented Mar 5, 2021

Just discovered this issue on our side :) will be working on this this weekend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request. good first issue A good issue to tackle when being a novice to the project. help wanted We are looking for help on this one. package/cli
Projects
None yet
Development

No branches or pull requests

5 participants