Skip to content

Commit

Permalink
Reverted reply URL patterns from /azure to /aad.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc3092 committed Jan 9, 2025
1 parent 1ffc37f commit 918fb0d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions apps/endringsmelding-frontend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ spec:
enabled: true
tenant: nav.no
replyURLs:
- "https://testnav-endringsmelding.intern.dev.nav.no/login/oauth2/code/azure"
- "http://localhost:8080/login/oauth2/code/azure"
- "https://testnav-endringsmelding.intern.dev.nav.no/login/oauth2/code/aad"
- "http://localhost:8080/login/oauth2/code/aad"
claims:
groups:
- id: 9c7efec1-1599-4216-a67e-6fd53a6a951c
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ spring:
oauth2:
client:
registration:
azure:
aad:
authorization-grant-type: authorization_code
client-id: ${AZURE_APP_CLIENT_ID}
client-secret: ${AZURE_APP_CLIENT_SECRET}
redirect-uri: '{baseUrl}/login/oauth2/code/{registrationId}'
scope: openid, ${AZURE_APP_CLIENT_ID}/.default
provider:
azure:
aad:
issuer-uri: ${AZURE_OPENID_CONFIG_ISSUER}

consumers:
Expand Down

0 comments on commit 918fb0d

Please sign in to comment.