zitadel/internal/api
Tim Möhlmann dbb824a73f
chore(oidc): add refresh token error integration test (#7766)
We are trying to reproduce a few 500 responses we observe on zitadel cloud's token endpoint.
As in the past these were caused by wrongly encoded or encrypted refresh tokens, I created a integration test which tries to reproduce 500 errors by sending invalid refresh tokens.

The added test does not reproduce 500s, all returned errors are in the 400 range as they should. However, as the test is already written, we might as well include them.

Related to #7765

Co-authored-by: Livio Spring <livio.a@gmail.com>
2024-04-17 08:38:03 +00:00
..
assets fix: detect mime type of uploaded asset (#7648) 2024-03-27 10:41:10 +01:00
authz chore(deps): update all go deps (#7773) 2024-04-15 09:17:36 +00:00
call fix: reset the call timestamp after a bulk trigger (#6080) 2023-07-07 08:15:05 +00:00
grpc feat: SMTP Templates (#6932) 2024-04-11 09:16:10 +02:00
http refactor(fmt): run gci on complete project (#7557) 2024-04-03 10:43:43 +00:00
idp chore(ci): merge test runs (#7388) 2024-02-19 07:50:37 +01:00
info fix: correct method and path for session api activity (#6880) 2023-11-22 12:12:23 +02:00
oidc chore(oidc): add refresh token error integration test (#7766) 2024-04-17 08:38:03 +00:00
robots_txt fix: introduce measures to avoid bots crawling and indexing activities (#5728) 2023-05-05 10:25:02 +02:00
saml chore(deps): update all go deps (#7773) 2024-04-15 09:17:36 +00:00
service fix(eventstore): tests 2020-11-26 09:19:14 +01:00
ui feat(idp): provide option to auto link user (#7734) 2024-04-10 15:46:30 +00:00
api.go feat: improve instance not found error (#7413) 2024-02-28 10:49:57 +00:00