mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
Fix JSON example syntax in identity docs (#7227)
This commit is contained in:
parent
81bbf4d2b7
commit
fa3ca35f9e
@ -215,7 +215,7 @@ When a token is requested, the resulting template might be populated as:
|
||||
"color": "green",
|
||||
"userinfo": {
|
||||
"username": "bob",
|
||||
"groups": ["web", "engr", "default]
|
||||
"groups": ["web", "engr", "default"]
|
||||
|
||||
"nbf": 1561411915,
|
||||
}
|
||||
@ -233,7 +233,7 @@ which would be merged with the base OIDC claims into the final token:
|
||||
"color": "green",
|
||||
"userinfo": {
|
||||
"username": "bob",
|
||||
"groups": ["web", "engr", "default]
|
||||
"groups": ["web", "engr", "default"]
|
||||
},
|
||||
"nbf": 1561411915,
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user