I want to get user attributes with an Access Token in a Resource Owner Credential (Password) grant type. I would like to use OpenID Connect, but spec only talks about browser based grants. i.e. Authorization Code and Implicit.
I'm trying to understand why the spec doesn't support it. Is it because for a security risk? or some other reason?