Bug 1342685
Summary: | [GSS] (6.4.z) IDP initiated (unsolicited) responses should not contain InResponseTo attributes | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | dhorton | |
Component: | PicketLink | Assignee: | Miroslav Sochurek <msochure> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Josef Cacek <jcacek> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 6.4.7 | CC: | anmiller, bbaranow, bdawidow, bmaxwell, ihradek, jtruhlar, msochure, psilva, pskopek | |
Target Milestone: | CR1 | Flags: | vpakan:
needinfo+
|
|
Target Release: | EAP 6.4.10 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1342686 (view as bug list) | Environment: | ||
Last Closed: | 2017-01-17 12:55:38 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1339868, 1342686, 1353339 |
Description
dhorton
2016-06-03 21:56:55 UTC
To reproduce: - deploy idp.war and employee.war - login to IDP - http://localhost:8080/idp/ - trigger the SAMLv2 unsolicited response by going to http://localhost:8080/idp/index.html?TARGET=http://localhost:8080/employee/&SAML_VERSION=2.0 - view the SAML request that gets sent to the employee application - there should not be an InResponseTo attribute Required security-domain configuration: <security-domain name="idp" cache-type="default"> <authentication> <login-module code="UsersRoles" flag="required"> <module-option name="usersProperties" value="${jboss.server.config.dir}/users.properties"/> <module-option name="rolesProperties" value="${jboss.server.config.dir}/roles.properties"/> </login-module> </authentication> </security-domain> <security-domain name="sp" cache-type="default"> <authentication> <login-module code="org.picketlink.identity.federation.bindings.jboss.auth.SAML2LoginModule" flag="required"/> </authentication> </security-domain> Verified with EAP 6.4.10.CP.CR2 Retroactively bulk-closing issues from released EAP 6.4 cummulative patches. |