|
|
|
|
|
by Ronnie76er
2205 days ago
|
|
Just want to mention something about the id_token provided. I'm on my phone, so I don't have apples implementation handy, but in OIDC, the relying party (Spotify for example) is supposed to use the id_token to verify the user that is authenticated, specifically the sub claim in the jwt id_token. https://openid.net/specs/openid-connect-core-1_0-final.html#... It's likely (although like others have noted, this is scant on details), that this value was correct and represented the authenticated user. A relying party should not use the email value to authenticate the user. Not contesting that this is a bug that should be fixed and a potential security issue, but perhaps not as bad. Anyone else? Am I reading this right? |
|