mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-08 09:36:21 +00:00
Readme: breaking changes fixes
This commit is contained in:
parent
d6a0440437
commit
c8305ce533
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ This server allows you to use Steam as an OpenID Connect Identity provider (OIDC
|
|||
## Setup
|
||||
|
||||
Add your Steam API Key as user-secrets like this:
|
||||
`dotnet user-secrets set "Authentication:Steam:ApplicationKey" "MySteamApiKey"`
|
||||
`dotnet user-secrets set "Steam:ApplicationKey" "MySteamApiKey"`
|
||||
|
||||
Alternatively you can set it up via environment variables:
|
||||
`Authentication__Steam__ApplicationKey=MySteamApiKey`
|
||||
`Steam__ApplicationKey=MySteamApiKey`
|
||||
(Keep in mind that this is easier but more insecure)
|
||||
|
||||
After that set up your redirect URI, ClientID and ClientSecret in the appsettings.json.
|
||||
|
|
Loading…
Reference in a new issue