solid / authentication-panel

GitHub repository for the Solid Authentication Panel
MIT License
11 stars 15 forks source link

client_webid or client_id #101

Closed matthieubosquet closed 3 years ago

matthieubosquet commented 3 years ago

The specification uses client_id, should we use client_webid as claim instead for consistency?

acoburn commented 3 years ago

We should use client_id, which is already a defined property in OIDC. That also aligns with the use of client_id in the rest of the OIDC flows.

matthieubosquet commented 3 years ago

Clarified with @acoburn , the client_webidclaim I spotted is an old thing.

client_id is the correct claim name.