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 Console | Assignee: | Pedro Igor <psilva> |
| Status: | CLOSED UPSTREAM | QA Contact: | Pavel Jelinek <pjelinek> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.4.0 | CC: | 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: | |||
This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |
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"} }