Skip to content

Commit fa29af3

Browse files
committed
update oauth settings to IdentityAuth
1 parent 592360a commit fa29af3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CreatorKit/appsettings.Development.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,11 @@
1616
"http://localhost:8080"
1717
]
1818
},
19-
"oauth.RedirectUrl": "https://localhost:5003/",
20-
"oauth.CallbackUrl": "https://localhost:5003/auth/{0}",
2119
"oauth.facebook.Permissions": [ "email", "public_profile" ],
2220
"oauth.facebook.AppId": "231464590266507",
2321
"oauth.facebook.AppSecret": "9dd6ce54b4405dd1325d271d2419bc34",
2422
"oauth.google.ConsumerKey": "871587245318-ikriaoce2578d67qosmf19eg8m44mh2b.apps.googleusercontent.com",
2523
"oauth.google.ConsumerSecret": "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",
26-
"oauth.microsoftgraph.AppId": "ba0d5aec-5e6e-4a7e-b02f-636ffd0111b5",
27-
"oauth.microsoftgraph.AppSecret": "1Qm7Q~9JeytqR7UdKK~USDC7lbk0BOeOUnuks",
28-
"oauth.microsoftgraph.SavePhoto": "true",
29-
"oauth.microsoftgraph.SavePhotoSize": "96x96"
24+
"oauth.microsoft.AppId": "ba0d5aec-5e6e-4a7e-b02f-636ffd0111b5",
25+
"oauth.microsoft.AppSecret": "1Qm7Q~9JeytqR7UdKK~USDC7lbk0BOeOUnuks"
3026
}

0 commit comments

Comments
 (0)