Skip to content

Commit

Permalink
fix balie insights
Browse files Browse the repository at this point in the history
  • Loading branch information
erwin1 authored Sep 27, 2024
1 parent f933db3 commit fac86f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/Auth/AuthServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
];
}
}
}

0 comments on commit fac86f1

Please sign in to comment.