Skip to content

Commit

Permalink
Fix missing client-id
Browse files Browse the repository at this point in the history
  • Loading branch information
betsytraran committed Dec 12, 2024
1 parent 7e72076 commit 7e03236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/dolly-frontend/src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spring:
client:
registration:
aad:
client-id: ${sm://azure-app-client-id}
client-secret: ${sm://azure-app-client-secret}
authorization-grant-type: authorization_code
redirect-uri: 'http://localhost:3000/login/oauth2/code/{registrationId}'
scope: openid, offline_access, ${sm://azure-app-client-id}/.default
Expand Down

0 comments on commit 7e03236

Please sign in to comment.