JOSSO

Agent installer should be able to support host-name and idbus-idp options

Details

  • Type: New Feature New Feature
  • Status: Closed Closed
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: JOSSO 1.8.2
  • Component/s: None
  • Description:
    Hide
    The JOSSO installer should support two new options:

    idp-host-name : allows the user to specify the gateway host, used in soap endpoint and login URLs
    host-name : allows the user to specify the name of the host where the agent is being deployed.
    idp-type : (values : josso, atricore-idbus).

    The changes that should be done to josso-agent-config.xml for idp-type: atricore-idbus can be found at
    http://www.atricore.org/confluence/display/IDBUS/Quick+Start

    We can use the same mechanism used to update catalina server.xml file, but we must update the josso-agent-config.xml file file after installing it.
    Show
    The JOSSO installer should support two new options: idp-host-name : allows the user to specify the gateway host, used in soap endpoint and login URLs host-name : allows the user to specify the name of the host where the agent is being deployed. idp-type : (values : josso, atricore-idbus). The changes that should be done to josso-agent-config.xml for idp-type: atricore-idbus can be found at http://www.atricore.org/confluence/display/IDBUS/Quick+Start We can use the same mechanism used to update catalina server.xml file, but we must update the josso-agent-config.xml file file after installing it.

Activity

Hide
Sebastian Gonzalez Oyuela added a comment - 17/Mar/10 10:06 AM
idp-type option should be constraint to a set of valid values : josso, atricore-idbus . The following command installs a josso idp:

agent install -t /tmp/apache-tomcat-6.0.26 -p tc60 --idp-type xxxx

The -p --platform option has a similar behaviour , restraining the list of valid values.
Show
Sebastian Gonzalez Oyuela added a comment - 17/Mar/10 10:06 AM idp-type option should be constraint to a set of valid values : josso, atricore-idbus . The following command installs a josso idp: agent install -t /tmp/apache-tomcat-6.0.26 -p tc60 --idp-type xxxx The -p --platform option has a similar behaviour , restraining the list of valid values.

People

Dates

  • Created:
    11/Mar/10 11:58 AM
    Updated:
    20/Jul/10 7:14 AM
    Resolved:
    17/Mar/10 1:10 PM