We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bae76 commit 4b784c5Copy full SHA for 4b784c5
packages/core/src/providers/vipps.ts
@@ -76,7 +76,7 @@ export default function Vipps(
76
id: "vipps",
77
name: "Vipps",
78
type: "oidc",
79
- issuer: "https://apitest.vipps.no/access-management-1.0/access/",
+ issuer: "https://api.vipps.no/access-management-1.0/access/",
80
authorization: { params: { scope: "openid name email" } },
81
idToken: false,
82
style: { brandColor: "#f05c18" },
0 commit comments