WSO2发布服务器/存储在安装EEM后不工作

WSO2发布服务器/存储在安装EEM后不工作,wso2,wso2carbon,wso2-emm,Wso2,Wso2carbon,Wso2 Emm,安装WSO2 EEM(企业移动管理器)后,我可以将设备添加到设备管理。但我无法打开出版商/商店,所有页面都将跳转到或。我应该安装WSO2 Identity Server还是为其配置SSO 您不需要安装任何标识组件或明确配置sso。他们已经在那里的香草埃姆。当您转到https://localhost:9443/publisher,它应该被重定向到登录页面 https://localhost:9443/authenticationendpoint/login.do 然后,当您输入凭据时,它应该在下

安装WSO2 EEM(企业移动管理器)后,我可以将设备添加到设备管理。但我无法打开出版商/商店,所有页面都将跳转到或。我应该安装WSO2 Identity Server还是为其配置SSO

您不需要安装任何标识组件或明确配置sso。他们已经在那里的香草埃姆。当您转到
https://localhost:9443/publisher
,它应该被重定向到登录页面

https://localhost:9443/authenticationendpoint/login.do
然后,当您输入凭据时,它应该在下面的URL中重定向您

1) https://localhost:9443/publisher/acs
2) https://localhost:9443/publisher

若这对您不起作用,那个么日志文件中应该有异常。请检查一下

您不需要安装任何标识组件或明确配置sso。他们已经在那里的香草埃姆。当您转到
https://localhost:9443/publisher
,它应该被重定向到登录页面

https://localhost:9443/authenticationendpoint/login.do
然后,当您输入凭据时,它应该在下面的URL中重定向您

1) https://localhost:9443/publisher/acs
2) https://localhost:9443/publisher

若这对您不起作用,那个么日志文件中应该有异常。请检查一下

SSO配置部分[1]中的EMM文档中缺少一部分。希望您正在试用此虚拟机。请按照此处给出的步骤操作,以使publisher和store正常工作

您遇到的原因是/repository/conf目录中的app-manager.xml文件未正确配置

<SSOConfiguration>
   <!-- URL of the IDP use for SSO -->
   <IdentityProviderUrl>https://<EMM_HOST>:<EMM_HTTPS_PORT>/samlsso</IdentityProviderUrl>
   <Configurators>
      <Configurator>
         <name>wso2is</name>
         <version>5.0.0</version>
         <providerClass>org.wso2.carbon.appmgt.impl.idp.sso.configurator.IS500SAMLSSOConfigurator</providerClass>
         <parameters>
            <providerURL>https://<EMM_HOST>:<EMM_HTTPS_PORT></providerURL>
            <username>admin</username>
            <password>admin</password>
         </parameters>
      </Configurator>
   </Configurators>
</SSOConfiguration>

https://:/samlsso
wso2is
5.0.0
org.wso2.carbon.appmgt.impl.idp.sso.configurator.IS500SAMLSSOConfigurator
https://:
管理
管理

1.

SSO配置部分[1]中的EMM文档中缺少一部分。希望您正在试用此虚拟机。请按照此处给出的步骤操作,以使publisher和store正常工作

您遇到的原因是/repository/conf目录中的app-manager.xml文件未正确配置

<SSOConfiguration>
   <!-- URL of the IDP use for SSO -->
   <IdentityProviderUrl>https://<EMM_HOST>:<EMM_HTTPS_PORT>/samlsso</IdentityProviderUrl>
   <Configurators>
      <Configurator>
         <name>wso2is</name>
         <version>5.0.0</version>
         <providerClass>org.wso2.carbon.appmgt.impl.idp.sso.configurator.IS500SAMLSSOConfigurator</providerClass>
         <parameters>
            <providerURL>https://<EMM_HOST>:<EMM_HTTPS_PORT></providerURL>
            <username>admin</username>
            <password>admin</password>
         </parameters>
      </Configurator>
   </Configurators>
</SSOConfiguration>

https://:/samlsso
wso2is
5.0.0
org.wso2.carbon.appmgt.impl.idp.sso.configurator.IS500SAMLSSOConfigurator
https://:
管理
管理

1.

“ssoConfiguration”:{“enabled”:true,“issuer”:“publisher”,“identityProviderURL”:“keystrepassword”:“wso2carbon”,“identityAlias”:“wso2carbon”,“responseSigningEnabled”:“true”,“publisherAcs”:“%https.host%/publisher/sso”,“keystername”:“/repository/resources/security/wso2carbon.jks”},在访问之后,我得到错误消息“Authentication error!身份验证过程中出现问题。请尝试再次登录。“所有登录页面都将跳转到。我想知道我可以在哪里更改本地主机?我在carbon.xml config.json identiy.xml catalin-server.xml中进行了更改。但它仍然不起作用。“ssoConfiguration”:{“enabled”:true,“issuer”:“publisher”,“identityProviderURL”:“””keyStorePassword:“wso2carbon”,“identityAlias:“wso2carbon”,“responseSigningEnabled:“true”,“publisherAcs:”%https.host%/publisher/sso”,“keyStoreName:”/repository/resources/security/wso2carbon.jks“},访问后,我收到错误消息“身份验证错误!身份验证过程中出现问题。请尝试再次登录。“所有登录页面将跳转到。我想知道我可以在哪里更改本地主机?我在carbon.xml config.json identiy.xml catalin-server.xml中完成了此操作。但它仍然无法正常工作。