11-14-2023 10:40 PM
Hi all;
In the "Active Directory Integration with Cisco ISE 2.x" article, we read:
IdentityAccessRestricted attribute is set in order to support legacy policies and is not required in Cisco ISE because authentication fails if such conditions (for example, user disabled) are met.
Can anyone explain what does "to support legacy policies" mean?
Thanks
Solved! Go to Solution.
11-15-2023 10:50 PM
@rezaalikhani - this dictionary still exists if there is an active AD Join configured, and it looks like this Boolean was previously available in older versions of ISE (or even from ACS) during the Authentication phase, to check if an account was disabled etc. - but ISE has changed since then, and you can't test this Boolean during Authentication. It's available during Authorization only. But not sure if that makes much sense, because you won't get that far if the Authentication fails. Perhaps you can force the If AuthFail CONTINUE and then test for this in AuthZ.
BTW, I can't find any mention of the text "IdentityAccessRestricted attribute is set in order to support legacy policies and is not required in Cisco ISE because authentication fails if such conditions (for example, user disabled) are met." in the link you sent.
11-15-2023 01:57 AM
You need to provide document reference where you reading this, the context is depends on use case.
"to support legacy policies" mean? - i take this as backward compatibility.
11-15-2023 02:15 AM
The link to the document is:
Backward compatibility with what?
11-15-2023 10:50 PM
@rezaalikhani - this dictionary still exists if there is an active AD Join configured, and it looks like this Boolean was previously available in older versions of ISE (or even from ACS) during the Authentication phase, to check if an account was disabled etc. - but ISE has changed since then, and you can't test this Boolean during Authentication. It's available during Authorization only. But not sure if that makes much sense, because you won't get that far if the Authentication fails. Perhaps you can force the If AuthFail CONTINUE and then test for this in AuthZ.
BTW, I can't find any mention of the text "IdentityAccessRestricted attribute is set in order to support legacy policies and is not required in Cisco ISE because authentication fails if such conditions (for example, user disabled) are met." in the link you sent.
11-16-2023 02:41 AM - edited 11-16-2023 03:09 AM
Thanks for your reply...
The actual document is:
I searched and found that Cisco has removed the following statement beginning from ISE 2.2 documents:
Additionally, you can can set the IdentityAccessRestricted attribute if conditions mentioned above (for example, user disabled) are met. IdentityAccessRestricted attribute is set in order to support legacy policies and is not required in Cisco ISE because authentication fails if such conditions (for example, user disabled) are met.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide