zitadel-oidc/pkg/client/rp
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
..
cli upgrade this module to v3 2023-03-20 13:38:21 +02:00
delegation.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
device.go fix: Only set GrantType once (#353) (#367) 2023-04-13 16:04:58 +03:00
jwks.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
relying_party.go feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00
tockenexchange.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
verifier.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
verifier_test.go feat: merge the verifier types (#336) 2023-03-22 19:18:41 +02:00
verifier_tokens_example_test.go upgrade this module to v3 2023-03-20 13:38:21 +02:00