Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Force login with login prompt #683

Closed
6 tasks done
johnnyzen opened this issue Aug 11, 2023 · 1 comment
Closed
6 tasks done

Force login with login prompt #683

johnnyzen opened this issue Aug 11, 2023 · 1 comment
Labels
bug This points to a verified bug in the code

Comments

@johnnyzen
Copy link

Checklist

Description

What has happened to prompt=login? The documentation page is 404? https://auth0.com/docs/login/max-age-reauthentication

I am trying to prevent auto login when using WebAuthProvider.login as multiple users are sharing same device.

Thanks

Reproduction

WebAuthProvider.login(account).withOrganization(getString(R.string.com_auth0_organisation))

Additional context

No response

Auth0.Android version

2.9.3

Android version(s)

13

@johnnyzen johnnyzen added the bug This points to a verified bug in the code label Aug 11, 2023
@poovamraj
Copy link
Contributor

@johnnyzen You can see the sample below

val credentials = WebAuthProvider.login(account)
                .withParameters(mapOf("prompt" to "login"))
                .await(requireContext())

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This points to a verified bug in the code
Projects
None yet
Development

No branches or pull requests

2 participants