简体   繁体   中英

Weblogic how to publish metadata file with WLST

I'm trying to figure out how to do in WebLogic the following using code (using WLST): ProductionDomain->Environment->Servers->ProductionServer->Federation Services->SAML 2.0 General->Publish Meta Data

unfortunately on guides it only says that "Operations on the metadata file are available via the com.bea.security.saml2.providers.registry.Partner Java interface." but yet the following interface does not seem to provide any relevant method for publishing the xml metadata file.

any suggestions how to implement the operation?

in online mode use this wlst command :

serverRuntime() 
cmo.getSingleSignOnServicesRuntime().publish('myMetadata.xml', false)

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