admin管理员组文章数量:1431714
While integrating Spring Authorization Server in my system for the oauth2 basic workflow, i found myself in potential situations regarding the future extensions for this.
Is any of the following feature possible to be integrated in the spring authorization server microservice?
- Provide a way for users to register and then after automatically be logged in
- Provide multi factor authentication/sms , etc.
- Let users log by email and then by code from the email ( magic link / passwordless authentication )
- Can the register endpoint be made in a way that user needs to verify the email?
- Is there any way maybe from a spring cloud gateway client to generate another access or refresh token for the session after user changed it's firstName, lastName, etc ?
The dependency i'm using in my auth server is spring boot starter authorization server.
本文标签: Spring Authorization ServerPossibility for extended featuresStack Overflow
版权声明:本文标题:Spring Authorization Server - Possibility for extended features - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745567337a2663840.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论