<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sending specific VSAs on a successful authentication in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993002#M455247</link>
    <description>&lt;P&gt;I was using ISE 2.6 and Firefox 70.0.1.&amp;nbsp; But I have done this also with Chrome, other browsers, and other versions of ISE.&lt;/P&gt;&lt;P&gt;What about the Network Device Profile that you have selected for the authorization profile?&amp;nbsp; Can you post a screenshot of what you see?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2019 18:55:42 GMT</pubDate>
    <dc:creator>Colby LeMaire</dc:creator>
    <dc:date>2019-12-03T18:55:42Z</dc:date>
    <item>
      <title>Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3992464#M455239</link>
      <description>&lt;P&gt;I am trying to get a Linux application A to interoperate with an instance of Cisco's ISE 2.3. A will interact with the ISE through the RADIUS protocol - in essence, A will send a username, password pair (U, P) to the ISE, so the ISE can carry out authentication chores on this pair. When the authentication succeeds, A expects the Authentication-Accept RADIUS message from the ISE, plus a number of VSAs with appropriate values assigned to them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have successfully added a RADIUS dictionary to the ISE, containing the definition of the VSAs that I am going to use. With the Identity Management -&amp;gt; Identities -&amp;gt; Users -&amp;gt; Add I have added a number of users that the ISE can authenticate as expected - I have been through the tasks required to accomplish this, but that has no bearing on my question.&lt;/P&gt;&lt;P&gt;Then, with Identity Management -&amp;gt; Settings -&amp;gt; User Custom Attributes I was able to add the VSAs that I am interested in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After this, I went back to Identity Management -&amp;gt; Identities -&amp;gt; Users, clicked on one of the users I created, and the User Attributes foldout allowed me to add VSAs that I defined above, together with specific values for those attributes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I next tried to perform an authentication from a Linux system by means of the radtest command, as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; #&amp;nbsp; radtest -x -t pap mike AtISE2.3 192.168.124.57 1812 ISE2.3Secret&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This generates the following output:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Sent Access-Request Id 49 from 0.0.0.0:53852 to 192.168.124.57:1812 length 74&lt;BR /&gt;User-Name = "mike"&lt;BR /&gt;User-Password = "AtISE2.3"&lt;BR /&gt;NAS-IP-Address = 192.168.123.66&lt;BR /&gt;NAS-Port = 1812&lt;BR /&gt;Message-Authenticator = 0x00&lt;BR /&gt;Cleartext-Password = "AtISE2.3"&lt;BR /&gt;Received Access-Accept Id 49 from 192.168.124.57:1812 to 0.0.0.0:0 length 187&lt;BR /&gt;User-Name = "mike"&lt;BR /&gt;State = 0x52656175746853657373696f6e3a6330613837633339744635666b643268344754714b4671726131556172464a4b454644346e614a6b6a2f646f56756470596159&lt;BR /&gt;Class = 0x434143533a6330613837633339744635666b643268344754714b4671726131556172464a4b454644346e614a6b6a2f646f567564705961593a69736532332f3336343237303432322f38&lt;BR /&gt;Message-Authenticator = 0x6dc49b450b8c6d0383646dc8026f8b26&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The authentication succeeded - but no VSAs were sent back. When I do the same operation against an ACS 5.8 server, I get the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sent Access-Request Id 39 from 0.0.0.0:42405 to 192.168.124.58:1812 length 80&lt;BR /&gt;User-Name = "atacsalone"&lt;BR /&gt;User-Password = "AtACS5.*"&lt;BR /&gt;NAS-IP-Address = 192.168.123.66&lt;BR /&gt;NAS-Port = 1812&lt;BR /&gt;Message-Authenticator = 0x00&lt;BR /&gt;Cleartext-Password = "AtACS5.*"&lt;BR /&gt;Received Access-Accept Id 39 from 192.168.124.58:1812 to 0.0.0.0:0 length 113&lt;BR /&gt;User-Name = "atacsalone"&lt;BR /&gt;Class = 0x434143533a61637335382f3336343031313139342f3138&lt;BR /&gt;Message-Authenticator = 0xdff9ea8cd8c9e3f4b34d1f8308a734a7&lt;BR /&gt;MyAttributeOne = "ValueOne"&lt;BR /&gt;MyAttributeTwo = "ValueTwo"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The ACS 5.8 is sending back two of my VSAs, as expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestions on how to configure the ISE 2.3 system so that it sends back my VSAs on a successful authentication, just like the ACS 5.8 does?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 02:18:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3992464#M455239</guid>
      <dc:creator>JimKnight27321</dc:creator>
      <dc:date>2019-12-03T02:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3992475#M455241</link>
      <description>&lt;P&gt;You need to create an authorization profile that will send the VSAs you want.&amp;nbsp; At the bottom of the authorization profile configuration screen, you should see an area for advanced attributes.&amp;nbsp; Hit the drop-down and select the VSA you want to send.&amp;nbsp; Then on the right side, select Internal User-&amp;gt;Attribute 1 for example.&amp;nbsp; When the authentication request matches on a specific authorization rule in ISE, ISE will respond with the authorization profile that you configured.&amp;nbsp; It will send back the VSAs with whatever mapped attributes you configured.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 02:50:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3992475#M455241</guid>
      <dc:creator>Colby LeMaire</dc:creator>
      <dc:date>2019-12-03T02:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3992494#M455243</link>
      <description>&lt;P&gt;Thanks for your feedback. I do have an authorization profile. Under Advanced Attributes settings there are two boxes, and two downward-pointing arrows, one in the left box, the other immediately below it. When I click on the first arrow, I get a pop up with the title Dictionaries, that enables me the attribute that I want. When doing so, the left box is filled out with something like the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;MyVendorID:MyAttribute1&lt;/P&gt;&lt;P&gt;When I click on the second arrow I get another popup, this time with the title Attribute Values. However, the options I am getting are exactly the same as before. I end up with boxes looking as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;MyVendorID:MyAttribute1 = MyVendorID:MyAttribute1&lt;/P&gt;&lt;P&gt;which doesn't look right. In addition, I don't see Internal User (menu, or anything else) anywhere in this page - there is nothing to the right of the boxes. In case this is relevant, my browser is Firefox 68.2.0.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 04:20:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3992494#M455243</guid>
      <dc:creator>JimKnight27321</dc:creator>
      <dc:date>2019-12-03T04:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3992508#M455244</link>
      <description>&lt;P&gt;Try a different browser.&amp;nbsp; I just tried it using the Radius::Class attribute as an example on the left.&amp;nbsp; On the right, you get another menu and there is an "InternalUser" option as shown in the screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="attribute.jpg" style="width: 694px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/62624i440141C1E515369E/image-size/large?v=v2&amp;amp;px=999" role="button" title="attribute.jpg" alt="attribute.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 05:29:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3992508#M455244</guid>
      <dc:creator>Colby LeMaire</dc:creator>
      <dc:date>2019-12-03T05:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3992923#M455245</link>
      <description>&lt;P&gt;Well, this is a bummer. I have tried several version of all the major browsers (Firefox, Chrome, IE) on the major platforms (Linux, Mac, Windows) and I keep getting the same behavior. I even tried older versions of Firefox, but the ISE's web interface would loudly complain when the version is too old - for example, Firefox 50.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No matter what I do, the InternalUser never shows up. Do you have to do anything in particular to elicit it? I mean, do you have to click on something, or is it supposed to be always there? I find it difficult to believe that all the browsers/platforms I have tried to use are not supported in exactly the same way - I must be doing something stupid, but I can't see what it is. Would you mind anyway sharing the details about the platform and browser that you are using?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 17:09:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3992923#M455245</guid>
      <dc:creator>JimKnight27321</dc:creator>
      <dc:date>2019-12-03T17:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993002#M455247</link>
      <description>&lt;P&gt;I was using ISE 2.6 and Firefox 70.0.1.&amp;nbsp; But I have done this also with Chrome, other browsers, and other versions of ISE.&lt;/P&gt;&lt;P&gt;What about the Network Device Profile that you have selected for the authorization profile?&amp;nbsp; Can you post a screenshot of what you see?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 18:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993002#M455247</guid>
      <dc:creator>Colby LeMaire</dc:creator>
      <dc:date>2019-12-03T18:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993075#M455249</link>
      <description>&lt;P&gt;Check out the following screenshots - I have blacked out some names, for privacy reasons.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I click in the target profile in the Authorization Profiles page (the blacked-out entry in the Auth Profiles screenshot) I get the page in the My Auth Profile screenshot. This illustrates what I described - no InternalUsers menu.&lt;/P&gt;&lt;P&gt;When I click in the target entry in the Network Device Profiles screenshot I get the My Network Device screenshot.&lt;/P&gt;&lt;P&gt;If having access to the blacked out names would help, I'll try to add ones that illustrate the same problem but that are not subject to privacy considerations.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your feedback is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Auth Profiles" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/62687i0BF5449450DB6B1C/image-size/large?v=v2&amp;amp;px=999" role="button" title="AuthProfiles.jpg" alt="Auth Profiles" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Auth Profiles&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My Auth Profile" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/62688i16CDF30F008A913C/image-size/large?v=v2&amp;amp;px=999" role="button" title="MyAuthProfile.jpg" alt="My Auth Profile" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;My Auth Profile&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Network Device Profiles" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/62689iB6B0E530351EBD32/image-size/large?v=v2&amp;amp;px=999" role="button" title="NetworkDevProfiles.jpg" alt="Network Device Profiles" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Network Device Profiles&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="My Network Device Profile" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/62690iB84E10C147887729/image-size/large?v=v2&amp;amp;px=999" role="button" title="MyNetworkDevProfile.jpg" alt="My Network Device Profile" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;My Network Device Profile&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 20:34:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993075#M455249</guid>
      <dc:creator>JimKnight27321</dc:creator>
      <dc:date>2019-12-03T20:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993106#M455250</link>
      <description>&lt;P&gt;Looks like you do have access to the "Advanced Attribute Settings" in the authorization profile.&amp;nbsp; So when you click the drop-down on the right side, you don't see anything other than your dictionary items?&lt;/P&gt;&lt;P&gt;Try adding the Radius::Class attribute on the left side and then see if you get the InternalUser option on the right.&amp;nbsp; If you do, then it has something to do with how your dictionary attributes are created.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2019 21:18:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993106#M455250</guid>
      <dc:creator>Colby LeMaire</dc:creator>
      <dc:date>2019-12-03T21:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993231#M455251</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you have greyed out the Vendor field of the Authorization Profile. And in the Device Profile you have "Other" - the main thing is that the Device Profile and the Authorization Profile MUST use the same Vendor type (e.g. Cisco, or other, etc.)&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 03:48:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993231#M455251</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2019-12-04T03:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993686#M455252</link>
      <description>&lt;P&gt;A bit of a breakthrough: when I click on the drop-down menu on the right side, this is what I am getting:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SS12.jpg" style="width: 231px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/62752iCCFCD9261C48A192/image-size/large?v=v2&amp;amp;px=999" role="button" title="SS12.jpg" alt="SS12.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;InternalUser is there all right! Thank you!&lt;/P&gt;&lt;P&gt;Now what I did next is to click on InternalUser, getting the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SS13.jpg" style="width: 231px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/62753iED2232CEE6787A2B/image-size/large?v=v2&amp;amp;px=999" role="button" title="SS13.jpg" alt="SS13.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The blacked out stuff is the set names of the VSAs that I want to use. Let's assume that the first one is called Attribute1. If click on it, the right-hand-side box in the Advanced Attributes Setting ends with InternalUser:Attribute1. After saving these changes and attempting an authentication, I still get no VSAs from the ISE. I tried with other names, in the list above, to no avail. I am obviously missing a big ingredient here.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 20:25:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993686#M455252</guid>
      <dc:creator>JimKnight27321</dc:creator>
      <dc:date>2019-12-04T20:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993700#M455253</link>
      <description>&lt;P&gt;&amp;nbsp;I am guessing you are talking about the second screenshot. By Vendor field you mean the Name field? I see no Vendor field anywhere, and I thought that the Name field contained just an otherwise arbitrary identification. In the Authorization Profile page I have the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SS14.jpg" style="width: 349px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/62754iB7BE6B307545FBF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="SS14.jpg" alt="SS14.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;where the name blacked out corresponds to the Network Device Profile I have defined. In the page for this network device profile I have the following:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SS15.jpg" style="width: 372px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/62755iA51FD36F524F3A1D/image-size/large?v=v2&amp;amp;px=999" role="button" title="SS15.jpg" alt="SS15.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is this not right?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2019 20:48:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993700#M455253</guid>
      <dc:creator>JimKnight27321</dc:creator>
      <dc:date>2019-12-04T20:48:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993795#M455254</link>
      <description>&lt;P&gt;Have you verified in the Live Logs that you are hitting the right authorization rule and that the authorization profile is applied?&amp;nbsp; In the details of that Live Log entry, you can scroll down on the bottom-left and see what was sent back to the network device.&amp;nbsp; If you see it there but the Linux server is not processing it, then that is a different issue.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 00:32:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3993795#M455254</guid>
      <dc:creator>Colby LeMaire</dc:creator>
      <dc:date>2019-12-05T00:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sending specific VSAs on a successful authentication</title>
      <link>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3994465#M455300</link>
      <description>&lt;P&gt;Perhaps my terminology was not very precise. I was asking whether you were using the same Device Type in your Authorization Profile that relates to the NAS that is involved in the AAA request? If you have created a new Network Device Profile (e.g. called&amp;nbsp; "BlackBox") then you will assign that to the NAS, as well as to any/all Authorization Profiles involved in the AAA. The only other allowed option is to leave the Authorization Profile's Network Device Profile as "Any" (i.e. no selection). But in general, if you mismatch the Network Device Profile (e.g. use "Cisco" for the NAS, and then use "BlackBox" in the AuthZ Profile), then ISE will play tricks on you.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2019 21:58:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/sending-specific-vsas-on-a-successful-authentication/m-p/3994465#M455300</guid>
      <dc:creator>Arne Bier</dc:creator>
      <dc:date>2019-12-05T21:58:40Z</dc:date>
    </item>
  </channel>
</rss>

