From 3bd81a2ea5055d10ae8a2da823d51dd2e69b7296 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Wed, 28 Nov 2018 14:26:48 +0100 Subject: [PATCH] REST: Update OIDC issuer URI --- src/rest-plugins/oidc_helper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rest-plugins/oidc_helper.h b/src/rest-plugins/oidc_helper.h index 7a0f45bf9..ebec1a865 100644 --- a/src/rest-plugins/oidc_helper.h +++ b/src/rest-plugins/oidc_helper.h @@ -34,7 +34,7 @@ #define JWT_TYP_VALUE "jwt" -#define SERVER_ADDRESS "https://reclaim.id" +#define SERVER_ADDRESS "https://api.reclaim" /** * Create a JWT from attributes -- 2.25.1