Fork me on GitHub
#luminus
<
2021-06-17
>
Evgeniy19:06:31

Hello! I'm working on my first web using Luminus. I need to add an authentication system that redirects users to their own organization authentication (like a university) and after they authenticate there, it would just return some data to show whether the user actually authenticated. How can I do that?

jumar19:06:07

It depends on what the 3rd party (university) supports. OpenID is a standard way of doing this; or often OAuth2 but that requires additional mechanisms in place to make sure it's secure

Evgeniy19:06:52

Thank you for your response! How can one find which of those, if at all, a given organization is using? Are there any libraries that help with these things?