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.
最新文章
- Windows 10盗版不易?所以在中国普及速度极慢
- Docker environment for aya rust ebpf compilation - Stack Overflow
- ST_CONTAINS() giving FALSE even if Point lies within polygon. google-bigquery - Stack Overflow
- reactjs - Why can't AWS Amplify find my components from a working version of my React App? - Stack Overflow
- javascript - In Quill, how to add one button to the toolbar to add some text? - Stack Overflow
- node.js - I don't understand why I am getting a "no overload match for this call" error - Stack Overfl
- Flutter upload document : file key is missing in payload - Stack Overflow
- reactjs - How to change output directory of wxt extension framework - Stack Overflow
- rcpp - C++ AVX2 custom functions (e.g., "exp") not working on Windows (but work on Linux) - Stack Overflow
- arrays - Visual Studio 2022 - Fortran - Debugging Issue - Stack Overflow
- python - Steps approximation for time series scatter with mean changing every K number of steps using BIC - Stack Overflow
- utf 8 - correct way to Import database dump in PowerShell - Stack Overflow
- In Visual Studio 2022, Can not export and import new Project Template - Stack Overflow
- java - How to configure asynchronous processors with StepBuilder in Spring batch v5.2 - Stack Overflow
- Composing dependent functions in Lean - Stack Overflow
- perl - How to get a diagnostic from Moo when I try to set an unknown attribute in the constructor? - Stack Overflow
- OneNote with embeded Excel having Data Connection - security warning and disabled - Stack Overflow