dpConfigAssemblyActionJWTValidateTable
DATAPOWER-CONFIG-MIB ·
.1.3.6.1.4.1.14685.3.2.623
Object
table
The validate JSON Web Token (JWT) action specifies credentials and methods to validate a JWT in the request. The following guidelines apply. All claims that are specified in the validate JWT action are validated. If any specified claim fails, the JWT validation fails. You can use a cryptographic object or a JWK to decrypt or verify the JWT. When both are specified, the cryptographic object is used. If the original message is signed with a shared secret key, the cryptographic object that is specified must also be a shared secret key. If the original message is signed with a private key, the cryptographic object that is specified must be a crypto certificate (public certificate). If a JWK header parameter is included in the header of the JWT, the parameter must match the cryptographic object or JWK that is specified in the action. Otherwise, the JWT validation fails.
Context
- MIB
- DATAPOWER-CONFIG-MIB
- OID
.1.3.6.1.4.1.14685.3.2.623- Type
- table
- Status
- current
- Parent
- dpConfig
- Children
- 1
Net-SNMP examples
How SNMP and these commands workUse a bulk walk to inspect objects and instances beneath this OID.
Walk the subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DATAPOWER-CONFIG-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DATAPOWER-CONFIG-MIB::dpConfigAssemblyActionJWTValidateTable'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DATAPOWER-CONFIG-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DATAPOWER-CONFIG-MIB::dpConfigAssemblyActionJWTValidateTable'
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.