[PR #498] [MERGED] Add authentik to SSO #504

Closed
opened 2025-11-06 17:02:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/498
Author: @larsl-net
Created: 6/4/2023
Status: Merged
Merged: 7/11/2023
Merged by: @nodiscc

Base: masterHead: master


📝 Commits (5)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Thank you for taking the time to work on a PR for Awesome-Sysadmin!

To ensure your PR is dealt with swiftly please check the following:

  • Your additions are Free software
  • Software your are submitting is not your own, unless you have a healthy ecosystem with a few contributors (which aren't your sock puppet accounts).
  • Submit one item per pull request. This eases reviewing and speeds up inclusion.
  • Format your submission as follows, where Demo and Clients are optional.
    Do not add a duplicate Source code link if it is the same as the main link.
    Keep the short description under 80 characters and use sentence case
    for it, even if the project's webpage or readme uses another capitalisation.
    Demo links should only be used for interactive demos, i.e. not video demonstrations.
    - [Name](http://homepage/) - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language`
  • Additions are inserted preserving alphabetical order.
  • [ x] Additions are not already listed at awesome-selfhosted
  • The Language tag is the main server-side requirement for the software. Don't include frameworks or specific dialects.
  • You have searched the repository for any relevant issues or PRs, including closed ones.
  • Any category you are creating has the minimum requirement of 3 items.
  • Any software project you are adding to the list is actively maintained.
  • The pull request title is informative, unlike "Update README.md".
    Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb,
    "Remove aaa from bbb" for removing, "Fix license for aaa", etc.

Please take some time to answer the following questions as best you can:

  • Why is it awesome?

Easy to set up idp, with self service support. In addition to the standard protocols (oAuth and SAML), outposts are available (Proxy, LDAP or RADIUS) for applications that are not natively SSO-capable.

  • Have you used it? For how long?

Over a year and a half

  • Is this in a personal or professional setup?

Personal

  • How many devices/users/services/... do you manage with it?

User < 20
Services 40

  • Biggest pros/cons compared to other solutions?

Pros:

  • Self service
  • Outposts (Proxy and LDAP)
  • Customization of the flows (login, user registration, ...)
  • MFA (OTP, SMS and WebAuth)

Cons:

  • With LDAP Source no write Back feature (User Changes not write to LDAP)

  • Any other comments about your use case, things you've found excellent, limitations you've encountered... ?

Currently using authentik for my private setup, but currently planning to use it for a corporate setup as well.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/awesome-foss/awesome-sysadmin/pull/498 **Author:** [@larsl-net](https://github.com/larsl-net) **Created:** 6/4/2023 **Status:** ✅ Merged **Merged:** 7/11/2023 **Merged by:** [@nodiscc](https://github.com/nodiscc) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`19e4cc4`](https://github.com/awesome-foss/awesome-sysadmin/commit/19e4cc4536842f121f51e89998b23f1593f76e74) Add authentik to SSO - [`c6f45d5`](https://github.com/awesome-foss/awesome-sysadmin/commit/c6f45d5200926c3ee7223e79e896bc1335e65cd1) Add authentik to SSO - [`6d2ef21`](https://github.com/awesome-foss/awesome-sysadmin/commit/6d2ef216fbe1174b06977bb958072c80a592538c) Add authentik to SSO - [`dd46de8`](https://github.com/awesome-foss/awesome-sysadmin/commit/dd46de83b82796939489d80cced8d8aa426c7d21) fix: capitalise - [`69bf955`](https://github.com/awesome-foss/awesome-sysadmin/commit/69bf955a0b19a6f4e2748d5ba480243357f8f0bf) add: License ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description <!-- DO NOT DELETE THE TEXT BELOW. Please make sure relevant boxes are checked [x] --> Thank you for taking the time to work on a PR for Awesome-Sysadmin! To ensure your PR is dealt with swiftly please check the following: - [x] Your additions are [Free software](https://en.wikipedia.org/wiki/Free_software) - [x] Software your are submitting is not your own, unless you have a healthy ecosystem with a few contributors (which aren't your sock puppet accounts). - [x] Submit one item per pull request. This eases reviewing and speeds up inclusion. - [x] Format your submission as follows, where `Demo` and `Clients` are optional. Do not add a duplicate `Source code` link if it is the same as the main link. Keep the short description under 80 characters and use [sentence case](https://en.wikipedia.org/wiki/Letter_case#Sentence_case) for it, even if the project's webpage or readme uses another capitalisation. `Demo` links should only be used for interactive demos, i.e. not video demonstrations. ``- [Name](http://homepage/) - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language` `` - [x] Additions are inserted preserving alphabetical order. - [ x] Additions are not already listed at [awesome-selfhosted](https://github.com/awesome-selfhosted/awesome-selfhosted) - [x] The `Language` tag is the main **server-side** requirement for the software. Don't include frameworks or specific dialects. - [x] You have searched the repository for any relevant [issues](https://github.com/awesome-foss/awesome-sysadmin/issues) or [PRs](https://github.com/awesome-foss/awesome-sysadmin/pulls), including closed ones. - [x] Any category you are creating has the minimum requirement of 3 items. - [x] Any software project you are adding to the list is actively maintained. - [x] The pull request title is informative, unlike "Update README.md". Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb, "Remove aaa from bbb" for removing, "Fix license for aaa", etc. -------------- Please take some time to answer the following questions as best you can: <!-- Failure to answer these questions in a useful and unbiased way will result in your submission being rejected. --> - **Why is it awesome?** Easy to set up idp, with self service support. In addition to the standard protocols (oAuth and SAML), outposts are available (Proxy, LDAP or RADIUS) for applications that are not natively SSO-capable. - **Have you used it? For how long?** Over a year and a half - **Is this in a personal or professional setup?** Personal - **How many devices/users/services/... do you manage with it?** User < 20 Services 40 - **Biggest pros/cons compared to other solutions?** Pros: - Self service - Outposts (Proxy and LDAP) - Customization of the flows (login, user registration, ...) - MFA (OTP, SMS and WebAuth) Cons: - With LDAP Source no write Back feature (User Changes not write to LDAP) - **Any other comments about your use case, things you've found excellent, limitations you've encountered... ?** Currently using authentik for my private setup, but currently planning to use it for a corporate setup as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 17:02:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-sysadmin#504