Skip to content

Commit

Permalink
Merge pull request #169 from oslokommune/new-digdir-api-urls
Browse files Browse the repository at this point in the history
Update Digdir's API URLs
  • Loading branch information
simenheg committed Mar 13, 2024
2 parents c84a2ed + a1d8b65 commit 92fbc9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maskinporten_api/maskinporten_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ def certificate_password(self):
EnvConfig(
MaskinportenEnvironment.test.value,
"https://test.maskinporten.no/.well-known/oauth-authorization-server",
"https://integrasjon-ver2.difi.no/clients/",
"https://api.test.samarbeid.digdir.no/clients/",
),
EnvConfig(
MaskinportenEnvironment.prod.value,
"https://maskinporten.no/.well-known/oauth-authorization-server",
"https://integrasjon.difi.no/clients/",
"https://api.samarbeid.digdir.no/clients/",
),
]

Expand Down

0 comments on commit 92fbc9a

Please sign in to comment.