Mobile application authentication based on OAUTH #7926
Unanswered
quick691fr
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You should be able to embed a WKWebView (or whatever the android equivalent is) into your app to show the login |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to make a mobile app authentication using authentik Oauth to use protected token based REST API.
I can make it worked using switching from mobile app to web browser for user authentication part and go back to mobile app with token after successfully auth but the process is kinda strange to see app switching from my app to browser on mobile. Is there a way to make oauth signin directly from app login screen without using browser and authentik landing page ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions