简体   繁体   English

向WSO2 Identity Server注册SAML应用程序(无SSO)

[英]Registering a SAML application (without SSO) with WSO2 Identity Server

Am trying to write a Java code which gets application details like app name, description etc from end user and registers the application with the WSO2 Identity Server. 我试图编写一个Java代码,该代码从最终用户那里获取应用程序详细信息,例如应用程序名称,描述等,并在WSO2 Identity Server中注册该应用程序。 Also I need to generate the SAML token for the registered application. 另外,我还需要为注册的应用程序生成SAML令牌。 It is basic application registration and SAML token generation without SSO and stuff. 它是基本的应用程序注册和SAML令牌生成,而没有SSO和东西。 Am I making sense? 我说得通吗 if so please lead me to a good approach to solve this problem. 如果是这样,请引导我找到解决此问题的好方法。

Consume "IdentityApplicationManagementService" createApplication operation. 消耗“ IdentityApplicationManagementService” createApplication操作。

  1. In carbon.xml set to false. 在carbon.xml中设置为false。
  2. Brows WSDL https://localhost:9443/services/IdentityApplicationManagementService?wsdl 浏览WSDL https:// localhost:9443 / services / IdentityApplicationManagementService?wsdl
  3. Generate necessary stubs 生成必要的存根
  4. Invoke createApplication operation with necessary parameters 使用必要的参数调用createApplication操作

如果需要使用SAML SSO,则还应该使用IdentitySAMLSSOConfigService。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM