Last updated 10 months ago
Was this helpful?
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();
[ { "id": 1, "name": "text", "vendorAttributes": [ { "id": 1, "name": "text", "type": [ "0 = Number", "1 = String", "2 = IP", "3 = Time" ] } ] } ]