Skip to content

spring-security-saml2-service-provider impossible to use different format of assertionConsumerServiceUrlTemplate #7565

Closed
@inabumst

Description

@inabumst

Summary

Saml2WebSsoAuthenticationFilter has constant DEFAULT_FILTER_PROCESSES_URI. The logic of the filter heavily relies on it. This configuration makes possibility of providing "assertionConsumerServiceUrlTemplate" in RelyingPartyRegistration useless. If application needs to use different format than DEFAULT_FILTER_PROCESSES_URI, the response from identity provider is not processed.

Actual Behavior

Saml2WebSsoAuthenticationFilter is not called or RelyingPartyRegistration is not detected when executing filter logic

Expected Behavior

Saml2WebSsoAuthenticationFilter should be configurable.

Version

5.2.0.RELEASE

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions