简体   繁体   中英

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. Also I need to generate the SAML token for the registered application. It is basic application registration and SAML token generation without SSO and stuff. Am I making sense? if so please lead me to a good approach to solve this problem.

Consume "IdentityApplicationManagementService" createApplication operation.

  1. In carbon.xml set to false.
  2. Brows WSDL https://localhost:9443/services/IdentityApplicationManagementService?wsdl
  3. Generate necessary stubs
  4. Invoke createApplication operation with necessary parameters

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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