authorization-panel icon indicating copy to clipboard operation
authorization-panel copied to clipboard

Github repository for the Solid Authorization Panel

Results 86 authorization-panel issues
Sort by recently updated
recently updated
newest added

https://docs.google.com/document/d/1Gi23auEvq2g35D9yED4KABtiufBHLyBElzShnRJFKLU/edit

Paper supporting just in time authorization: https://www.usenix.org/conference/hotsec12/workshop-program/presentation/felt

How do you limit the apps that others use to access your data? How does this affect user experience?

if someone uses a known malicious app, should the storage server warn them? should the IDP/auth server?

fantastic paper about asking users for permissions: https://www.usenix.org/conference/hotsec12/workshop-program/presentation/felt

user uses browser to visit a web app web app redirects the user to log in to IDP/auth-server and get a bearer token (could be repeated for JIT auth) IDP/auth-server...