zitadel
Team
zitadel/zitadel
Sign in / Sign up
Open main menu
zitadel/zitadel
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
main
c7f92a68 feat: session challenge passkey for the RT model (#11944) # Which Problems Are Solved Add Passkey challenge needed for Create/Set session in the RT model. # How the Problems Are Solved Introduce `PasskeyChallengeCommand` (validate/execute/events) for session creation checks Add a generic `BeginWebAuthNLogin` helper that returns session data + assertion JSON bytes. Add unit tests # Additional Changes N/A # Additional Context - Related to https://github.com/zitadel/zitadel/issues/11035 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Marco A. <marco@zitadel.com>
4 days ago
by Gayathri V...
G
Succeeded
main
c7f92a68 feat: session challenge passkey for the RT model (#11944) # Which Problems Are Solved Add Passkey challenge needed for Create/Set session in the RT model. # How the Problems Are Solved Introduce `PasskeyChallengeCommand` (validate/execute/events) for session creation checks Add a generic `BeginWebAuthNLogin` helper that returns session data + assertion JSON bytes. Add unit tests # Additional Changes N/A # Additional Context - Related to https://github.com/zitadel/zitadel/issues/11035 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Marco A. <marco@zitadel.com>
4 days ago
by Gayathri V...
G
Succeeded
main
c7f92a68 feat: session challenge passkey for the RT model (#11944) # Which Problems Are Solved Add Passkey challenge needed for Create/Set session in the RT model. # How the Problems Are Solved Introduce `PasskeyChallengeCommand` (validate/execute/events) for session creation checks Add a generic `BeginWebAuthNLogin` helper that returns session data + assertion JSON bytes. Add unit tests # Additional Changes N/A # Additional Context - Related to https://github.com/zitadel/zitadel/issues/11035 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Marco A. <marco@zitadel.com>
4 days ago
by Gayathri V...
G
Succeeded
feat/system-user-x509-via-env-file-paths
5b57d987 feat: session challenge passkey for the RT model (#11944) # Which Problems Are Solved Add Passkey challenge needed for Create/Set session in the RT model. # How the Problems Are Solved Introduce `PasskeyChallengeCommand` (validate/execute/events) for session creation checks Add a generic `BeginWebAuthNLogin` helper that returns session data + assertion JSON bytes. Add unit tests # Additional Changes N/A # Additional Context - Related to https://github.com/zitadel/zitadel/issues/11035 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Marco A. <marco@zitadel.com>
4 days ago
by Gayathri V...
G
Succeeded
main
c7f92a68 feat: session challenge passkey for the RT model (#11944) # Which Problems Are Solved Add Passkey challenge needed for Create/Set session in the RT model. # How the Problems Are Solved Introduce `PasskeyChallengeCommand` (validate/execute/events) for session creation checks Add a generic `BeginWebAuthNLogin` helper that returns session data + assertion JSON bytes. Add unit tests # Additional Changes N/A # Additional Context - Related to https://github.com/zitadel/zitadel/issues/11035 --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Marco A. <marco@zitadel.com>
4 days ago
by Gayathri V...
G
Succeeded
feat-session-challenge-passkey
c314b77e Merge 1311f5e53f3fcdd2f7e35d57717e0139fe41d2c9 into 701bca60037b86bb8ce694d33be9a8a290f74980
4 days ago
by Gayathri V...
G
Succeeded
feat-session-challenge-passkey
c314b77e review comments
4 days ago
by Gayathri V...
G
Succeeded
feat-session-challenge-passkey
cddf65a2 Merge 287bcf0fd5af3832b755647c5aef14703f3408d0 into 701bca60037b86bb8ce694d33be9a8a290f74980
4 days ago
by Gayathri V...
G
Succeeded
feat-session-challenge-passkey
f8b035af Merge 2d6eecc095a12195d27e9d62d0a52a30b3742d77 into 8c8fc47884b91f2a93a56f6d09f3a1ebeedc437d
4 days ago
by Gayathri V...
G
Succeeded
patch-onboarding-link
2aaff5e4 fix: invalid jwt assertion error handling (#11933) # Which Problems Are Solved Incorrectly mapped errors on the `/oauth/v2/token` endpoint lead to a large number of HTTP status 500 errors. # How the Problems Are Solved By mapping invalid jwt assertion errors to OIDC `invalid_client` errors, which returns a HTTP status 400. # Additional Changes N/A # Additional Context - Closes https://github.com/zitadel/zitadel/issues/11924 - Follow-up: - Fix the [error handling](https://github.com/zitadel/oidc/blob/main/pkg/oidc/verifier.go#L195) in the oidc package --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 days ago
by Gayathri V...
G
Succeeded
feat/11035-totp-check-to-relational
c75fe3b2 fix: invalid jwt assertion error handling (#11933) # Which Problems Are Solved Incorrectly mapped errors on the `/oauth/v2/token` endpoint lead to a large number of HTTP status 500 errors. # How the Problems Are Solved By mapping invalid jwt assertion errors to OIDC `invalid_client` errors, which returns a HTTP status 400. # Additional Changes N/A # Additional Context - Closes https://github.com/zitadel/zitadel/issues/11924 - Follow-up: - Fix the [error handling](https://github.com/zitadel/oidc/blob/main/pkg/oidc/verifier.go#L195) in the oidc package --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 days ago
by Gayathri V...
G
Succeeded
feat-session-challenge-passkey
3a8aa515 fix: invalid jwt assertion error handling (#11933) # Which Problems Are Solved Incorrectly mapped errors on the `/oauth/v2/token` endpoint lead to a large number of HTTP status 500 errors. # How the Problems Are Solved By mapping invalid jwt assertion errors to OIDC `invalid_client` errors, which returns a HTTP status 400. # Additional Changes N/A # Additional Context - Closes https://github.com/zitadel/zitadel/issues/11924 - Follow-up: - Fix the [error handling](https://github.com/zitadel/oidc/blob/main/pkg/oidc/verifier.go#L195) in the oidc package --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 days ago
by Gayathri V...
G
Succeeded
feat-session-challenge-passkey
3a8aa515 Merge e86d788c15bd3ee208db8cd3e3eff6aab3febf4b into 5344a7f584b1858ee68ad1a904cb519e09ab8dbe
4 days ago
by Gayathri V...
G
Succeeded
main
5344a7f5 fix: invalid jwt assertion error handling (#11933) # Which Problems Are Solved Incorrectly mapped errors on the `/oauth/v2/token` endpoint lead to a large number of HTTP status 500 errors. # How the Problems Are Solved By mapping invalid jwt assertion errors to OIDC `invalid_client` errors, which returns a HTTP status 400. # Additional Changes N/A # Additional Context - Closes https://github.com/zitadel/zitadel/issues/11924 - Follow-up: - Fix the [error handling](https://github.com/zitadel/oidc/blob/main/pkg/oidc/verifier.go#L195) in the oidc package --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 days ago
by Gayathri V...
G
Succeeded
feat-session-challenge-passkey
d7522d98 Merge 2d468ebd6dd82b1eda44fc90c19d1227ad91def2 into 330548e13c34c57d7bda6ce66c0ecc560832c376
4 days ago
by Gayathri V...
G
Succeeded
fix-invalid-signature-error-handling
e1bcc1bc Merge f9302a673e496466dae1040522b917e380c555b0 into 330548e13c34c57d7bda6ce66c0ecc560832c376
4 days ago
by Gayathri V...
G
Succeeded
fix-invalid-signature-error-handling
f9f18818 extend integration tests
5 days ago
by Gayathri V...
G
Succeeded
fix-invalid-signature-error-handling
f9f18818 Merge 5ec102dbb010c8d250e6bcadf8a1a6f3b6bf39cf into ec0bd5790f21ca367e7d6186098308ce1dec230c
5 days ago
by Gayathri V...
G
Succeeded
fix-invalid-signature-error-handling
ab0585c6 Merge d543d1af920726882d8dc57881cef76a17ccfc7e into ec0bd5790f21ca367e7d6186098308ce1dec230c
5 days ago
by Gayathri V...
G
Succeeded
fix-invalid-signature-error-handling
ab0585c6 Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
5 days ago
by Gayathri V...
G
Previous page
Previous
Next
Next page