Skip to content
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

[FEAT] OIDC Support #1248

Open
ww-daniel-mora opened this issue Mar 24, 2023 · 2 comments
Open

[FEAT] OIDC Support #1248

ww-daniel-mora opened this issue Mar 24, 2023 · 2 comments
Labels
enhancement New feature or request Server

Comments

@ww-daniel-mora
Copy link

Add support for Open Id Connect
For individuals with many self-hosted services adding support for OIDC would

  • Enable them to support single sign on for many sites
  • Enable a singe source of users and user management
  • More secure hosting of PA with security concerns offloaded to dedicated security services
@ww-daniel-mora
Copy link
Author

Potentially helpful examples in python https://curity.io/resources/learn/python-openid-connect-client/

@Kruptein Kruptein added enhancement New feature or request Server labels Mar 25, 2023
@DreamingRaven
Copy link

DreamingRaven commented Dec 26, 2023

This would be amazing, there are a plethora of possible clients. One thing I might recommend is since each OIDC provider is not born equal, for the purposes of development it may be a good idea to build around an OIDC connector, like dex which is a common approach and is one of the more popular ones. Then you can use whatever upstream you like from there. I can also add dex to #1340 This way you can also use some other protocols for free like SAML and LDAP since dex will take it from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Server
Projects
None yet
Development

No branches or pull requests

3 participants