correct claim example (#2689)

This commit is contained in:
Alex Fornuto 2021-10-20 23:29:51 -04:00 committed by GitHub
parent 1162585471
commit f22e34c8e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View file

@ -151,8 +151,7 @@ settings:
```yaml ```yaml
- allow: - allow:
or: or:
- claim/family_name: - claim/family_name: Smith
is: Smith
``` ```
### Rego ### Rego

View file

@ -342,8 +342,7 @@ Some criteria also support a sub-path as part of the criterion name:
```yaml ```yaml
- allow: - allow:
or: or:
- claim/family_name: - claim/family_name: Smith
is: Smith
``` ```
### Rego ### Rego