Last Modified: May 29, 2024
Affected Product(s):
BIG-IP APM
Fixed In:
15.1.0
Opened: Jul 17, 2019 Severity: 3-Major
JSON payload is invalid since claims are generated without quotes(")
Token is invalid.
BIG-IP creates JWT claim value without quotes when scope is not openid.
Replace claim type 'string' with 'custom' adding quotes after backslash. apm oauth oauth-claim /Common/uid { claim-name uid claim-type custom claim-value "\"%{session.custom.name:noconv}\"" }
Fixed code to generate string-claims with quotes irrespective of scope