-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
sso login #1123
Comments
Currently you can't forbid a user to use a specific auth method via a specific protocol, but you can require them to use SSO over HTTP in the auth policy configuration |
Thank you for your reply. Creating multiple users and setting passwords manually is quite cumbersome. My idea was to directly import user data into the database, but password encryption was a concern, so I decided to only add the user's email information. This allows users to log in to the web page using OIDC. This solution has been implemented, but I haven't considered the issue of needing to enter a user's password when connecting to the server via SSH. I just need to figure out how to implement the final step. Your program is already perfect. |
I'm not sure I follow. How do you want your users to log in over SSH with a password if you're not giving them a password in the first place? |
Is to ignore this problem, only to consider how to log in to the webui but not how to use ssh to log in to the server |
Hello, if I only want the user to use sso login without setting other login authentication methods, it will cause that the user can not use the password to log in to the server when using ssh. Do you have any good suggestions or implementation plans
The text was updated successfully, but these errors were encountered: