diff --git a/authorization/overview.mdx b/authorization/overview.mdx index 9b3f2e4..c6c70ba 100644 --- a/authorization/overview.mdx +++ b/authorization/overview.mdx @@ -77,7 +77,7 @@ Here is an example of the `input.authentication.metadata` field for a request au ```json { "io.flipt.auth.email": "user@email.com", - "io.flipt.auth.name": "John Doe" + "io.flipt.auth.name": "John Doe", "io.flipt.auth.claims": { "roles": ["admin", "viewer"] }