diff --git a/rpc/gnmi/gnmi-authentication.md b/rpc/gnmi/gnmi-authentication.md
index b5c5d6b..27d09a5 100644
--- a/rpc/gnmi/gnmi-authentication.md
+++ b/rpc/gnmi/gnmi-authentication.md
@@ -55,6 +55,19 @@ performant solution.
Subscribe and Get RPCs do not make configuration changes to a device and thus should be allowed for users with Read-Only or
Read-Write permissions.
+#### Metadata standards
+
+gRPC specifies metadata as a list of arbitrary key/value pairs.
+The following metadata key/value pairs are therefore standardised across gNMI/gNOI for cases where metadata is involved in authentication:
+
+| Key | Value |
+|--------------|-----------------|
+| `"username"` | client username |
+| `"password"` | client password |
+
+
+
+
**Contributors**: Alex Bogdanov, Josh George, Carl Lebsack, Chris Morrow, Anees Shaikh, Rob Shakir
## Appendix - gRPC Authentication Flow Diagram