-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Support for General SSO is needed... #4616
Comments
Hi @ArcticSnowman – completely agree. This is something we've had our eye on for a while and is on our roadmap of features to implement. Anyone willing to help implement this feature? Would love some help in this area and we're happy to help as you wade through the codebase. |
Until this is available, is there any option for achieving multi-factor auth? (Besides hacky solutions like putting an proxy in front of the LDAP host) |
I am also looking to customize the auth and auth we have in our organization. Is there a easy way to disable all the current auth/auth modes and use our org' auth/auth framework.? Any wiki or pointers please. |
@balu7771 so far there is no way to do it, in v1.8.0 we plan to support OIDC, so admin can set an OIDC provider and user can be redirect to the endpoint for SSO via oauth flow. Alternatively you can implement the authenticator interface to authenticate against your authn service. |
closing as this OIDC integration is covered in #6616 |
While Harbor has ability to use LDAP and the very specific CloudFoundry/UAA for remote authentication, it is highly desirable that a more general SSO/OAuth framework be added to allow use of different SSO providers.
We are looking to use Harbor in our company and would like to have it accept our enterprise wide SSO. (We can use LDAP for now, but we want to as many of our apps to use SSO).
Would also allow use of Google,Github, etc.
The text was updated successfully, but these errors were encountered: