OpenAM installation and Entity Import/export #474
-
Hello,
From the automation point of view, is there any tool/steps may automate the 1 and 2 steps? I know for configuration store , there is a SSOconfigruationTools.zip which do similar thing (but seems not much documentation). For 2, is that the ssoAdminTools are made for that? But i find that it required manual installation. i also find that the ssoadmin.jsp may do similar thing but there is not API documentation. Any one may share on that? thx capho |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@capmatch I think you can use Selenium. Also you can use https://github.com/OpenIdentityPlatform/OpenAM/blob/master/openam-server/src/test/java/org/openidentityplatform/openam/test/integration/IT_Setup.java as an example. |
Beta Was this translation helpful? Give feedback.
@capmatch I think you can use Selenium. Also you can use https://github.com/OpenIdentityPlatform/OpenAM/blob/master/openam-server/src/test/java/org/openidentityplatform/openam/test/integration/IT_Setup.java as an example.