-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
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"} }