cloudentity / oauth2c

User-friendly OAuth2 CLI
https://cloudentity.github.io/oauth2c/
Apache License 2.0
741 stars 29 forks source link

Add `acr_values` flag to pass to `/authorize` call #72

Closed timsearle closed 1 year ago

timsearle commented 1 year ago

Currently it's not possible to pass arbitrary acr_values as a query parameter to the /authorize call. Can a -- acr_values flag be added?

cc @piotrek-janus

ikawalec commented 1 year ago

Hi @timsearle

thanks for reporting this. I've opened a PR.

ikawalec commented 1 year ago

@timsearle FYI this change as been released as https://github.com/cloudentity/oauth2c/releases/tag/v1.11.0

timsearle commented 1 year ago

Thanks a lot!