04-12-2023 01:54 AM
Hi Team,
When a user goes through enrolment and gets a DPSK. When they then use that DPSK each device shows up as AccountDPSK-xxxxxx for the username:
Since the user went through an enrollment, CloudPath knows the username and we can use a POLICY to return the username attribute.
During the next auth of that device, the returned value of the variable ${USERNAME} will be visible in the controller:
Thanks.
01-03-2025 05:20 AM
Thank you! This works great for this purpose. However, then if we create a DPSK manually in the pool for other devices, the username for those becomes "${USERNAME}" in SmartZone, instead of the name of the DPSK itself, likely because the "Enrollment User Name" is blank. Any thoughts on how to fix this? I tried amending the Regex for Username to several other things to try and just match like "AccountDpsk" but no luck.