1
Demonstrate the capabilities of Power Pages
hard
Refer to the exhibit. An organization is configuring IP address and domain restrictions for a Power Pages site. The policy JSON allows traffic from the 131.107.0.0/16 IP range and from contoso.com domain. A user from IP 192.168.1.10 with an email user@fabrikam.com tries to access the site. What will happen?
Exhibit
{
"policy": {
"allowedIpAddresses": ["131.107.0.0/16"],
"disallowedIpAddresses": [],
"allowedDomains": ["contoso.com"]
}
}