Skip to content

Commit

Permalink
fix: add default proxy configuration params
Browse files Browse the repository at this point in the history
  • Loading branch information
damikael committed Oct 18, 2023
1 parent dd543dc commit f0609eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup/Setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,10 @@ public static function setup(Event $event) {
"logo"=> "/assets/img/logo.png",
"client_id"=> $proxyClientID,
"client_secret"=> $proxyClientSecret,
"level": 2,
"atcs_index": 0,
"handler": "Plain",
"response_attributes_prefix": ""
"redirect_uri"=> [$proxyRedirectURI]
)
),
Expand Down

2 comments on commit f0609eb

@IlSerry
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please test the modification before committing it!

@damikael
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry, it was a mistake. The PR has been merged. I would like to remind that I take care of the project voluntarily.

Please sign in to comment.