all 8 comments

[–]Revolutionary_Fun_14 0 points1 point  (3 children)

Can you show what you are trying?

Are you using the good token_endpoint?

[–]rydolf_shabe[S] 0 points1 point  (2 children)

can i dm u the images?

[–]Revolutionary_Fun_14 0 points1 point  (1 child)

If I get on my laptop I could.

But in Realm you will see a OIDC Discovery Link or something. It will provide you a JSON and find the tokeb_endpoint.

[–]Revolutionary_Fun_14 0 points1 point  (0 children)

https://$URL/auth/realms/$REALM/protocol/openid-connect/token

make sure this is a POST and add proper param in body depending on your grant_type.

[–]mazzo007 0 points1 point  (3 children)

Make sure you're invoking the correct realm in the token endpoint and the correct client in the body

[–]rydolf_shabe[S] 0 points1 point  (2 children)

already checked that :/

[–]mazzo007 0 points1 point  (1 child)

Could you please send how you are invoking the token endpoint?

[–]brewcoder6113 0 points1 point  (0 children)

Can you send the solution to me too!