Compare commits

...

2 Commits

Author SHA1 Message Date
Grae Jones
866ab983c5 Merge branch 'master' of https://gitea.graejones.com/GraeJones01/AdPlatform-Server
All checks were successful
Management / build-deploy (push) Successful in 4m33s
2026-03-22 07:16:35 -07:00
Grae Jones
44764bc641 fix ClientAuthMiddleware 2026-03-22 07:15:18 -07:00
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -48,7 +48,7 @@
* 4. Create a client secret copy value set Graph__ClientSecret env var
*/
"Graph": {
"TenantId": "0be4c23a-6941-4bdb-b397-a4faf88de4b3",
"TenantId": "f56a3c51-9b5c-4356-920f-b4dcf932a96b",
"ClientId": "b0f29246-91e7-4615-96db-5de9b6f8da2e",
"ClientSecret": ""
}