Loading...
Validate AD Access of the Multi Factor Authentication.
The Site Id to validate the AD Access.
AD Custom Attribute
The User Principal Name
Success
const response = await fetch('/api/MFA/ValidateADAccess', { method: 'GET', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }