About SSO to shellhub website #4044
Replies: 1 comment
-
Hi @bonnlee2024, ShellHub primarily supports authentication via API keys and username/password. API keys are tied to specific namespaces and can be used for all endpoints (except for the user-related ones), enabling you to create an interface where users won't need to log in repeatedly. However, username/password authentication is the only method for accessing the UI, with the login session being valid for 72 hours. If you want to redirect your users to ShellHub's UI without requiring them to reauthenticate, there are two potential approaches:
Let me know if you need further assistance. |
Beta Was this translation helpful? Give feedback.
-
I want to use a third-party system to log in to shellhub web site by SSO, without entering the user name and password. How can I achieve this?
I currently have a business system that needs to integrate with ShellHub, and I want to provide users with a better experience by automatically authenticating and logging in to ShellHub through a link without requiring them to enter their account and password information again.
My idea is to first configure the account in ShellHub and store it in my business system, and then verify it through openApi. However, I am not sure how to do this, so please guide me and thank you.
Beta Was this translation helpful? Give feedback.
All reactions