iFrame
Last updated
Was this helpful?
Last updated
Was this helpful?
SkyID allows you to add authentication to almost any application type quickly. This guide illustrates the integration process using the iFrame method (SkyJoy Authentication Form), which smooths user entry points since all user flows are performed in an iFrame embedded in your web/ app.
Check out the demo below:
You need to request domain whitelisting from SkyJoy Team (integration@galaxyjoy.vn). This step ensures that your website's domain is authorized to interact with SkyJoy Authentication service. Contact the SkyJoy Team to obtain your necessary domain information.
This step-by-step guide helps you to make decisions on the integration flow.
Once your domain is whitelisted, you can proceed to embed the SkyJoy Authentication Form into your website.
The following table lists the data attributes with their descriptions:
Attributes
Type
Check
Description
action
String
signin | signup
client_id
String
provided by SkyJoy team
redirect_uri
String
redirect uri after user signin or signup
lang
String
vi | en
Sample:
To ensure seamless communication between your website and the SkyJoy Authentication Form, you need to handle the postMessage
event.
Event
Data
Description
onLoading
{ }
onLoaded
{ }
onOpenSignIn
{
link: <login url>
}
onOpenSignup
{
link: <signup url>
}
onOpenTermCondition
{
link: <TnC link>
}
resizeIframe
{
height: <iframe height>
}
onSuccess
{
client_id: <string>,
token: <string>,
refreshToken: <string>,
expired: <timestamp>
}
After user login or register success
Sample:
If you desire a unique look and feel for the SkyJoy Authentication Form that aligns with your website's design, you can request custom UI customization from the SkyJoy Team.