-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: saml2An issue in SAML2 modulesAn issue in SAML2 modulestype: enhancementA general enhancementA general enhancement
Milestone
Description
Expected Behavior
Similarly to oauth2-login, it should be possible to configure saml2-login in xml.
We would need something like this
<http>
<saml2-login authentication-manager-ref="xxxxx" relying-party-registration-repository-ref="xxxxx">
</http>
to be able to configure spring security similarly to what is done with boot. Of course authentication-manager-ref or relying-party-registration-repository-ref would be optional as described in documentation configuring in java with spring-boot.
Current Behavior
Currently we do not know how to configure saml with xml in spring-security without spring-boot
pavlo-holinko, MichaelVetter, stuplarosa, martin-skuthan, lainekahsay and 2 more
Metadata
Metadata
Assignees
Labels
in: saml2An issue in SAML2 modulesAn issue in SAML2 modulestype: enhancementA general enhancementA general enhancement