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
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
@@ -122,6 +124,7 @@ public ExtractorParameters(ExtractorConsoleAppConfiguration extractorConfig)
122
124
this.ParameterizeServiceUrl=extractorConfig.ParamServiceUrl!=null&&extractorConfig.ParamServiceUrl.Equals("true",StringComparison.OrdinalIgnoreCase)||(extractorConfig.ApiParameters!=null&&extractorConfig.ApiParameters.Any(x =>x.Value.ServiceUrlis not null));
123
125
this.ParametrizeApiOauth2Scope=(extractorConfig.ParamApiOauth2Scope!=null&&extractorConfig.ParamApiOauth2Scope.Equals("true",StringComparison.OrdinalIgnoreCase))||(extractorConfig.ApiParameters!=null&&extractorConfig.ApiParameters.Any(x =>x.Value.Oauth2Scopeis not null));
Copy file name to clipboardExpand all lines: src/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -446,6 +446,7 @@ You have two choices when specifying your settings:
446
446
| paramApiOauth2Scope | No | Set to true will parametrize the scope values for APIs in which User authorization setting set to OAuth 2.0. |
447
447
| apiParameters | No | Parameterize api parameters (Oauth2 Scope/Service Url) values for APIs in advance. |
448
448
| exctractSecrets | No | By default false. If set to "true" secrets will be extracted as well and parameters templated will be supplied with actual secret values. Currently applies to identityProvider service. |
449
+
| extractIdentityProviders | No | By default false. Set to true will attempt to extract the identity providers from service. |
0 commit comments