mozilla / fxa-oauth-server

OAuth server for Firefox Accounts
48 stars 40 forks source link

feat(openid): Allow untrusted reliers to request `openid` scope. #516

Closed rfk closed 6 years ago

rfk commented 6 years ago

As noted in https://github.com/mozilla/fxa-oauth-server/issues/515, untrusted reliers currently can't request the openid scope, and hence can't use the OIDC id_token flow. I don't see any risk to allowing them to request it, since the id_token doesn't directly contain any profile information, they still have to request other scopes like profile:email in order to be able to access profile data.

@vbudhram r?