Replies: 2 comments
-
|
I need to setup a special service account user that runs in the background so it can't do MFA to access the same network |
Beta Was this translation helpful? Give feedback.
-
|
Hi @eeldivad The You will need to do the following: "Acls": {
"Policies": {
"group:everyone": {
"MFA":[ "10.100.1.0/24"]
},
"testuser": {
"Allow":[ "10.100.1.0/24"]
}
}
}
And thus have every other user as part of the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to exclude MFA for a user? I tried this ACL but it seems the MFA takes priority with the same route.
Beta Was this translation helpful? Give feedback.
All reactions