-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autentication using Microsoft exchange: explore #39
Comments
Message for ITS: not sent yet: Hi For the eRAcuration App which will want to restrict it to solely people authorized to edit the eRA metadata. I could implement a login system, however, as per Roth practice, I beleive it would be better to use rothamsted login for that. at this stage, I would like to see how it is done on other Rothamsted apps, see how it is transferable to PHP and Laravel. I have found one article about it, https://www.webappfix.com/post/microsoft-authentication-implement-on-laravel-app.html and I would like to know if I am going in the right direction. thanks for pointers Nathalie |
These look promissing: https://medium.com/geekculture/laravel-ldap-authentication-laravel-login-with-ldap-437674903068 How to enable API authentication with LDAP and Laravel passport? LARAVEL SOCIALITE: https://laravel.com/docs/9.x/socialite#main-content |
Raised ticket to get LDAP information |
https://laravel.io/forum/06-23-2015-authenticating-users-in-laravel-via-windows-authentication |
from Constantin, I learn that on the ODYSSEY server, we are not using LDAP or active directory, but PAM. So I had some thoughts and we can use for authentication either LDAP/PAM if it is relatively easy, or they could use the Rothamsted Syndicated Login that is in the pipeline |
Authentication for this project needs to be linked to the local environment and use the Microsoft server.
Explore how it is done in LARAVEL,
Make a test Apptest apps
Ask Colin or Oli #how they did it in their methods
The text was updated successfully, but these errors were encountered: