CyberCRI / learn-ext

WeLearn Browser Extension
https://welearn.cri-paris.org
MIT License
11 stars 1 forks source link

[auth] OpenID Auth flow components checklist #54

Closed prashnts closed 4 years ago

prashnts commented 4 years ago

With KeyCloak as our OID provider, we'll now need the ui components and necessary plumbing to complete the authentication flows. Here's a tentative checklist:

-[ ] Handling sign in/register flows in our own ui. Note that it is possible to use the html from keycloak in an iframe. And that's what we'll be doing to begin with. -[ ] Setting up a login-sensor, logout button, and all the boring but necessary ui data providers.

[!] Note that auth won't be shipped before a thorough audit and code review to make sure:

prashnts commented 4 years ago

Done! in #75