solid / authentication-panel

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

General Improvements #2

Closed jaxoncreed closed 4 years ago

jaxoncreed commented 5 years ago

General ideas for improvement

elf-pavlik commented 5 years ago

Keeping Storage system implementations simple (Don't have a ton of different ways for storage servers to confirm identity)

IDPs can have great variety of authentication, this way person can choose their IDP that supports what they need and participate in any group WAC controlled storage which only needs to support common standard (if possible one).

zenomt commented 5 years ago

Use of self signed authentication (without an identity provider)

as we discussed on the call, supporting the magic issuer https://self-issued.me and a public key in the profile isn't that much work, but it does require a little bit of special-case code. the benefits are:

elf-pavlik commented 4 years ago

I think we should copy original comment to https://github.com/solid/authentication-panel/tree/master/meetings and close this issue

We already have other issues capturing most of the points

If someone see need to create specific issue, which we can close by following up on it with PR, one can do it before or after closing this issue.