File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ AZURE_AZ_OIDC_REDIRECT_URI=https://itksites.local.itkdev.dk/openid-connect/gener
7070###< itk-dev/openid-connect-bundle ###
7171```
7272
73+ > [ !NOTE]
74+ > In the ` dev ` environment the main firewall security is disabled
75+ > (` security.yaml ` → ` when@dev ` ), so authentication is not required.
76+ > This is because the current AAK OIDC setup doesn't support ` itksites.local.itkdev.dk ` .
77+
7378### Fixtures
7479
7580There are not implemented on
Original file line number Diff line number Diff line change @@ -45,6 +45,13 @@ security:
4545 - { path: ^/admin, roles: ROLE_ADMIN }
4646 # - { path: ^/profile, roles: ROLE_USER }
4747
48+ # Current AAK OIDC setup doesn't support `itksites.local.itkdev.dk`
49+ when@dev :
50+ security :
51+ firewalls :
52+ main :
53+ security : false
54+
4855when@test :
4956 security :
5057 password_hashers :
You can’t perform that action at this time.
0 commit comments