-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplesstatus: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug
Milestone
Description
Describe the bug
The documentation states that the metadata endpoint can be changed by like this:
filter.setRequestMatcher(new AntPathRequestMatcher("/saml2/metadata", "GET"));
But it does not work as expected because the registration id resolver returns metadata
as registration id due to the used ant matcher.
Line 61 in 6714112
String registrationId = this.registrationIdResolver.convert(request); |
Line 116 in 6714112
private final RequestMatcher requestMatcher = new AntPathRequestMatcher("/**/{registrationId}"); |
Metadata
Metadata
Assignees
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplesstatus: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug