Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1157726

Summary: It is not possible to add Federation in Admin Console
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Jakub Cechacek <jcechace>
Component: Web ConsoleAssignee: Pedro Igor <psilva>
Status: CLOSED UPSTREAM QA Contact: Pavel Jelinek <pjelinek>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: brian.stansberry, hpehl, pjelinek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2025-02-10 03:43:24 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:

Description Jakub Cechacek 2014-10-27 14:55:33 UTC
It is not possible to add Federation via admin console when using current version of picketlink extension. The reason is that addition of identity provider needs to follow the creation of federation in single batch / composite operation. However the wizard in picketlink extension attempts to create federation only. Consequently the backend operation results in:


Request
{
    "address" => [
        ("subsystem" => "picketlink-federation"),
        ("federation" => "test")
    ],
    "operation" => "add",
    "alias" => "test",
    "child-type" => undefined,
    "name" => undefined
}

Response

Internal Server Error
{
    "outcome" => "failed",
    "failure-description" => "JBAS014677: Failed to persist configuration change: JBAS014675: Failed to marshal configuration",
    "rolled-back" => true,
    "response-headers" => {"process-state" => "reload-required"}
}

Comment 4 Red Hat Bugzilla 2025-02-10 03:43:24 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.