Skip to content

Add <saml2-login> support in xml configuration #9012

@amergey

Description

@amergey

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions