Implemented OIDC für pixelfed

This commit is contained in:
2025-06-19 10:02:03 +02:00
parent ceab517dfa
commit 03192dd4f3
9 changed files with 170 additions and 30 deletions

View File

@@ -15,6 +15,7 @@ This role deploys Moodle using Docker, automating the setup of both the Moodle a
- **Scalable Deployment:** Leverage Docker for a portable and scalable installation that adapts as your user base grows.
- **Robust Data Management:** Secure and reliable storage of both the Moodle application and user data through Docker volumes.
- **Secure Web Access:** Configured to work seamlessly behind an Nginx reverse proxy for enhanced security and performance.
* **Single Sign-On (SSO) / OpenID Connect (OIDC):** Seamless integration with external identity providers for centralized authentication.
## Additional Resources