WSO2 UES服务注册方法

时间:2013-09-23 15:58:42

标签: wso2

我正在接受WSO2 UES服务器。我写了一个棕褐色的仪表板应用程序,工作正常。将jaggery应用程序移植到另一个UES服务器时,我必须手动注册SAML sso。手动配置后我能够访问。有没有办法自动化这个?

1 个答案:

答案 0 :(得分:1)

是的,您可以配置为自动执行此操作。转到/ repository / conf /并在文件sso-idp-config.xml中添加以下配置。

    <ServiceProvider>
        <Issuer>MyApp</Issuer>
        <AssertionConsumerService>http://x.x.x.x:9763/MyApp/sso.jag</AssertionConsumerService>
        <CustomLoginPage>ssoApp/login_processor.jag</CustomLoginPage>
    </ServiceProvider>

但不建议这样做。