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

API Authenticate with two factor authentication enabled fails #10

Open
MichaelSFF opened this issue Jul 12, 2021 · 0 comments
Open

API Authenticate with two factor authentication enabled fails #10

MichaelSFF opened this issue Jul 12, 2021 · 0 comments

Comments

@MichaelSFF
Copy link

Hi, I have been using the this Quickbase PHP SDK without issue for several years. We recently decided to enable two-factor authentication on our Quickbase realm and were told that we would need to utilize user tokens to authenticate the API. We are now using user tokens with the latest version of the SDK, but it doesn't seem to work. For example, are PHP call to authenticate is the following:

$qb = new Quickbase($username, $password, $userToken, true, null, $appToken, $realm, $hours);

The response is an error code 22 "Sign-in required" with error detail "The page you have requested can be viewed only by users
who have signed in. Please sign in to proceed."
Am doing something wrong, or this in fact an issue with the SDK?
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant