© 2024 Parallels International GmbH. All rights reserved.
Read and return MFA Vendor details from an ini file.
Vendor Details file to be uploaded.
Success
Vendor Id.
Vendor Name.
Vendor Attributes.
const response = await fetch('/api/MFAVendor/Details', { method: 'POST', headers: { "Content-Type": "multipart/form-data" }, body: JSON.stringify({}), }); const data = await response.json();
[ { "name": "text", "vendorAttributes": [ { "name": "text", "type": [ "0 = Number", "1 = String", "2 = IP", "3 = Time" ] } ] } ]