From 93f56ac50d2ae230ef23eff6177b79150a390c17 Mon Sep 17 00:00:00 2001 From: Pim van Nierop Date: Wed, 29 May 2024 10:31:12 +0200 Subject: [PATCH] Update docs --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eb746b2..ff0ce91 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,7 @@ The OAuth client for authorizer-app-backend should have the following properties ```properties client-id:data_dashboard_api client-secret:Confidential -grant-type:client_credentials +grant-type:authorization_code,refresh_token resources:res_DataDashboardAPI scope:MEASUREMENT.READ ``` -