correct claim example (#2689) (#2691)

Co-authored-by: Alex Fornuto <afornuto@pomerium.com>
This commit is contained in:
backport-actions-token[bot] 2021-10-21 09:03:20 -05:00 committed by GitHub
parent f5de6bb06e
commit b4d1f605c5
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
- allow:
or:
- claim/family_name:
is: Smith
- claim/family_name: Smith
```
### Rego

View file

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