When requesting to Introspection TokenEndpoint (/affwebservices/CASSO/oidc/introspect), CA Access Gateway response "active" parameter as string data type.
But "active" parameter is string data type, but according RFC 7662(https://tools.ietf.org/html/rfc7662) , data type of "active" parameter should be boolean.
{"active":"true","clientId":"1776f765-64bd-4255-8945-8342472945c0","tokenType":"access_token","scope":"openid","sub":"CN=Mike Lott,CN=Users,DC=mydomain,DC=co,DC=jp","exp":"1533031215","iat":"1533027315","iss":"https://testhost.ca.com"}