| Summary: | [GSS](6.4.z) SAML2LogoutHandler should create logout request with nameid format | |||
|---|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | dhorton | |
| Component: | PicketLink | Assignee: | Dmitrii Tikhomirov <dtikhomi> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Josef Cacek <jcacek> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | high | |||
| Version: | 6.4.7 | CC: | anmiller, bdawidow, bmaxwell, dtikhomi, egonzale, jbilek, jtruhlar, msochure, okotek, psilva, pskopek, rnetuka | |
| Target Milestone: | CR1 | |||
| Target Release: | EAP 6.4.9 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1330602 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-17 12:53:44 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1324262, 1330602, 1333180 | |||
|
Description
dhorton
2016-04-26 14:38:31 UTC
Fixed in branch 2.5.4.SP7-redhat-1_BZ-1330602. This needs to be cherry-picked into the next product release branch. The NameID format can be adjusted by using teh "NAMEID_FORMAT" configuration option on the SAML2LogOutHandler in the picketlink.xml file: <Handler class="org.picketlink.identity.federation.web.handlers.saml2.SAML2LogOutHandler"> <Option Key="NAMEID_FORMAT" Value="urn:oasis:names:tc:SAML:2.0:nameid-format:email"/> </Handler> Verified with EAP 6.4.9.CP.CR2 Retroactively bulk-closing issues from released EAP 6.4 cummulative patches. |