Skip to content

Commit

Permalink
Readded main firewall config
Browse files Browse the repository at this point in the history
  • Loading branch information
martinyde committed Jan 18, 2024
1 parent 612c881 commit 4968ec8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions config/packages/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ security:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false

# main:
# custom_authenticators:
# - App\Security\AzureOIDCAuthenticator
# entry_point: App\Security\AzureOIDCAuthenticator
# logout:
# path: /logout
main:
custom_authenticators:
- App\Security\AzureOIDCAuthenticator
entry_point: App\Security\AzureOIDCAuthenticator
logout:
path: /logout

# activate different ways to authenticate
# https://symfony.com/doc/current/security.html#the-firewall
Expand Down

0 comments on commit 4968ec8

Please sign in to comment.