Skip to content

Commit

Permalink
feat(ids-auth): adding @skagafjordur.is/ibuagatt to delegation config (
Browse files Browse the repository at this point in the history
…#14913)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
jonarnarbriem and kodiakhq[bot] authored May 24, 2024
1 parent dc281e8 commit 38a0b33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions libs/auth-api-lib/src/lib/delegations/DelegationConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,14 @@ export const DelegationConfig = defineConfig<z.infer<typeof schema>>({
DelegationType.Custom,
],
},
{
// This scope is not in use in our repo hence plain string instead of enum.
scopeName: '@skagafjordur.is/ibuagatt',
onlyForDelegationType: [
DelegationType.ProcurationHolder,
DelegationType.Custom,
],
},
],
userInfoUrl:
env.required(
Expand Down

0 comments on commit 38a0b33

Please sign in to comment.