From 19b919b2a936b4e0ae5abedec30505fd1104e0d8 Mon Sep 17 00:00:00 2001 From: jonarnarbriem <107482569+jonarnarbriem@users.noreply.github.com> Date: Tue, 4 Jun 2024 22:28:29 +0000 Subject: [PATCH] feat(ids-api): remove delegation config for ver applications (#15081) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- .../auth-api-lib/src/lib/delegations/DelegationConfig.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libs/auth-api-lib/src/lib/delegations/DelegationConfig.ts b/libs/auth-api-lib/src/lib/delegations/DelegationConfig.ts index 09f17469b597..00c3dc1a81a4 100644 --- a/libs/auth-api-lib/src/lib/delegations/DelegationConfig.ts +++ b/libs/auth-api-lib/src/lib/delegations/DelegationConfig.ts @@ -77,15 +77,6 @@ export const DelegationConfig = defineConfig>({ DelegationType.Custom, ], }, - { - // The branch auth-api/custom-delegation-scope-rule is changing this, but it is not merged yet and this is required for release. - // Todo: add this to the scope migration of the branch - scopeName: '@island.is/applications/ver', - onlyForDelegationType: [ - DelegationType.ProcurationHolder, - DelegationType.Custom, - ], - }, { // The branch auth-api/custom-delegation-scope-rule is changing this, but it is not merged yet and this is required for release. // Todo: add this to the scope migration of the branch