mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 18:06:22 +00:00
Update README.md
This commit is contained in:
parent
4e61ce3a61
commit
1f469c4021
1 changed files with 1 additions and 3 deletions
|
@ -1,8 +1,6 @@
|
|||
# Steam OpenId Connect Provider
|
||||
Steam OpenID 2.0 -> OpenID Connect Provider Proxy
|
||||
|
||||
![](https://github.com/neothor/steam-openid-connect-provider/workflows/Docker%20Image%20CI/badge.svg)
|
||||
|
||||
## About
|
||||
Steam still uses the old OpenID 2.0 authentication protocol. Since ImperialPlugins.com has migrated to KeyCloak we were unable to migrate our old Steam logins as KeyCloak does not support OpenID 2.0.
|
||||
|
||||
|
@ -25,7 +23,7 @@ After that set up your redirect URI, ClientID and ClientSecret in the appsetting
|
|||
This service contains a health check endpoint at `/health`. It checks if the Steam login server is up.
|
||||
|
||||
## Docker
|
||||
[A docker image](https://hub.docker.com/r/neothor/steam-open-id) is also available.
|
||||
[A docker image](https://hub.docker.com/r/imperialplugins/steam-openid-connect-provider) is also available.
|
||||
|
||||
```
|
||||
docker run -it \
|
||||
|
|
Loading…
Reference in a new issue