do-set-sso-credential

Sets a credential on the object specified by the <arg-dn> element in the Single Sign On credential store specified by the <store-def-dn> element for the application specified by the <app-id> element. The credential information is specified by additional named <arg-string> elements. The number of the strings and the names used are dependent on the credential store and application for which the credential is targeted.

Example

<do-set-sso-credential store-def-dn="../Library/SSO1" app-id="AD7">
   <arg-dn>
      <token-parse-dn src-dn-format="src-dn" dest-dn-format="ldap" start="0"
       length="-1">
         <token-src-dn/>
      </token-parse-dn>
   </arg-dn>
   <arg-string name="username"> 
      <token-src-name/> 
   </arg-string> 
   <arg-string name="password"> 
      <token-local-variable name="generatedPassword"/> 
   </arg-string> 
</do-set-sso-credential>

Allowed Content

Element

Description

arg-dn

DN argument.

arg-string

String argument.

Attributes

Attribute

Possible Values

Default Value

app-def-dn

CDATA

DN of the application credential definition object

Only used by the UI so the various UIs should agree on the DN format used.

#IMPLIED

app-id

CDATA

Application ID for the credential.

#REQUIRED

disabled

true | false

True if this element is disabled.

false

notrace

true | false

True if this element should not be traced during execution of the policy.

false

store-def-dn

CDATA

Slash form DN of the credential store definition object.

Can be relative to the including policy.

#REQUIRED

Content Rule

( arg-dn , arg-string * )

Parent Elements

Element

Description

actions

Actions that are performed by a <rule>.

arg-actions

Actions argument.