We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8cefc commit ca38054Copy full SHA for ca38054
src/main/java/org/casbin/casdoor/entity/Application.java
@@ -39,6 +39,8 @@ public class Application implements Serializable {
39
public String samlReplyUrl;
40
public List<String> grantTypes;
41
public List<String> tags;
42
+ public List<String> providers;
43
+ public List<Provier> providerObjs;
44
public String clientId;
45
public String clientSecret;
46
public List<String> redirectUris;
0 commit comments