<?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 ISE Sponsor Portal Known Account Customisation in Network Access Control</title>
    <link>https://community.cisco.com/t5/network-access-control/ise-sponsor-portal-known-account-customisation/m-p/4511126#M571338</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We use A HTML script to allow all domains to create guest account except the compny ones as explained in section "Restrict the email address entered when creating a known account" in the following post:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/t5/security-documents/ise-sponsor-portal-create-known-accounts-page-customization/ta-p/3636414#toc-hId--652802968" target="_blank"&gt;https://community.cisco.com/t5/security-documents/ise-sponsor-portal-create-known-accounts-page-customization/ta-p/3636414#toc-hId--652802968&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It works currently but I attempted to amend it to include additional domains that we now have in place but it did not take effect when amended and saved it then run a test URL.&lt;BR /&gt;&lt;BR /&gt;Am I missing something when implementing it? Do i need to restart the service when I amend or is there a limitation on the amount of domains allowed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;BR /&gt;Attached a sample of it.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Dec 2021 11:25:23 GMT</pubDate>
    <dc:creator>NWJ</dc:creator>
    <dc:date>2021-12-01T11:25:23Z</dc:date>
    <item>
      <title>ISE Sponsor Portal Known Account Customisation</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sponsor-portal-known-account-customisation/m-p/4511126#M571338</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;We use A HTML script to allow all domains to create guest account except the compny ones as explained in section "Restrict the email address entered when creating a known account" in the following post:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cisco.com/t5/security-documents/ise-sponsor-portal-create-known-accounts-page-customization/ta-p/3636414#toc-hId--652802968" target="_blank"&gt;https://community.cisco.com/t5/security-documents/ise-sponsor-portal-create-known-accounts-page-customization/ta-p/3636414#toc-hId--652802968&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It works currently but I attempted to amend it to include additional domains that we now have in place but it did not take effect when amended and saved it then run a test URL.&lt;BR /&gt;&lt;BR /&gt;Am I missing something when implementing it? Do i need to restart the service when I amend or is there a limitation on the amount of domains allowed?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;BR /&gt;Attached a sample of it.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Dec 2021 11:25:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sponsor-portal-known-account-customisation/m-p/4511126#M571338</guid>
      <dc:creator>NWJ</dc:creator>
      <dc:date>2021-12-01T11:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: ISE Sponsor Portal Known Account Customisation</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sponsor-portal-known-account-customisation/m-p/4513194#M571441</link>
      <description>&lt;P&gt;Did you &lt;STRONG&gt;&lt;A href="https://community.cisco.com/t5/security-documents/how-to-ise-web-portal-customization-options/ta-p/3619042#toc-hId-1182936869" target="_self"&gt;Enable Portal Customization with HTML and JavaScript&lt;/A&gt; &lt;/STRONG&gt;?&lt;/P&gt;
&lt;P&gt;You have customized the &lt;A href="https://community.cisco.com/t5/security-documents/ise-sponsor-portal-create-known-accounts-page-customization/ta-p/3636414#toc-hId--652802968%20" target="_self"&gt;original script&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Did it work if you simply change the list of domains from&lt;/P&gt;
&lt;PRE&gt;            var domains = ["domain1","domain2","domain3"];&lt;/PRE&gt;
&lt;P&gt;to&lt;/P&gt;
&lt;PRE class="bp-text bp-text-plain hljs bp-is-scrollable" tabindex="0"&gt;&lt;CODE class="bp-text-code txt"&gt;            var domains = ["x.co.uk","x.com","x.com","x.com","x.com"];
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and nothing else?&lt;/P&gt;
&lt;P&gt;Do you get errors on the web console? What are the errors?&lt;/P&gt;
&lt;P&gt;The list of domains is just a JavaScript list - there should be no limit other than your browser's memory &amp;amp; CPU.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 04 Dec 2021 23:01:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sponsor-portal-known-account-customisation/m-p/4513194#M571441</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2021-12-04T23:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: ISE Sponsor Portal Known Account Customisation</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sponsor-portal-known-account-customisation/m-p/4513723#M571475</link>
      <description>&lt;P&gt;The version in use currently has only two domains defined and works as I would like, i.e. presents a message when the domains are entered:&lt;BR /&gt;&lt;BR /&gt;$('.emailAddress').val("");&lt;BR /&gt;var domains = ["jjj.co.uk","jjj.com"];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not see any errors. Granted i'm no javascript expert so I'm not entirely sure where I would check for errors but upon the saving the amendment with the additional domains, there was no change. Still presented message for the original two domains but not for any of the additional.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 09:11:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sponsor-portal-known-account-customisation/m-p/4513723#M571475</guid>
      <dc:creator>NWJ</dc:creator>
      <dc:date>2021-12-06T09:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: ISE Sponsor Portal Known Account Customisation</title>
      <link>https://community.cisco.com/t5/network-access-control/ise-sponsor-portal-known-account-customisation/m-p/4516405#M571582</link>
      <description>&lt;P&gt;Sorry, I don't see anything syntactically wrong with your one line of JavaScript.but you are only showing the two working domains and not with the third that is failing.&lt;/P&gt;
&lt;P&gt;Very strange that it would fail by adding ,"anotherdomain.com" to the list.&lt;/P&gt;
&lt;P&gt;There are additional things you could do to troubleshoot JavaScript with forms, even outside of ISE before putting it in ISE.&lt;/P&gt;
&lt;P&gt;Try to find a coder to help out?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Mar 2022 07:03:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-access-control/ise-sponsor-portal-known-account-customisation/m-p/4516405#M571582</guid>
      <dc:creator>thomas</dc:creator>
      <dc:date>2022-03-10T07:03:37Z</dc:date>
    </item>
  </channel>
</rss>

