From b84468d3de05fd866565549efaa3a3ba4a9f4685 Mon Sep 17 00:00:00 2001 From: Nicolas Burtey Date: Sat, 30 Sep 2023 15:37:07 +0100 Subject: [PATCH] chore: some iteration on admin-api --- core/api/dev/ory/oathkeeper_rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/api/dev/ory/oathkeeper_rules.yaml b/core/api/dev/ory/oathkeeper_rules.yaml index 62cbca321e..3b098e4173 100644 --- a/core/api/dev/ory/oathkeeper_rules.yaml +++ b/core/api/dev/ory/oathkeeper_rules.yaml @@ -117,5 +117,5 @@ handler: allow mutators: - handler: id_token - config: + config: #! TODO: add aud: {"aud": ["https://api/admin/graphql"] } claims: '{"sub": "{{ print .Subject }}", "scope": "{{ print .Extra.scope }}" }'