Skip to content

Commit

Permalink
chore: Missing force_ssl_on_redirect_uri on `roadiz_rozier.open_id.…
Browse files Browse the repository at this point in the history
…authenticator` service definition
  • Loading branch information
ambroisemaupate committed May 14, 2024
1 parent 352bf79 commit a217581
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

namespace RZ\Roadiz\RozierBundle\DependencyInjection\Compiler;

use RZ\Roadiz\RozierBundle\DependencyInjection\Configuration;
use Symfony\Component\Asset\PathPackage;
use Symfony\Component\Config\Definition\Processor;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Definition;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ private function registerOpenId(array $config, ContainerBuilder $container): voi
'adminHomePage',
$config['open_id']['oauth_client_id'],
$config['open_id']['oauth_client_secret'],
$config['open_id']['force_ssl_on_redirect_uri'],
$config['open_id']['requires_local_user'],
$config['open_id']['openid_username_claim'],
'_target_path',
Expand Down

0 comments on commit a217581

Please sign in to comment.