DuendeSoftware / Support

Support for Duende Software products
21 stars 0 forks source link

Is it possible to obtain id_token using password grant? #767

Closed alvseek closed 1 year ago

alvseek commented 1 year ago

im using duende v6 in .net core 6.

if possible, how?

josephdecock commented 1 year ago

No, that is not possible. The OIDC spec defines how id tokens are obtained. It only allows for the authorization code flow, implicit flow, and hybrid flow.