Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The AuthToken UDR is used for providing token information when the option Token Authentication is selected in the agent's configuration.
 

The following fields are included in the AuthToken UDR:

FieldDescription
claims (map<sting,any>)The payload and any additional claims, that is, any additional user information required for  authentication, for example website or zoneinfo.
token (string)The security token used for authentication.

username (string)

The user name.


  • No labels