Skip to content

Commit fe3dac5

Browse files
Merge pull request #219251 from henrymbuguakiarie/msid-gh-issue-msal-configuration-authority-url
[msid][gh-issues] adding clarity on authority_url properties
2 parents 3c22f26 + 267e475 commit fe3dac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/msal-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The list of authorities that are known and trusted by you. In addition to the au
106106
|-----------|-------------|-----------|--------|
107107
| `type` | String | Yes | Mirrors the audience or account type your app targets. Possible values: `AAD`, `B2C` |
108108
| `audience` | Object | No | Only applies when type=`AAD`. Specifies the identity your app targets. Use the value from your app registration |
109-
| `authority_url` | String | Yes | Required only when type=`B2C`. Specifies the authority URL or policy your app should use |
109+
| `authority_url` | String | Yes | Required only when type=`B2C`. Optional for type=`AAD`. Specifies the authority URL or policy your app should use |
110110
| `default` | boolean | Yes | A single `"default":true` is required when one or more authorities is specified. |
111111

112112
#### Audience Properties

0 commit comments

Comments
 (0)