Adding new users in Spring Security

前端 未结 4 637
孤独总比滥情好
孤独总比滥情好 2021-02-02 15:58

I have basic spring security set up in my Spring / Java EE web app. I can restrict access to certain pages and force login (with roles etc.). There needs to be a form where ne

4条回答
  •  南笙
    南笙 (楼主)
    2021-02-02 16:42

    There is no such built in functionality for creating users in spring security. It is implemented only to secure resources based on the rules for users who are trying to login and access resources.

提交回复
热议问题