Quantcast
Channel: Photon Server — Photon Engine
Viewing all articles
Browse latest Browse all 1557

Steam authorization with photon self-hosted server?

$
0
0
How do you setup a self-hosted server with Steam authorization. I modified my config file “Photon.LoadBalancing.dll.config” and added the following:
  <AuthSettings Enabled="false" ClientAuthenticationAllowAnonymous="false">
    <AuthProviders>
      <AuthProvider Name="Steam"
                    AuthenticationType="1"
                    apiKeySecret = "My API key"
                    appid = "<My AppID>"
                    verifyOwnership = "true"
                    verifyVacBan = "true"
                    verifyPubBan = "true"
                    RejectIfUnavailable = "false" />-->
    </AuthProviders>
  </AuthSettings>
However, with this change, the server can no longer start. Any help would be appreciated!

Viewing all articles
Browse latest Browse all 1557

Trending Articles