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

Improve the authentication #61

Open
sibutler opened this issue Jul 4, 2023 · 1 comment
Open

Improve the authentication #61

sibutler opened this issue Jul 4, 2023 · 1 comment

Comments

@sibutler
Copy link

sibutler commented Jul 4, 2023

Entering a username and password promotes bad practice - We constantly train colleagues not to do this as it's a primary method of credential harvesting though phishing.

The product needs to support integrated authentication at a minimum, preferably SAML or OIDC.

@yarden-jacobson
Copy link
Collaborator

that's definitely something I've been meaning to do, the main challenge is that the solution is based on Pyramid which is slightly difficult to add.
there is a library (quite old and not maintained) - https://github.com/ausecocloud/pyramid_oidc - but will look for similar library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants