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.
Multiple authentication providers in spring boot - Stack Overflow
评论列表(0)
- 暂无评论