unsupported_grant_type - client_credentials #534
-
I am trying to evaluate fief as a replacement for AzureAD. I was able to make the FastAPI example works as well as python integration. However, my requirement needs client_credentials flow. I tried the code below but I get unsupported_grant_type error. Is there a way to make it work? Is this feature not supported? `payload = {
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hail, @romcab 👋 Welcome to Fief's kingdom! Our team will get back to you very soon to help. In the meantime, take a minute to star our repository ⭐️ Want to support us?Subscribe to one of our paid plan to help us continue our work and receive exclusive information and benefits! Starts at $5/month 🪙 Farewell! |
Beta Was this translation helpful? Give feedback.
-
Hi @romcab 👋 Unfortunately, we do not support |
Beta Was this translation helpful? Give feedback.
Hi @romcab 👋 Unfortunately, we do not support
client_credentials
grant. We only support to authenticate as a user at the moment, not as a machine.