zitadel-oidc/pkg/client
Thomas Hipp 1a2db3683f
fix: Only set GrantType once (#353)
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-03-29 07:51:10 +00:00
..
profile feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
rp fix: Only set GrantType once (#353) 2023-03-29 07:51:10 +00:00
rs refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
tokenexchange feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00
client.go refactor: use struct types for claim related types (#283) 2023-03-10 16:31:22 +02:00
integration_test.go Merge branch 'next' into main-next 2023-03-15 16:26:32 +02:00
jwt_profile.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00
key.go chore(linting): apply gofumpt & goimports to all .go files (#225) 2022-10-05 09:33:10 +02:00