Get the authentication Token from KeyCloak does not work

Hello guys,

I tried to get the access token via Postman. When I post the request. I’m getting the following error:

I use the following post url: {Domain}/auth/realms/{realmname}/protocol/openid-connect/token

Maybe I’m missing something or you can help me with that problem.

Best regards

Matthias

you have a typo: grand_type => grant_type

Thanks! Now it’s working. That was easy…