KWS provides a single sign-on (SSO) across all your apps, allowing kids to sign in to all your apps with the same credentials.
A demo of the user sign-up/sign-in process is available here.
Configure the KWS SSO URL
Basic SSO URL
To find the URL for your app’s KWS SSO view:
- Log into your KWS Control Panel.
- Select your KWS app.
- Select the Integration tab.
- The SSO (Single Sign-On) URL for your app is displayed in the following format:
[EnvironmentName].sso.kws.superawesome.tv
where EnvironmentName is the name of your KWS environment – typically the name of your company.
Copy this URL into your browser to see the basic default SSO view:

Extend the SSO URL
You can extend this basic URL to construct the SSO that you require for your app, using the following format:
[EnvironmentName].sso.kws.superawesome.tv/[Language]/[Action]?[query string]&[query string]
For example:
https://my-company-name.sso.kws.superawesome.tv/en/register?clientId=test-app
EnvironmentName | This is the name of your KWS environment. It typically consists of the name of your company. For example, ‘my-company-name’. |
Language | ISO 639-1 language code. For example, ‘en’ for English; ‘es’ for Spanish; etc. Default: en |
Action | This takes one of two values: – ‘register’ to show the registration (sign up) form. – ‘login’ to show the login (sign in) form. Default: register |
Query strings | See the available query string parameters below. Use these to construct the SSO view you want to present to your users. |
Query string parameters
- All parameters are case sensitive.
- ‘clientId’ is required, along with either ‘skipRedirect’ or ‘RedirectUri’. All other parameters are optional.
Parameter | Value | Description |
---|---|---|
clientId | string | Required. This is the client ID for your KWS app. You can find this in the Integration view in your KWS Control Panel. |
permissionsToRequest | comma-separated string | Optional. These are the permissions that will be automatically requested from the parent during sign-up. Must be a comma-separated list of permission codes. You can find the codes in the Permissions view in your KWS Control Panel: ![]() |
automaticActivation | true/false | Optional. If true, the display name generation step is skipped during the sign-up process. |
skipRedirect | true/false | Must be false if redirectUri is set. If true, skip redirection to redirectUri after sign-up. |
redirectUri | URL | Must be set if skipRedirect is false. If set, KWS redirects to this URL after sign-up. For security, the URL must match one of OAuth Redirect URLs you defined in the Integration view in your KWS Control Panel. See KWS API. |
hideSignIn | true/false | Optional. If true, hide the Sign in option. |
hideSignUp | true/false | Optional. If true, hide the Sign up option. |
dob | millisecond timestamp | Optional. Provide the user’s date of birth as a millisecond timestamp (for example, ‘1527858082436’). When the user lands on the SSO view, their date of birth is pre-populated and cannot be changed. |
Brand your KWS SSO view
You can apply your company’s branding to the KWS SSO view. For example, you can specify the background colour and include your company logo. For details, see Brand the KWS SSO view.
Localise your KWS SSO view
Depending on what region your users are in, you can present localised versions of your SSO view.
When you change the language code in the SSO URL, the text in the SSO automatically changes to the corresponding language. For example:

In addition, you can localise your branding, permissions, and auto-generated display names. For details, see Localisation.