3

I'm working on an API, i need to get a token access using PostMan, it's an openid connect token i've tried to get using a GET Method and a POST Method but the result is the same i always have Invalid Request , with missing form parameter for the grant type key. As you can see bellow the grand type is already setted but not working.

Do you have any ideas ?

Thanks PostMan Example

0

1 Answer 1

1

As a guess, as I don't know the full details, I would have thought it would need to be something like this:

Postman

Add the details for the client_id, client_secret and grant_type to the request body. These should be placed in the x-www-form-urlencoded option.

As I don't know the full details, I'll be happy to update the answer if more are provided.

Sign up to request clarification or add additional context in comments.

1 Comment

If you're happy with this, can you accept the answer and close out the question please.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.