consumerportal
Version:
mydna Custimised for you
8 lines • 558 B
JavaScript
var webApiBaseUrl = location.protocol + "//api-test.mydna.life/ConsumerPortalApi/";
var feedApiUrl = location.protocol + "//news-test.mydna.life/feed/mydna";
var consoleArr = ['error','debug','info'];
var OAuthTokenEndPoint = "https://test.mydna.life:44300/core/connect/token";
var OAuthTokenVerificationEndPoint = "https://test.mydna.life:44300/core/connect/accesstokenvalidation?token=";
var OAuthClientId = "consumer-portal-test";
var OAuthScope = "openid email role ConsumerPortalApi profile";
var OAuthSecret = "843ddeace51e413ea18ae663ee95c67b";