add inducer configure

This commit is contained in:
MaxKey
2023-03-27 21:04:55 +08:00
parent 68f50f3b05
commit f2cac29ecb
6 changed files with 21 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ public class AppsOAuth20Details extends Apps {
this.setAdapterName(application.getAdapterName());
this.setFrequently(application.getFrequently());
this.setStatus(application.getStatus());
this.setInducer(application.getInducer());
this.clientSecret = baseClientDetails.getClientSecret();
this.scope = StringUtils