mirror of
https://github.com/snibox/snibox.git
synced 2026-04-25 15:56:04 +03:00
[GH-ISSUE #24] SSO authentication #23
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/snibox#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kitzin on GitHub (Jul 17, 2018).
Original GitHub issue: https://github.com/snibox/snibox/issues/24
It would be nice to have some single sign on authentication like CAS or SAML2 to add this application to an existing environment.
@zjzeit commented on GitHub (Jan 27, 2019):
Second! Also possibly an http-header authentication (where only a username header is needed). I use nginx to authenticate my services, and simply pass the user header to the service which returns session info.