From 0fb21300938d9da8ffc0155f7399eb6c5f31d188 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 --- dev/ory/oathkeeper_rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ory/oathkeeper_rules.yaml b/dev/ory/oathkeeper_rules.yaml index 62cbca321e..3b098e4173 100644 --- a/dev/ory/oathkeeper_rules.yaml +++ b/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 }}" }'