Skip to content

Commit 3cd5de3

Browse files
committed
Added clarifying comment
1 parent 0bc2ddd commit 3cd5de3

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

IdentityCore/tests/automation/MSIDTestAccountsProvider.h

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,26 @@
2929

3030
- (instancetype)init NS_UNAVAILABLE;
3131

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+
3252
- (instancetype)initWithClientCertificateContents:(NSString *)certificate
3353
certificatePassword:(NSString *)password
3454
additionalConfigurations:(NSDictionary *)additionalConfigurations

0 commit comments

Comments
 (0)