Hi everyone!
For a client project, I’m setting up a site that will include a frontend login. Logged in users will be allowed to upload images and texts that can then be approved and published by admins. For this I want to use Kirby and work along this tutorial: Cookbook – Restricting access to your site
My main issue is this: My client is a university that uses their own authentication system based on Shibboleth. People with university accounts (students, teachers e.g.) should be able to log in to the site using their university credentials.
While user data should remain on my server, authentication would be handled via the Shibboleth system. In all honesty I have never worked with an external authentication provider and don’t really now how to get started.
Is it realistic to integrate Shibboleth with Kirby? Does anyone have hints on how to get started or worked on anything similar? Any hints are appreciated!