Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need guidance to implement OpenID connect for Steam #140

Open
EloB opened this issue Sep 14, 2019 · 1 comment
Open

Need guidance to implement OpenID connect for Steam #140

EloB opened this issue Sep 14, 2019 · 1 comment

Comments

@EloB
Copy link

EloB commented Sep 14, 2019

I pulled all my hair and my face is bloody and I have no clue what I'm doing.

Can someone point me in a direction? I've search Google, Github and Stackoverflow without help.

https://steamcommunity.com/dev
https://steamcommunity.com/openid

I'm using Strapi so I cant take any shortcuts by using something else... :(

@simov
Copy link
Owner

simov commented Sep 15, 2019

The confusion stems from the fact that Steam is an OpenID 2.0 provider, but not an OpenID Connect provider. Both standards are incompatible and the older one - OpenID 2.0 is deprecated.

Grant implements the OAuth 2.0 standard for authorization, OpenID Connect is built on top of OAuth 2.0, and therefore is supported by Grant.

There are other libraries implementing the legacy OpenID 2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants