mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-10 10:26:23 +00:00
Merge
This commit is contained in:
commit
ede7bda61b
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# SteamOpenIdConnectProvider
|
# Steam OpenId Connect Provider
|
||||||
Steam OpenID 2.0 -> OpenID Connect Provider Proxy
|
Steam OpenID 2.0 -> OpenID Connect Provider Proxy
|
||||||
|
|
||||||
## About
|
## About
|
||||||
|
@ -14,6 +14,9 @@ Add your Steam API Key as user-secrets like this:
|
||||||
|
|
||||||
After that set up your redirect URI, ClientID and ClientSecret in the appsettings.json.
|
After that set up your redirect URI, ClientID and ClientSecret in the appsettings.json.
|
||||||
|
|
||||||
|
## Health checks
|
||||||
|
This service contains a health check endpoint at `/health`. It checks if the Steam login server is up.
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
[A docker image](https://hub.docker.com/r/imperialplugins/steam-openid-connect-provider) is also available.
|
[A docker image](https://hub.docker.com/r/imperialplugins/steam-openid-connect-provider) is also available.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue