Skip to content

Commit f0609eb

Browse files
committed
fix: add default proxy configuration params
1 parent dd543dc commit f0609eb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup/Setup.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,6 +658,10 @@ public static function setup(Event $event) {
658658
"logo"=> "/assets/img/logo.png",
659659
"client_id"=> $proxyClientID,
660660
"client_secret"=> $proxyClientSecret,
661+
"level": 2,
662+
"atcs_index": 0,
663+
"handler": "Plain",
664+
"response_attributes_prefix": ""
661665
"redirect_uri"=> [$proxyRedirectURI]
662666
)
663667
),

0 commit comments

Comments
 (0)