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

grant_type: password is not supported #101

Open
ouzkhanmete opened this issue May 4, 2022 · 1 comment
Open

grant_type: password is not supported #101

ouzkhanmete opened this issue May 4, 2022 · 1 comment
Labels
question Further information is requested

Comments

@ouzkhanmete
Copy link

ouzkhanmete commented May 4, 2022

Hey :)

I would like to know why there is a hardocded limitation on grant_type=client_credentials for oauth2 flow? Is there any specific reason for that? Why I could not specify which grant type to use explicitly in the Connector's config?

Thanks.

@jeqo jeqo added the question Further information is requested label Jul 5, 2023
@jeqo
Copy link
Contributor

jeqo commented Jul 5, 2023

Hi there! and apologies for the belated response.

It's because is the only grant type [1] supported by the Connector. Could you elaborate a bit more on why would you need to update it or which other grant type may be good to support? Thanks!

[1] https://oauth.net/2/grant-types/client-credentials/

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

No branches or pull requests

2 participants