Skip to content

Commit e956d45

Browse files
authored
Update authenticate-with-namespaces-using-json-web-tokens.md
1 parent c65ad38 commit e956d45

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/event-grid/authenticate-with-namespaces-using-json-web-tokens.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ Event Grid requires the following claims: `iss`, `sub`, `aud`, `exp`, 
156156
| `iss` | Issuer. Value in JWT must match issuer in the Event Grid namespace configuration for custom JWT authentication. |
157157
| `sub` | Subject. Value is used as authentication identity name. |
158158
| `aud` | Audience. Value is an array of strings. Value must contain standard Event Grid namespace hostname and/or custom domain for that Event Grid namespace (if configured). Audience can contain other strings, but we require at least one of these strings to be a standard Event Grid namespace hostname or custom domain for this namespace. |
159-
160159
| `exp` | Expiration. Unix time when JWT expires. |
161160
| `nbf` | Not before. Unit time when JWT becomes valid. |
162161

0 commit comments

Comments
 (0)