Skip to content

Commit 6bda42f

Browse files
committed
Update nidirect_prisons.services.yml
Add TokenAndIpAddressAuth authentication provider
1 parent f55322c commit 6bda42f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/modules/custom/nidirect_prisons/nidirect_prisons.services.yml

+5
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@ services:
88
class: Drupal\nidirect_prisons\Authentication\Provider\IpAddressAuth
99
tags:
1010
- { name: authentication_provider, provider_id: 'nidirect_prisons_auth_ip_address', priority: 10 }
11+
12+
nidirect_prisons.authentication.token_and_ip:
13+
class: Drupal\nidirect_prisons\Authentication\Provider\TokenAndIpAddressAuth
14+
tags:
15+
- { name: authentication_provider, provider_id: 'nidirect_prisons_token_ip_auth', priority: 10 }

0 commit comments

Comments
 (0)