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)?