Conditional Access Question #431
Unanswered
mnagatos101
asked this question in
Q&A
Replies: 1 comment
-
Conditional access provides for a different use case than the one you're solving for. It sounds like you want to deny everything for that location. Conditional access is about denying only certain sign-ins that meet certain criteria. It's about reducing risk of an insecure login rather than denying based on location. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
According to the sample, it looks like objectId/User/Id is required to evaluate conditional access. This means that a login attempt has to precede it, yes?
However, if I want to block access by location then I want to go straight to the block page without displaying the login page.
How do I get the conditional access evaluation without a login attempt? Is it even possible?
Please advise.
Beta Was this translation helpful? Give feedback.
All reactions