File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/active-directory/develop Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ The list of authorities that are known and trusted by you. In addition to the au
106
106
| -----------| -------------| -----------| --------|
107
107
| ` type ` | String | Yes | Mirrors the audience or account type your app targets. Possible values: ` AAD ` , ` B2C ` |
108
108
| ` 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 |
110
110
| ` default ` | boolean | Yes | A single ` "default":true ` is required when one or more authorities is specified. |
111
111
112
112
#### Audience Properties
You can’t perform that action at this time.
0 commit comments