Links

Steam Authentication

This page illustrates how to authenticate Steam identities with the Provenance SDK

Steam Authentication Flow

When users attempt to verify their Steam statistics through Clique's social oracles, they will undergo the Steam authentication flow, as shown in the following diagram:

Setup

In order for the above authentication flow to work, we need you to provide the following two pieces of information:

Callback URL

This is the URL of your website you will redirect your user to after he/she authorizes Steam OpenID.
You will need Callback URL when applying for Steam Application.

Sample Code