How can I create a SSO login button for Steam? | Community
Skip to main content

How can I create a SSO login button for Steam?

  • May 13, 2024
  • 2 replies
  • 0 views

So I've read through the Single sign-on (SSO) options in Zendesk and in the About enterprise SSO it seems we need to create a login button that would allow our users to be taken to Steam to be signed in. Is there a way for us to create  steam login option in our Zendesk Sign-in page ?

2 replies

  • May 13, 2024
Hi Pete!
 
Currently we don't have a streamlined way to include that login with Steam button such as seen with social media, Google or Microsoft accounts. However, from a brief look at Steam's API docs as well as OpenID docs, you might be able to achieve with some development and custom configuration. I recommend maybe taking a look at JWT single sign on as a starting point. 

  • Author
  • August 21, 2024

So I'm attempting to implement sso via out website and I saw zendesk has a postman workspace I could fork to test out our SSO tokens. However, the response I'm getting back aren't very helpful. 

Workspace (forked from Zendesk):
https://web.postman.co/workspace/My-Workspace~f60dc86a-4252-4cac-835e-2eff4760029d/request/1818601-b22ca05a-0afa-4e67-8068-336e9d016671?tab=body

 

Response:

{
    "error": "invalid_token",
    "error_description": "The access token provided is expired, revoked, malformed or invalid for other reasons."
}