[Openid-specs-ab] Issue #132: Running OP-Scope-All results in warning after adding scopes_supported to discovery doc (openid/certification)

Roshni Chandrashekhar issues-reply at bitbucket.org
Fri Mar 27 14:45:00 UTC 2015


New issue 132: Running OP-Scope-All results in warning after adding scopes_supported to discovery doc
https://bitbucket.org/openid/certification/issue/132/running-op-scope-all-results-in-warning

Roshni Chandrashekhar:

1. OP-Scope-All used to pass before, since we dropped scopes we did not support.

2. I updated our discovery doc to indicate we only supported openid, email and profile.

3. OP-Scope-All now returns a warning:

WARNING Warnings: Not supported: scopes_supported=['profile', 'email', 'address', 'phone'] The following claims where missing: ['middle_name', 'nickname', 'profile', 'website', 'gender', 'birthdate', 'zoneinfo', 'updated_at', 'preferred_username', 'address', 'phone_number', 'phone_number_verified']

This message is unclear:
1. Why does it say scopes_supported=['profile', 'email', 'address', 'phone']?
The actual value we have is "scopes_supported": [
    "openid",
    "email",
    "profile"
  ],

2. Mis-spelling of were? "The following claims **where** missing"

3. What does this refer to -- "The following claims where missing"? Where are the claims missing from?


Responsible: Rohe



More information about the Openid-specs-ab mailing list