cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1793
Views
0
Helpful
3
Replies

Using blank or null value in the condition for authorization policy

aravikumar
Level 1
Level 1

Hello,

 

We were trying to create a condition to match an AD attribute to a null/blank value. We tried few regex expression values like null, =null, ^$ in the value field, but still we were not able to match the authorization condition. the condition algorithm goes like this

 

If AD attribute = "null value" 

then

Auhorization result: Deny Access

 

Please advise which value or which approach would work?

 

Thanks and Regards

 

Aravind.

1 Accepted Solution

Accepted Solutions

hslai
Cisco Employee
Cisco Employee

With ISE 2.3+, we may use "is not" and the following seems to work for me.

Screen Shot 2018-10-21 at 5.02.39 AM.png

View solution in original post

3 Replies 3

Hi,

Why not specify rules that match conditions/attributes above a default rule which denies access? This would deny the null/blank values which would not be match in the more specific rules above.

ajc
Level 7
Level 7

There is a bug on ISE that causes the endpoint profile/endpoint group to be modified from a valid value into: blank/unknown/profiled after successful authentication. Instead of using the AUTHZ Policies, I was playing with the PURGE process of ISE trying to delete those blank entries from the Endpoint DB, no luck. I am working with TAC on this issue (there is another way to do this but requires root access). So looks likes the same applies to AUTHZ Policies. I wanted to remove invalid entries from the Endpoint DB.

hslai
Cisco Employee
Cisco Employee

With ISE 2.3+, we may use "is not" and the following seems to work for me.

Screen Shot 2018-10-21 at 5.02.39 AM.png