For my application I plan on using oauth2 Resource Owner Password Credential Grant
with OIDC server.
So I think I'm a little confused re the flow.
So as I understand this - Im supposed to get back the id_token
along with access
token as when we use Password
grant we skip the authorization step - am I understanding it correctly?
Most examples online seems to be referring to getting id_token
along with a authorize request, not access token request... plz help.
Edit: I would appreciate constructive criticism instead of just down-votes.