You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/authentication/AuthenticationController.java
-20
Original file line number
Diff line number
Diff line change
@@ -130,24 +130,4 @@ public Mono<ResponseView<List<APIKey>>> getAllAPIKeys() {
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/authentication/AuthenticationEndpoints.java
-16
Original file line number
Diff line number
Diff line change
@@ -162,20 +162,4 @@ public Mono<ResponseView<Boolean>> linkAccountWithThirdParty(
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/authentication/dto/AuthConfigRequest.java
+25
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
packageorg.lowcoder.api.authentication.dto;
2
2
3
3
importjakarta.annotation.Nullable;
4
+
importjakarta.validation.constraints.Null;
4
5
importorg.apache.commons.collections4.MapUtils;
5
6
importorg.apache.commons.lang3.ObjectUtils;
6
7
importorg.apache.commons.lang3.StringUtils;
@@ -27,6 +28,30 @@ public boolean isEnableRegister() {
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/authentication/request/oauth2/request/GenericAuthRequest.java
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/authentication/service/AuthenticationApiService.java
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/authentication/service/AuthenticationApiServiceImpl.java
-50
Original file line number
Diff line number
Diff line change
@@ -333,56 +333,6 @@ public Flux<APIKey> findAPIKeys() {
333
333
);
334
334
}
335
335
336
-
/**
337
-
* This method is to fetch and parse the OpenID configuration from the issuer URI.
Copy file name to clipboardExpand all lines: server/api-service/lowcoder-server/src/main/java/org/lowcoder/api/authentication/service/factory/AuthConfigFactoryImpl.java
+8-8
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ public class AuthConfigFactoryImpl implements AuthConfigFactory {
0 commit comments