Uploaded image for project: 'PicketLink'
  1. PicketLink
  2. PLINK-568

It is not possible to add Federation in Admin Console

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • PLINK_2.7.0.Beta2
    • 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"}
      }
      

              psilva@redhat.com Pedro Igor Craveiro
              jcechace@redhat.com Jakub Čecháček
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: