Splashtop now supports logging in my.splashtop.eu and Splashtop Business app using the credential created from your OpenID Connect identity providers. Please follow the below instructions to create an app from Azure AD console.
Get the app on Azure AD console
- Click Azure Active Directory.
- Click App Registration. Then New Registration.
- Name your application.
On Supported account types: select Accounts in this organizational directory only (Splashtop only - Single tenant)
On Redirect URI (optional): select web and insert https://my.splashtop.com/sso/openid/azure/callback
(or https://my.splashtop.eu/sso/openid/azure/callback if you are on EU stack)
Then click Register then done!
Example, for global stack,
Example, for EU stack, -
After registered, on the app page you can see the Client ID.
- Click Endpoints tab to find the Authorization endpoint URL and Token endpoint URL info.
- Click Certificates & secrets on the side menu to create a Client secret (Secret ID).
Apply for an SSO method from my.splashtop.com
- On my.splashtop.com, create an SSO method with OpenID Connect as the protocol.
(How to How to apply for a new SSO method? (OpenID Connect)) - Insert the corresponding info:
Client ID: Copy from step 4 above.
Client Secret: Copy from step 6 above.
Authorization endpoint URL: Copy from step 5 above, A field in the screenshot.
e.g., https://login.microsoftonline.com/a32c6ed5-95c9-40ff-8af0-64241742816f/oauth2/v2.0/authorize
Token endpoint URL: Copy from step 5 above, B field in the screenshot.
e.g., https://login.microsoftonline.com/a32c6ed5-95c9-40ff-8af0-64241742816f/oauth2/v2.0/token
JSON Web Key Set URL: https://base_url/discovery/v2.0/keys
base_url = url of authorization and token URL with /oauth2/v2.0/... removed.
e.g., https://login.microsoftonline.com/a32c6ed5-95c9-40ff-8af0-64241742816f/discovery/v2.0/keys