chore: add acceptance tests with oidc rp

This commit is contained in:
Stefan Benz
2025-03-24 19:45:29 +01:00
parent 5af009d581
commit 5b714f0136
14 changed files with 663 additions and 102 deletions

View File

@@ -101,6 +101,10 @@ jobs:
run: ZITADEL_DEV_UID=root pnpm run-samlsp
if: ${{ matrix.command == 'test:acceptance' }}
- name: Run OIDC RP
run: ZITADEL_DEV_UID=root pnpm run-oidcrp
if: ${{ matrix.command == 'test:acceptance' }}
- name: Create Cloud Env File
run: |
if [ "${{ matrix.command }}" == "test:acceptance:prod" ]; then