You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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!
Hey :)
I would like to know why there is a hardocded limitation on
grant_type=client_credentials
foroauth2
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.
The text was updated successfully, but these errors were encountered: