Skip to content

Commit 4ef0ca2

Browse files
authored
Update Authentik Provider.php (#1399)
The Scope-Seperator from Authentik is a space
1 parent 675de26 commit 4ef0ca2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Provider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ class Provider extends AbstractProvider
1111
{
1212
public const IDENTIFIER = 'AUTHENTIK';
1313

14+
protected $scopeSeparator = ' ';
15+
1416
protected $scopes = ['openid goauthentik.io/api profile email'];
1517

1618
public static function additionalConfigKeys(): array

0 commit comments

Comments
 (0)