Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Adrian GeorgeAdrian George(Deactivated)Reporter
Mario LopezMario Lopez(Deactivated)Capitalizable
TrueStory Points
3Original estimate
Time remaining
0hSprint
NoneFix versions
Priority
High
Details
Details
Assignee
Adrian George
Adrian George(Deactivated)Reporter
Mario Lopez
Mario Lopez(Deactivated)Capitalizable
True
Story Points
3
Original estimate
Time remaining
0h
Sprint
None
Fix versions
Priority
Created February 16, 2017 at 9:44 PM
Updated May 14, 2018 at 4:06 PM
Resolved February 24, 2017 at 9:03 PM
The SAML filter currently only supports HTTP POST Binding, but there appears to be consumers sending in raw XML requests (i.e. unwrapped HTTP POST Binding requests) to Identity that we should continue to support until the consumers can get updated.
We're going to get rid of the check that requires the request to be form encoded. The filter will accept form encoded XML and XML (application/xml). We don't have to force XML requests to go through Flow 1 (i.e. if the issuer of an XML request is not in the list of legacy issuers, go through the Flow 2 logic).
Acceptance Criteria:
The filter processes an application/xml request the same way it would if the request was a form encoded XML request.