Integration of PlaySafe ID is simple thanks to the idea that you only need a players PSID to gain insights on their status. This allows us to only require a partial oauth setup as outlined below.
There are three simple steps:
We then handle the actions to the PlaySafe ID based on the violations you provide, and determine if a user should have their PSID blacklisted or not.
1: Enable SSO
Open the SSO window for your user by sending them to
<https://app.playsafeid.com/auth/login?client_id=${clientId}&redirect_uri=${redirect_uri}>
You can set your redirect_uri
and retrieve your client_id
in the Developer section of your PlaySafe ID account.