File tree 1 file changed +20
-0
lines changed
IdentityCore/tests/automation
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 29
29
30
30
- (instancetype )init NS_UNAVAILABLE;
31
31
32
+ /*
33
+ This information would normally come from a configuration file.
34
+ @param certificate Base64 encoded client certificate to authenticate with keyvault
35
+ @param password Certificate password in case it's password protected
36
+ @param additionalConfigurations Additional local configurations that should override server configurations
37
+ @param appInstallLinks Information necessary to install additional apps to run multi-app tests, e.g.
38
+
39
+ "msal": {
40
+ "install_url": "https://...",
41
+ "app_bundle_id": "com.microsoft.MSALTestApp",
42
+ "app_name": "MSAL Test App"
43
+ },
44
+ "broker": {
45
+ "install_url": "https://...",
46
+ "app_bundle_id": "com.microsoft.broker",
47
+ "app_name": "Broker"
48
+ }
49
+ @param apiPath Lab API path
50
+ */
51
+
32
52
- (instancetype )initWithClientCertificateContents : (NSString *)certificate
33
53
certificatePassword : (NSString *)password
34
54
additionalConfigurations : (NSDictionary *)additionalConfigurations
You can’t perform that action at this time.
0 commit comments