feat(oidc): add OIDC group synchronization and configuration options#239
Open
q16marvin wants to merge 2 commits into
Open
feat(oidc): add OIDC group synchronization and configuration options#239q16marvin wants to merge 2 commits into
q16marvin wants to merge 2 commits into
Annotations
2 errors
|
Run unit tests
Process completed with exit code 1.
|
|
Run unit tests:
backend/src/authentication/providers/oidc/auth-provider-oidc.service.spec.ts#L304
AssertionError: expected "processUserInfo" to be called with arguments: [ { sub: 'subject-1', …(3) }, …(1) ]
Received:
1st processUserInfo call:
[
{
+ "aud": "client-id",
"email": "a@b.c",
"email_verified": true,
+ "exp": 2,
+ "iat": 1,
+ "iss": "https://issuer.example.test",
"preferred_username": "alice",
"sub": "subject-1",
},
"127.0.0.1",
]
Number of calls: 1
❯ src/authentication/providers/oidc/auth-provider-oidc.service.spec.ts:304:24
|
background
wait
wait-all
cancel
parallel
Loading