Commit e8550c1
committed
Return empty list when there are no audience values
Was returning `[None]` when parsing:
```
<saml:AudienceRestriction>
<saml:Audience/>
</saml:AudienceRestriction>
```1 parent 7fe3039 commit e8550c1
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
248 | 246 | | |
249 | | - | |
250 | | - | |
251 | | - | |
| 247 | + | |
252 | 248 | | |
253 | 249 | | |
254 | 250 | | |
| |||
0 commit comments