mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-30 15:00:51 +02:00
correct claim example (#2689)
This commit is contained in:
parent
1162585471
commit
f22e34c8e0
2 changed files with 2 additions and 4 deletions
|
@ -151,8 +151,7 @@ settings:
|
|||
```yaml
|
||||
- allow:
|
||||
or:
|
||||
- claim/family_name:
|
||||
is: Smith
|
||||
- claim/family_name: Smith
|
||||
```
|
||||
|
||||
### Rego
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue