You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, when SFTPGo is integrated with a Openid IDP, there is a "Login with OpenID" link in SFTPGo login page. Is it possible to send user to OpenID login page by default so that the user goes straight to the OpenID login page by default when he goes to the SFTPGo site.
Describe the solution you'd like
OwnCloud OCIS is able send the user directly to the IDP login page, e.g., Keycloak, when the user goes to the OCIS site. For example, user goes to ocis.example.com and he will be automatically redirected to keycloak.example.com where he will login and then be redirected back to ocis.example.com after successful authentication. That is, the user never gets to see the OCIS login page at all.
Describe alternatives you've considered
N/A
What are you using SFTPGo for?
Private user, home usecase (home backup/VPS)
Additional context
Thank you very much
The text was updated successfully, but these errors were encountered:
I was also interested in this feature and wondered if the implementation could be as straightforward as redirecting the login page to the OCID login page when only the OCID login method is enabled.
Here is the code snippet illustrating the change I had in mind:
This change checks if the OCID login is enabled and the web client/admin login forms are disabled. If these conditions are met, it redirects the user to the appropriate OCID login page directly instead of rendering the login page.
Please let me know if you have any questions or suggestions.
Is your feature request related to a problem? Please describe.
Currently, when SFTPGo is integrated with a Openid IDP, there is a "Login with OpenID" link in SFTPGo login page. Is it possible to send user to OpenID login page by default so that the user goes straight to the OpenID login page by default when he goes to the SFTPGo site.
Describe the solution you'd like
OwnCloud OCIS is able send the user directly to the IDP login page, e.g., Keycloak, when the user goes to the OCIS site. For example, user goes to ocis.example.com and he will be automatically redirected to keycloak.example.com where he will login and then be redirected back to ocis.example.com after successful authentication. That is, the user never gets to see the OCIS login page at all.
Describe alternatives you've considered
N/A
What are you using SFTPGo for?
Private user, home usecase (home backup/VPS)
Additional context
Thank you very much
The text was updated successfully, but these errors were encountered: