Readme: breaking changes fixes

This commit is contained in:
Enes Sadık Özbek 2021-10-21 09:07:29 +03:00 committed by GitHub
parent d6a0440437
commit c8305ce533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,10 @@ This server allows you to use Steam as an OpenID Connect Identity provider (OIDC
## Setup ## Setup
Add your Steam API Key as user-secrets like this: 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: 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) (Keep in mind that this is easier but more insecure)
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.