We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0c0b4a commit 9c26478Copy full SHA for 9c26478
examples/Umbraco.AuthorizedServices.TestSite/appsettings.json
@@ -55,8 +55,8 @@
55
"RequestIdentityPath": "/login/oauth/authorize",
56
"RequestTokenPath": "/login/oauth/access_token",
57
"RequestTokenFormat": "Querystring",
58
- "ClientId": "Ov23lim4dJXIYmkC7nPx",
59
- "ClientSecret": "91e8ef480a5e3e9c73ecef581d52c27fa17870f1",
+ "ClientId": "",
+ "ClientSecret": "",
60
"Scopes": "repo",
61
"SampleRequest": "/repos/Umbraco/Umbraco-CMS/contributors",
62
"CanManuallyProvideToken": true,
0 commit comments