Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/12.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
Spring安全性-通过URL进行身份验证_Spring_Spring Security - Fatal编程技术网

Spring安全性-通过URL进行身份验证

Spring安全性-通过URL进行身份验证,spring,spring-security,Spring,Spring Security,我已经向用户的电子邮件发送了一些具有唯一URL的信件,需要在访问后通过此URL对其进行身份验证。现在在系统中实现了自定义身份验证提供程序,但它只有在从登录表单提交后才能工作。我已经阅读了有关基本HTTP身份验证的内容,但不了解它是如何针对我的问题实现的 谢谢!祝你今天愉快 如果您只需要登录特定用户,可以使用中显示的结果

我已经向用户的电子邮件发送了一些具有唯一URL的信件,需要在访问后通过此URL对其进行身份验证。现在在系统中实现了自定义身份验证提供程序,但它只有在从登录表单提交后才能工作。我已经阅读了有关基本HTTP身份验证的内容,但不了解它是如何针对我的问题实现的


谢谢!祝你今天愉快

如果您只需要登录特定用户,可以使用中显示的结果