Saml authentication Spring Security Core (since 5.2) in xml configuration

550 views Asked by At

We are currently using xml configuration as described here. This depends on opensaml.
Since Spring security 5.2, SAML authentication is integrated in spring security core as announced here.

I did find an example of configuring this via @nnotations.

Does anyone have a reference to an example of configuring Spring Security SAML authentication 'the new spring core 5.2 way' in XML configuration (so without the OpenSAML dependency)?

0

There are 0 answers