79687749

Date: 2025-07-02 16:09:24
Score: 1.5
Natty:
Report link

The answer of csbrogi is correct.

Just for details this is configuration of ROPC,
enter image description here
Then you can make the request using the client_secret as well.
However, I don't recommend using ROPC in a new project — it's deprecated and tightly coupled to the Identity Provider. The best approach is to use the Authorization Code Grant flow. If it's an external app calling the API, you can also use an offline token.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Raf897