I've created a conditional access policy to require multi-factor authentication for users outside of a location. I have several applications configured to use Azure AD for SSO. One of those applications uses OAuth method for authentication. That application does not show up in the list of apps to either be included or excluded from the conditional access policy for some reason.
This wouldn't be an issue but when the policy is enabled for all apps (as I would prefer it), single sign on for the unlisted OAuth app breaks.
Ideally I'd like to exclude the OAuth app from the Conditional access policy while I debug the authentication issue. Does anyone have any experience with a situation like this that could lend some insight?