question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Single Account App Login Duration

See original GitHub issue

After the user signs in for the first time on a Single Account App, how long will I be able to get their account using?

mSingleAccountApp.getCurrentAccountAsync()

Basically we are looking to only have the user sign in once. This is a service device.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
shoatmancommented, Feb 20, 2020

You don’t need to sign in to the Authenticator app. Just install it. The authenticator app and the Intune company portal both contain an implementation of an abstract account authenticator. This is what we use to make “Work Account” available in the accounts list within settings. This is what’s actually providing the auth broker support.

1reaction
shoatmancommented, Feb 18, 2020

If the broker is in use it will be there until you remove it or if the user removes the account from the device via Account Manager (Settings / Accounts)

Read more comments on GitHub >

github_iconTop Results From Across the Web

User Policies - OneLogin Service System
Inactivity: Define the number of minutes or hours that a user session is active from the time the user is inactive. For example,...
Read more >
Application Session Management - Auth0
Single Sign-on (SSO) occurs when a user logs in to one application and is then signed in to other applications in that agent/browser...
Read more >
what is the best way to implement one-time login feature
The way to implement the feature in my mind could be that the app stores username and password in SharedPreferences once user login...
Read more >
Single and multiple account public client apps - Microsoft Entra
SingleAccountPublicClientApplication differs from PublicClientApplication in the following ways: MSAL tracks the currently signed-in account.
Read more >
One time login for multiple apps - Android Creativity
Ask the user to type in a username; Retrieve a unique device ID to remember the device; Retrieve a built-in account from AccountManager....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found