From 33f607a8acf734fa5480e353a28773203a234e98 Mon Sep 17 00:00:00 2001 From: Johannes Albrecht Date: Wed, 30 Aug 2023 15:52:49 +0200 Subject: [PATCH] Update s2sauth.md --- doc/s2sauth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/s2sauth.md b/doc/s2sauth.md index 7324bb0b..0275f478 100644 --- a/doc/s2sauth.md +++ b/doc/s2sauth.md @@ -30,7 +30,7 @@ The application must provide a file named `${SNAP_NAME}.scopes.json` located in ```json { - "id": "myapp" + "id": "myapp", "required-permissions": ["logbook.diag.r", "rexroth-deviceadmin.web.licensemanager.r"] } ```