What OpenID Connect authorization flow to authenticate mobile app users?
Mobile apps, at least on iOS and Android, can register custom URL schemes so that a redirect from a browser can send the user back to your app along with some query parameters. So, you can use these flows in a native mobile app, but it involves sending the user to a web browser (either … Read more