-
-
基于 401 的身份验证
This content has been machine translated dynamically.
Dieser Inhalt ist eine maschinelle Übersetzung, die dynamisch erstellt wurde. (Haftungsausschluss)
Cet article a été traduit automatiquement de manière dynamique. (Clause de non responsabilité)
Este artículo lo ha traducido una máquina de forma dinámica. (Aviso legal)
此内容已经过机器动态翻译。 放弃
このコンテンツは動的に機械翻訳されています。免責事項
이 콘텐츠는 동적으로 기계 번역되었습니다. 책임 부인
Este texto foi traduzido automaticamente. (Aviso legal)
Questo contenuto è stato tradotto dinamicamente con traduzione automatica.(Esclusione di responsabilità))
This article has been machine translated.
Dieser Artikel wurde maschinell übersetzt. (Haftungsausschluss)
Ce article a été traduit automatiquement. (Clause de non responsabilité)
Este artículo ha sido traducido automáticamente. (Aviso legal)
この記事は機械翻訳されています.免責事項
이 기사는 기계 번역되었습니다.책임 부인
Este artigo foi traduzido automaticamente.(Aviso legal)
这篇文章已经过机器翻译.放弃
Questo articolo è stato tradotto automaticamente.(Esclusione di responsabilità))
Translation failed!
基于 401 的身份验证
使用基于 401 的身份验证,Citrix ADC 设备会向最终用户显示一个弹出对话框。
基于表单的 AAA-TM 处理重定向消息。但是,某些应用程序不支持重定向。在此类应用程序中,使用启用了 401 身份验证的 AAA-TM。
确保满足以下条件,才能使 401 身份验证启用 AAA-TM 正常工作:
-
负载平衡虚拟服务器的 “authnVSName” 参数值必须是用于对用户进行身份验证的身份验证虚拟服务器的名称。
-
必须启用 ‘authn401’ 参数。用于配置相同的命令如下所示:
set lb vs lb1 –authn401 on –authnvsName <aaavs-name>
以下步骤演示 401 身份验证的工作原理:
-
用户尝试使用负载平衡虚拟服务器访问特定 URL。
- 负载平衡虚拟服务器向用户发送 401 HTTP 响应,指示访问需要身份验证。
- 用户将其凭据发送到授权标头中的负载平衡虚拟服务器。
-
负载平衡虚拟服务器对用户进行身份验证,然后将用户连接到后端服务器。
重要:
对于开启了 401 身份验证的负载平衡虚拟服务器,可能会在短时间内为同一用户创建多个身份验证和授权会话。这可能会导致内存激增。在这种情况下,您可以在 Citrix ADC 设备上应用以下配置来调试和识别最终客户端应用程序。
>set syslogparams -userDefinedAuditlog yes
>
>add audit messageaction 401_log_act InFORMATIONAL '"LB-401 accessed: User: <" + AAA.USER.NAME + "> SessionID <"+ AAA.USER.SESSIONID + "> Client :<" + CLIENT.IP.SRC + "> accessed URL: <" + HTTP.REQ.URL + ">"'
>
>add rewritepolicy rewrite_401_log true NOREWRITE -logAction 401_log_act
>
>bind lb vserver <lb_name> -policyName rewrite_401_log -priority 100 -type reqUEST
<!--NeedCopy-->
共享
共享
This Preview product documentation is Cloud Software Group Confidential.
You agree to hold this documentation confidential pursuant to the terms of your Cloud Software Group Beta/Tech Preview Agreement.
The development, release and timing of any features or functionality described in the Preview documentation remains at our sole discretion and are subject to change without notice or consultation.
The documentation is for informational purposes only and is not a commitment, promise or legal obligation to deliver any material, code or functionality and should not be relied upon in making Cloud Software Group product purchase decisions.
If you do not agree, select I DO NOT AGREE to exit.