TrustedApplication

Authenticates a user as a trusted application. GroupWise administrators create a trusted application name and key that allows applications to log in to the GroupWise system as any user. This is useful for applications that need to periodically log in to user mailboxes without a user's password.

Syntax

<TrustedApplication>
  <extension base="Authentication">
  <name type="string"/>
  <key type="string"/>
  <proxy type="string"/>
</TrustedApplication>

Definitions

name

Specifies the trusted application name. The name is created by the GroupWise administrator.

key

Specifies the trusted application key. The key is generated using a program run by the GroupWise administrator.

proxy

Specifies the user name of the person to proxy as.