1. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

[Flutter] How to open native outlook app with login state on particular user by clicking my...

Discussão em 'Mobile' iniciado por Stack, Outubro 1, 2024 às 08:43.

  1. Stack

    Stack Membro Participativo

    From my Flutter app's dashboard on clicking the Outlook icon, I get a login URL

    https://login.microsoftonline.com/common/oauth2/authorize?
    client_id=***********&redirect_uri=**********&response_mode=form_post&response_type=code+id_token&scope=openid&msafed=1&msaredir=1&login_hint=*********&client-request-id=************&protectedtoken=true


    In a web browser, it opens a separate tab and opens that particular user's outlook. I tried with Webview and external web browsers through my Flutter app but I need to open the native Outlook app if the Outlook app is installed on my device else open play store outlook.

    Continue reading...

Compartilhe esta Página