I am able to get my oauth2 token using implicit grant type and ID Token using insomnia, but getting object object error when doing from postman manually,
I have set response_type to ID Token,any tried and tested methods
I get the pop up to enter id and password for oauth flow, but i get object object after two Get is there some script anyone has used before on this?
The Implicit flow requires user interaction, You can’t mimic this workflow in a pre-request script, so you need to use the Postman Authorization helper (aka the Auth tab).
Looks like you are using Microsoft, and I have lots of examples but not using the Implicit flow.
You don’t generally get to see the underlying auth requests in the console logs, so I’m not sure what is producing the two Microsoft entries you have in your console logs so can you show a screenshot of your auth tab (and any relevant scripts but as mentioned before, you can’t script this one, you will need to use the auth helper).
Things to check are the redirect URL’s. You might need to add Postman as a valid redirect in your application auth settings.
Worth reading the bit about when to use this flow, as its not generally recommended anymore vs the more secure Authorization code flow with PKCE for single page apps.
Thanks @michaelderekjones for quickly replying
I will try to look more in to generating using oauth 2.0 implicit flow and will ask again if am blocked today
@michaelderekjones I am getting token in response by receiving an error on login, is it possible to copy the token from response even with error using a script and not manually