Skip to content

Commit 4b784c5

Browse files
authored
fix(providers): set the issue url to be the correct production one in vipps provider (#11869)
fix issuer to be correct the non-testing one in vipps provider
1 parent 39bae76 commit 4b784c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/providers/vipps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default function Vipps(
7676
id: "vipps",
7777
name: "Vipps",
7878
type: "oidc",
79-
issuer: "https://apitest.vipps.no/access-management-1.0/access/",
79+
issuer: "https://api.vipps.no/access-management-1.0/access/",
8080
authorization: { params: { scope: "openid name email" } },
8181
idToken: false,
8282
style: { brandColor: "#f05c18" },

0 commit comments

Comments
 (0)