From fac86f14dbe4de4f2db699584614e58d04309c18 Mon Sep 17 00:00:00 2001 From: Erwin Morrhey Date: Fri, 27 Sep 2024 10:57:04 +0200 Subject: [PATCH] fix balie insights --- app/Auth/AuthServiceProvider.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Auth/AuthServiceProvider.php b/app/Auth/AuthServiceProvider.php index b6361e3..fa50dba 100644 --- a/app/Auth/AuthServiceProvider.php +++ b/app/Auth/AuthServiceProvider.php @@ -54,8 +54,10 @@ private function getParams(array $auth) : array 'email', 'profile', 'offline_access', + 'https://api.publiq.be/auth/uitpas_balie', + 'https://api.publiq.be/auth/uitpas_balie_insights' ], 'audience' => ['https://api.publiq.be'], ]; } -} \ No newline at end of file +}