From c8305ce5337631f4c28a047ebf4449777731ba2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20Sad=C4=B1k=20=C3=96zbek?= Date: Thu, 21 Oct 2021 09:07:29 +0300 Subject: [PATCH] Readme: breaking changes fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6706667..18666c3 100644 --- a/README.md +++ b/README.md @@ -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.