Skip to content

Commit

Permalink
update oauth settings to IdentityAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Sep 30, 2024
1 parent 592360a commit fa29af3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CreatorKit/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit fa29af3

Please sign in to comment.