Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/ant/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
按TYPO3中的IP地址自动进行身份验证_Typo3_Typo3 9.x - Fatal编程技术网

按TYPO3中的IP地址自动进行身份验证

按TYPO3中的IP地址自动进行身份验证,typo3,typo3-9.x,Typo3,Typo3 9.x,我想自动验证从特定IP地址访问TYPO3中受保护区域的用户。应跳过登录页面。应该可以直接访问受保护区域中的URL,而无需重定向到登录页面 我已经测试了扩展名“aoe_ipauth”。不幸的是,这里不可能实现内容页的“直接”链接 有人有主意吗?可能通过采用TYPO3中间件 非常感谢 我相信你走在正确的道路上,但试图解决错误的问题。您所说的扩展无法在链接到页面后直接登录,因为这不是身份验证服务的功能 查看FE登录过程并重定向以使其正常工作。你需要设置一些东西 # https://docs.typo3

我想自动验证从特定IP地址访问TYPO3中受保护区域的用户。应跳过登录页面。应该可以直接访问受保护区域中的URL,而无需重定向到登录页面

我已经测试了扩展名“aoe_ipauth”。不幸的是,这里不可能实现内容页的“直接”链接

有人有主意吗?可能通过采用TYPO3中间件


非常感谢

我相信你走在正确的道路上,但试图解决错误的问题。您所说的扩展无法在链接到页面后直接登录,因为这不是身份验证服务的功能

查看FE登录过程并重定向以使其正常工作。你需要设置一些东西

# https://docs.typo3.org/m/typo3/reference-typoscript/master/en-us/Setup/Config/Index.html#typolinklinkaccessrestrictedpages
# If set, typolinks pointing to access restricted pages will still link to the page even though the page cannot be accessed. 
# If the value of this setting is an integer it will be interpreted as a page id to which the link will be directed.
config.typolinkLinkAccessRestrictedPages = id_to_your_login_page
这将在用户尚未登录时设置重定向到您的登录页面。 您可以使用aoe_ipauth登录用户,并使用重定向模式或