How to add new idp metadata in spring-SAML at runtime

前端 未结 1 814
一向
一向 2021-02-15 15:02

I am integrating spring-security-saml extension to support SSO in my web-application, my application should allow different customers to add their IDP metadata and their certifi

1条回答
  •  情话喂你
    2021-02-15 15:47

    The CachingMetadataManager is synchronized and you can add/remove MetadataProviders during runtime by getting the bean from the application context and calling addMetadataProvider/removeMetadataProvider.

    0 讨论(0)
提交回复
热议问题