Skip to content

Commit cc21e18

Browse files
Updates login url, this is at least used by the public website
1 parent ee8bf6e commit cc21e18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

myconext-server/src/main/java/myconext/api/LoginController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public LoginController(UserRepository userRepository,
131131
this.createFromInstitutionAllowedReturnDomains = createFromInstitutionProperties.getReturnUrlAllowedDomains();
132132
this.spBaseUrl = spBaseUrl;
133133
this.spServiceDeskBaseUrl = spServiceDeskBaseUrl;
134-
this.myconextLoginUrl = myConextUrl + "/oauth2/authorization/oidcng";
134+
this.myconextLoginUrl = myConextUrl + "/oauth2/authorization/my_conext";
135135
}
136136

137137
@GetMapping("/config")

0 commit comments

Comments
 (0)