05-23-2019 04:37 AM
Hello,
I want to allow AD users to connect to WiFi network after logging into Guest Portal.
How can I force ISE to remember users and do not ask for credentials after each reconnection?
For AD auth I made LDAP Identity Source.
Comparing 2 sessions - Guest portal auth and after reconnect root cause if this issue looks like in Radius.User-Name attribute. In first case it contains user name, in second case - MAC address of device.
During connection RADIUS log contains step: Found Endpoint in Internal Endpoints IDStore
Each Endpoint contains GuestUserName attribute with correct user name (not MAC).
I made authorization policy containing AD group check: "WiFi_Guest_Users·ExternalGroups" EQUALS "CN=WiFi_Group,DC=domain,DC=com" to check user permissions in case if user removed from group, looks like Authorization fails in this step.
Tracing connection I substituted user-name MAC with real user name - Permit policy works fine, so looks like have to sync user attributes somehow, force use GuestUserName after reconnect.
How can I use Endpoint user details when reconnect to WiFi to avoid Guest Portal redirect?
Solved! Go to Solution.
05-23-2019 05:28 AM
05-23-2019 05:28 AM
05-23-2019 06:09 AM - edited 05-23-2019 06:22 AM
Thanks for your reply.
As I understand using GuestEndpoints means that user will not prompted for credentials until endpoints purge.
For example if I purge once a day users will be redirected to Guest portal also once a day. AD groups checked only during Guest portal login.
But in my case I want to make configuration where users will be prompted for credentials only once during initial WiFi connection, just to bind device to user, when user removed from AD group - redirect to Guest portal. AD group should be checked each time when device connected.
Is it possilbe to implement such configuration?
05-23-2019 07:15 AM
05-24-2019 01:20 AM
05-23-2019 06:42 AM
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