zitadel-oidc/pkg/client
Thomas Hipp 312c2a07e2
fix: Only set GrantType once (#353) (#367)
This fixes an issue where, when using the device authorization flow, the
grant type would be set twice. Some OPs don't accept this, and fail when
polling.

With this fix the grant type is only set once, which will make some OPs
happy again.

Fixes #352
2023-04-13 16:04:58 +03:00
..
profile feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00
rp fix: Only set GrantType once (#353) (#367) 2023-04-13 16:04:58 +03:00
rs feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00
tokenexchange feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00
client.go feat: Allow modifying request to device authorization endpoint (#356) 2023-04-03 14:40:29 +02:00
integration_test.go feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00
jwt_profile.go feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00
key.go feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00