solid / authentication-panel

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

Possibly missing `solid_oidc_supported` key in primer example #136

Closed calummackervoy closed 3 years ago

calummackervoy commented 3 years ago

In the solid-oidc spec it reads "An Identity Provider that conforms to the Solid-OIDC specification MUST advertise this in the OpenID Connect Discovery 1.0 OpenID.Discovery resource"

My assumption is that this means that the solid_oidc_supported key needs to be included in the resource at .well-known/openid-configuration/

I was a bit confused by this because in the example configuration from the primer it doesn't include the key, but I think it should?

acoburn commented 3 years ago

Thanks @calummackervoy, that's an oversight. We will fix that straight away.