hellocoop / wordpress

A login and registration WordPress plugin for the Hellō service.
4 stars 2 forks source link

make openid, name and email the default scopes #100

Closed mscurtescu closed 1 year ago

mscurtescu commented 1 year ago

Show openid, name and email as default scopes and rename the "Scope" field to "Additional Scopes" and by default the additional scopes are empty.

If given_name or family_name or nickname scopes are added then use those values.

Regardless of requested scopes look for the preferred_username claim (verify actual claim name).

Save unknown claims into metadata. Don't save claims like jit, exp etc.

mscurtescu commented 1 year ago