Forum Discussion
youngjin98
Nov 23, 2021Copper Contributor
MCAS traffic flow
Hi team, I have a question. When using MCAS, I know that users deliver requests and responses to the app through "Proxy (Access + Session)." Then, is the actual DATA delivered to the user through ...
- Nov 25, 2021youngjin98
Yes that's correct. If the user uses MCAS, the data will return to Korea via Singapore, where the reverse proxy is located, and then it will be delivered to the user.
JaredPoeppelman
Dec 02, 2021Microsoft
The user's entire session and all its data will be proxied through the MCAS session (reverse) proxy only if, at logon time, there was a session policy in MCAS that matched the user's sign-in. Note this is only supported for browser-based access, not client app access.
If only an MCAS access policy matches the sign-in (no session policy), then the entire session will be allowed or blocked, but if allowed, the session will go directly to the cloud app, not through the session proxy.
Hope that helps clarify it.
- youngjin98Dec 06, 2021Copper ContributorThank you for your kind explanation.