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

Question: is there a way to authorize with just the client credentials? #113

Open
gediminasmorkys opened this issue Nov 27, 2023 · 3 comments

Comments

@gediminasmorkys
Copy link

Hi,

https://bynder.docs.apiary.io/#introduction/changelog/2023 there are plans to deprecate permanent tokens in favor of OAuth2. The most straightforward way to authenticate for machine-to-machine integrations seems to be the client credentials flow.

However, in the https://github.com/Bynder/bynder-java-sdk/blob/master/src/main/java/com/bynder/sdk/sample/AppSample.java I only see permanent token or authorization code flow examples.

Is there a way (with this library) to authorize with just the client credentials?
https://bynder.docs.apiary.io/#reference/oauth-2.0/token-endpoint/using-client-credentials

@jdickel
Copy link
Contributor

jdickel commented Jan 3, 2024

Hi all,

is there any information on when this is getting released?
I just found another issue from like three years ago when somebody stated this is going to be released in the next version.

Will there be Client Credentials support soon?

I'd be willing to implement this if needed.

@TimBloembergen
Copy link

Hi @jdickel I'm terribly sorry for the late reply on this issue. There is indeed a stale branch of ours which has the implementation in there, however it would need to be seperated from the rest of the code changes.

We are currently focusing on other projects which needs to the teams full attention. This means we currently don't have the bandwith to implement this ourselves.

If you are still willing to implement this, feel free to do so. If you are going to, please also add tests.

We can review the code and deploy a new release if the code meets our standards.

@artur-kovalchuk
Copy link

@TimBloembergen, any news on Client Credentials Flow?

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

4 participants