From fa29af389913ddb6d2ff24fdd3ecb35b022ea574 Mon Sep 17 00:00:00 2001 From: Demis Bellot Date: Mon, 30 Sep 2024 09:14:29 +0800 Subject: [PATCH] update oauth settings to IdentityAuth --- CreatorKit/appsettings.Development.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/CreatorKit/appsettings.Development.json b/CreatorKit/appsettings.Development.json index a62fd9e..afed31c 100644 --- a/CreatorKit/appsettings.Development.json +++ b/CreatorKit/appsettings.Development.json @@ -16,15 +16,11 @@ "http://localhost:8080" ] }, - "oauth.RedirectUrl": "https://localhost:5003/", - "oauth.CallbackUrl": "https://localhost:5003/auth/{0}", "oauth.facebook.Permissions": [ "email", "public_profile" ], "oauth.facebook.AppId": "231464590266507", "oauth.facebook.AppSecret": "9dd6ce54b4405dd1325d271d2419bc34", "oauth.google.ConsumerKey": "871587245318-ikriaoce2578d67qosmf19eg8m44mh2b.apps.googleusercontent.com", "oauth.google.ConsumerSecret": "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", - "oauth.microsoftgraph.AppId": "ba0d5aec-5e6e-4a7e-b02f-636ffd0111b5", - "oauth.microsoftgraph.AppSecret": "1Qm7Q~9JeytqR7UdKK~USDC7lbk0BOeOUnuks", - "oauth.microsoftgraph.SavePhoto": "true", - "oauth.microsoftgraph.SavePhotoSize": "96x96" + "oauth.microsoft.AppId": "ba0d5aec-5e6e-4a7e-b02f-636ffd0111b5", + "oauth.microsoft.AppSecret": "1Qm7Q~9JeytqR7UdKK~USDC7lbk0BOeOUnuks" }