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

Support existing access token when using UserCredentials auth type #869

Open
qcastel opened this issue Sep 7, 2022 · 0 comments
Open

Support existing access token when using UserCredentials auth type #869

qcastel opened this issue Sep 7, 2022 · 0 comments

Comments

@qcastel
Copy link
Contributor

qcastel commented Sep 7, 2022

When using the UserCredentials auth type, we can't set a valid access token at the same time.
A bit of a shame if we just did the authorisation code grant flow, which returns an access token with the refresh token.

Ideally, the hadoop connector should use this access token until it expires and only then, refresh the token.

Currently, the connector will refresh straight away.

qcastel added a commit to qcastel/hadoop-connectors that referenced this issue Sep 7, 2022
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

Successfully merging a pull request may close this issue.

1 participant