Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Using msal for python in a mobile app developed in python and Kivy. Is there any way to open the browser in app itself in Interactive flow #112

Unanswered
lijithomas88 asked this question in Q&A
Discussion options

We are developing a simple mobileapp using Python and Kivy. We are using microsoft-authentication-library-for-python for authentication using Azure AD B2C.

Tried out below one and authentication is working fine.
https://github.com/AzureAD/microsoft-authentication-library-for-python/blob/dev/sample/interactive_sample.py

But for authentication, right now its opening a browser outside the mobile app. Is there any way to open the browser inside the mobile app itself.

You must be logged in to vote

Replies: 1 comment

Comment options

Glad to know that the MSAL Python library and its acquire_token_interactive() works out of the box on Kivy.

We did not explore how or whether it is possible to launch an embedded browser (i.e. "the browser inside the mobile app itself"). MSAL Python itself is cross-platform and hardly specifies what browser to use. Besides, the system browser is a common denominator among the platforms that Kivy supports. Perhaps you can dig into Kivy's docs to see whether it can launch embedded browser when running on mobile?

BTW, your follow-up questions on this topic shall go into MSAL Python's repo, not this webapp sample repo.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /