Question 1mediummultiple choice
Read the full Implement Authentication and Access Management explanation →SC-300 Implement Authentication and Access Management • Complete Question Bank
Complete SC-300 Implement Authentication and Access Management question bank — all 0 questions with answers and detailed explanations.
{
"Version": "2012-10-17",
"Statement": [{
"Effect": "Allow",
"Action": "ms-graph:User.ReadWrite.All",
"Resource": "*"
}]
}Sign-in log error: 50011 Description: The reply address 'https://myapp.com/callback' does not match the reply addresses configured for the application.
{
"displayName": "Block outside of US",
"conditions": {
"locations": {
"includeLocations": ["All"],
"excludeLocations": ["US_Named_Location"]
}
},
"grantControls": {
"operator": "OR",
"builtInControls": ["block"]
}
}{
"displayName": "High Assurance Access",
"grantControls": {
"operator": "OR",
"authenticationStrength": {
"id": "00000000-0000-0000-0000-000000000004"
}
}
}{
"Version": "1.0",
"Id": "Policy1",
"Allow": "True",
"Conditions": {
"UserRisk": "High"
},
"Controls": {
"Grant": "MFA"
}
}Error: "The user has not been granted access to this resource due to MFA requirements." Code: 50072
CLI Output:
New-AzureADPolicy -Definition @('{"TokenLifetimePolicy":{"MaxAgeSessionSingleFactor":"01:00:00"}}') -DisplayName "SessionPolicy" -Type "TokenLifetimePolicy"{
"conditions": {
"applications": {
"includeApplications": ["All"],
"excludeApplications": ["00000002-0000-0000-c000-000000000000"]
},
"users": {
"includeUsers": ["All"]
}
},
"grantControls": {
"operator": "OR",
"builtInControls": ["mfa", "compliantDevice"]
}
}Update-MgUserAuthenticationFido2DeviceMethod -UserId 'user@contoso.com' -Fido2AuthenticationMethodId 'xyz' -DisplayName 'AdminKey'