flutter - Retrieving tokens from aad_b2c_webview - Stack Overflow
I wanted to leverage Microsofts Azure B2C package aad_b2c_webview manage secure login into android app built earlier.
Use case is user lands on login page, after signing into their Azure B2C account, they are able to see the home screen that provides them links to other screens (e.g. profile, dashboard, account) within the android app.
Followed the instructions as per
It works, but I am struggling to understand what exactly is happening, and there is almost no viable documentation (its as if Microsoft abandoned this project).
- Is it necessary to use deep links? My understanding of deep links is that its primarily used to create seamless xp between web and app, so your users get redirected to app as opposed to website, in my case there is no website so nowhere to host assetlinks.json file (unless i buy a domain, create and host it which seems redudnant). This is only a android app.
- I am assuming the meta-data and intent-filter has to be stored within the is this correct?
- It mentiones the use of flutter secure storage fore storage and retrieval of access related information (access token, refresh token etc.), how do we access this in subsequent pages to retrieve the relevant tokens?
- How does it handle logout mechanism or is this something we have to create using ADB2CEmbedWebView?
Thanks guys.
最新文章
- 黑客称用商业软件复制出德防长指纹
- 2012年NEC云时代平台软件全国巡展启动
- javascript - Why does the letter animation work outside a <button> but not inside it? - Stack Overflow
- Web scraping using selenium-Google messages web - Stack Overflow
- How to Interact with iframe in Google Form “add file” feature Using Python and Playwright? - Stack Overflow
- performance testing - How to retrieve the dynamic value from the JMeter - Stack Overflow
- java - I have an issue with tmcbeans, I can not run projects - Stack Overflow
- c# - Loading data to dataGridView freezes the window during loading, why threading does not work here? - Stack Overflow
- monit missing file in sys directory when restarting monit - Stack Overflow
- typescript - Pinia types not working in nuxt3 with auto imports - Stack Overflow
- python - testing the output of seaborn figure level plots - Stack Overflow
- Power query performance (SOAP connector) very low on migrating from Excel to Power BI Desktop - Stack Overflow
- kotlin - Android Studio Code Completion not working in test folder in all projects - Stack Overflow
- Why is my ESP32 task not logging when Wi-Fi is disconnected, but Wi-Fi retry logs are showing up? - Stack Overflow
- javascript - Three Contenteditable Divs that connect as one larger text box with maxChars of 274 - Stack Overflow
- sql - How to validate data is Hexadecimal in Presto - Stack Overflow
- angularjs - how to display a pdf in angular? - Stack Overflow