<?xml version="1.0" encoding="utf-8"?>
<message>
<head>
<version>1.0</version>
<serviceType>authenService</serviceType>
</head>
<body>
<appId>T1</appId>
<authen>
<authCredential authMode="password">
<uname>t</uname>
<pwd>t</pwd>
</authCredential>
</authen>
<attributes attributeType="portion">
<attr name="X509Certificate.SubjectDN"></attr>
</attributes>
</body>
</message>
curl --location --request POST 'https://192.168.120.209/auth/authUser' \
--header 'Content-Type: text/xml' \
--data-raw '<?xml version="1.0" encoding="utf-8"?>
<message>
<head>
<version>1.0</version>
<serviceType>authenService</serviceType>
</head>
<body>
<appId>T1</appId>
<authen>
<authCredential authMode="password">
<uname>t</uname>
<pwd>t</pwd>
</authCredential>
</authen>
<attributes attributeType="portion">
<attr name="X509Certificate.SubjectDN"></attr>
</attributes>
</body>
</message>'
<?xml version="1.0" encoding="utf-8"?>
<message>
<head>
<version>1.0</version>
<serviceType>AuthenService</serviceType>
<messageState>true</messageState>
</head>
<body>
<authResultSet allFailed="false">
<authResult authMode="password" success="true"/>
</authResultSet>
<attributes/>
</body>
</message>