Security

 View Only
Expand all | Collapse all

ClearPass fields to be used in Context Server Action

This thread has been viewed 1 times
  • 1.  ClearPass fields to be used in Context Server Action

    Posted Nov 11, 2016 12:24 PM

    I am attempting to export a bunch of data into my third-party integration with Service-Now so that the helpdesk has all the information they need to troubleshoot a network access issue. In the http POST, I am able to reference a bunch of the RADIUS fields. Is there a way to return the name of the NAS if it is in the internal device database? Currently, I can only return the Radius NAS-IP-Address, NAS-Port, NAS-Port-Id, and NAS-Port-Type.

     

    For example, I have a NAS for 1.2.3.4 named SwitchA in the database and can return the IP, the switch port, etc. Can I return "Switch A" in the POST?



  • 2.  RE: ClearPass fields to be used in Context Server Action

    Posted Nov 21, 2016 05:19 PM

    Try

    %{Device:Name}


  • 3.  RE: ClearPass fields to be used in Context Server Action

    Posted Dec 02, 2016 10:01 AM

    That did not work, as it was not a field that is accessible in the access request.