From a174cf48d3c25ce9070e12c7a094903feb6f56f0 Mon Sep 17 00:00:00 2001 From: GitHub Action Bot Date: Mon, 1 Apr 2024 14:59:36 +0000 Subject: [PATCH] Automated commit 'Fixed scopes for identity list and read (#1621)' by github action: 8509651655 --- idn/beta/paths/identities.yaml | 4 ++++ idn/beta/paths/identity.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/idn/beta/paths/identities.yaml b/idn/beta/paths/identities.yaml index 9121515..5d29f2f 100644 --- a/idn/beta/paths/identities.yaml +++ b/idn/beta/paths/identities.yaml @@ -5,6 +5,10 @@ get: summary: List Identities description: >- This API returns a list of identities. + security: + - UserContextAuth: + - "idn:identity:read" + - "idn:identity:manage" parameters: - in: query name: filters diff --git a/idn/beta/paths/identity.yaml b/idn/beta/paths/identity.yaml index fe8c8d2..3099309 100644 --- a/idn/beta/paths/identity.yaml +++ b/idn/beta/paths/identity.yaml @@ -8,6 +8,7 @@ get: security: - UserContextAuth: - "idn:identity:read" + - "idn:identity:manage" parameters: - in: path name: id