Inbound OAuth - Supported Algorithm for JWT Signature ValidationSummaryThis article lists the OAuth algorithms supported by ServiceNow platform as of Xanadu release.ReleaseAs of Xanadu ReleaseInstructionsPlatform uses external libraries for JWT and OIDC validations. These are list of algorithm supported by ServiceNow platform as of Xanadu release for JWT token signature validation. For OIDC ID token flow platform supports: "RS", "ES" families ( i.e., "RS256", "RS384", "RS512", "ES256", "ES384", "ES512") For inbound OAuth JWT Bearer Grant flow, platform supports: "RS", "HS", "ES" families (i.e., "RS256", "RS384", "RS512", "HS256", "HS384", "HS512", "ES256", "ES384", "ES512") Please note, the ES algorithm family is supported from Xanadu release onwards.