Skip to content

Commit 9805d53

Browse files
committed
Testing whether userinfo endpoint really needs to be accessed via corsproxy
1 parent 536f7e5 commit 9805d53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/nar-v3/src/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function checkPermissions(auth) {
137137
},
138138
};
139139

140-
const corsProxyUrl = "https://corsproxy.apps.tc.humanbrainproject.eu/";
140+
const corsProxyUrl = "" //"https://corsproxy.apps.ebrains.eu/";
141141
const userInfoUrl =
142142
corsProxyUrl +
143143
"https://iam.ebrains.eu/auth/realms/hbp/protocol/openid-connect/userinfo";

0 commit comments

Comments
 (0)