10-16-2024 11:05 AM
Hi Team,
I have checked in one endpoint live log. I have seen that the authentication protocol is PAP-ASCII but while checking on allowed protocols i have seen this why allow eap ttls allow teap everything is checked and what is the use of PAP-ASCII also
10-16-2024 01:28 PM
Depends on your use-case. Do you need EAP-TTLS or not? Do you need TEAP or not? You 100% need to customize this to each individual policy set in your environment as needed.
10-16-2024 08:26 PM - edited 10-16-2024 08:27 PM
PAP is considered insecure form of authentication since username/password is sent in cleartext, for ISE usually Guest connections handled through a web authentication portal and may use PAP-ASCII , the communication is usually protected via HTTPS (SSL/TLS) encryption to ensure the security of the credentials during transmission.
for other protocols, its recommended to enable the ones you need based on kind of authentication you are using.
10-17-2024 01:58 AM
As mentioned by others the allowed protocol list should be matching what authentication protocols you are actually using in your environment. For instance if you are not using EAP-TTLS then you can deselect it. Same concept with any other protocol on that list. With regard to PAP, PAP is normally used with MAB, however, if PAP is listed under a secure protocol like with EAP-TTLS in the screenshot you shared, then PAP credentials in that case would be encrypted with the outer authentication protocol EAP-TTLS in this case.
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