spring-security中的 No AuthenticationEntryPoint could be established异常处理.

Posted 三七_37

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了spring-security中的 No AuthenticationEntryPoint could be established异常处理.相关的知识,希望对你有一定的参考价值。

异常:

严重: Context initialization failed
org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: No AuthenticationEntryPoint could be established. Please make sure you have a login mechanism configured through the namespace (such as form-login) or specify a custom AuthenticationEntryPoint with the ‘entry-point-ref‘ attribute 
Offending resource: class path resource [spring-security.xml]

文本翻译:

配置问题:无法建立AuthenticationEntryPoint。请确保通过命名空间配置了登录机制(例如表单登录),或使用“entry point ref”属性指定自定义AuthenticationEntryPoint

违规资源:类路径资源[spring security.xml]

处理方法:

由于疏忽在spring-security.xml文件中忘了加

 <form-login/> <!-- 页面拦截,开启表单登录功能—->

加上就好了

    <http use-expressions="false">
        <intercept-url pattern="/**" access="ROLE_USER" />
         <!-- 页面拦截,开启表单登录功能 -->
        <form-login /> 
    </http>

 



以上是关于spring-security中的 No AuthenticationEntryPoint could be established异常处理.的主要内容,如果未能解决你的问题,请参考以下文章

如何使用spring-security通过用户名和密码登录?

通过 Active Directory LDAP 使用 Spring-Security 进行身份验证

Spring 中的 404 错误(java config / no web.xml)

django 报错 no such table: auth_user

有啥方法可以强制在 spring-security 中的某些页面使用 https 吗?

不允许:no-auth-role/CognitoIdentityCredentials 无权执行:geo:ListGeofences on resource:xxxxx