static.signUp.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ums-core-spring-boot-starter Show documentation
Show all versions of ums-core-spring-boot-starter Show documentation
ums-core feature: mobile login, validate code(image,sms), RBAC-based uri access control, sign etc.
index
signUpUrl 注册页面
使用说明:
第三方授权登录后如未注册用户不支持自动注册功能, 则跳转到此 url 进行注册逻辑, 此 url 必须开发者自己实现; 默认: /signUp.html;
注意: 当 autoSignUp = false 时, 此属性才生效.
例如:
1. 设置值 "/signUp", 则跳转指定到 "/signUp" 进行注册.
2. 想返回自定义 json 数据到前端, 这里要设置 null , 在 Auth2LoginAuthenticationFilter 设置的 AuthenticationSuccessHandler 上处理返回 json;
判断是否为临时用户的条件是: Authentication.getPrincipal() 是否为 TemporaryUser 类型.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy