最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Multiple authentication providers in spring boot - Stack Overflow

programmeradmin0浏览0评论

We are building a library in spring boot. We have a requirement to use multiple authentication providers in spring security. And those authentication providers can be updated from client side or add new authentication providers from client side. Currently we are using profiles in spring boot to define the required authentication providers to be added. So that new / required ones can be defined in client side. I want to know whether profiles is the best way to do this or is using configuration class is better or is there another better approach for this.

发布评论

评论列表(0)

  1. 暂无评论