Skip to content

Commit

Permalink
feat(ids-api): remove delegation config for ver applications (#15081)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
jonarnarbriem and kodiakhq[bot] authored Jun 4, 2024
1 parent c9801ff commit 19b919b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions libs/auth-api-lib/src/lib/delegations/DelegationConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,6 @@ export const DelegationConfig = defineConfig<z.infer<typeof schema>>({
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
Expand Down

0 comments on commit 19b919b

Please sign in to comment.