luminus

Evgeniy 2021-06-17T19:10:31.033400Z

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?

jumar 2021-06-17T19:14:07.033500Z

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

Evgeniy 2021-06-17T19:32:52.033900Z

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?