MCAS/CASB-Jira integration

Simranjit Singh 1 Reputation point
2021-06-25T10:58:49.643+00:00

Hi - How does SaaS service providers mobile app respond when the the application is integrated with MCAS reverse proxy.. On browser the URI redirects; but how does mobile apps work/cope up with mcas URI redirects

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. VipulSparsh-MSFT 16,311 Reputation points Microsoft Employee
    2021-07-01T01:49:03.687+00:00

    @Simranjit Singh Thanks for reaching out and apologies for delay on this.

    Generally when you create a session policy under CA app control, it allows you to have a control over user sessions by redirecting the user through a reverse proxy instead of directly to the app. From then on, user requests and responses go through Cloud App Security rather than directly to the app.

    When a session is protected by proxy, all the relevant URLs and cookies are replaced by Cloud App Security. For example, if the app returns a page with links whose domains end with myapp.com, the link's domain is suffixed with something like *.mcas.ms, as follows:

    App URL
    myapp.com

    Replaced URL
    myapp.com.mcas.ms

    This method doesn't require you to install anything on the device making it ideal when monitoring or controlling sessions from unmanaged devices or partner users.

    The URLs are always modified at the cloud access broker level (reverse proxy) so it indeed just work as a proxy between users device and the app servers where app server talks to the proxy and the the proxy takes care of everything else.

    -----------------------------------------------------------------------------------------------------------------

    If the suggested response helped you resolve your issue, please do not forget to accept the response as Answer and "Up-Vote" for the answer that helped you for benefit of the community.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.