Open Id Connect (OIDC) based SSO configuration error

Subhash Kaushal
Tera Expert

Need help with SSO setup for OIDC based authentication.

 

Getting this error: OIDC token verification failed: com.snc.platform.security.oauth.OAuthRequestProblemException: Invalid JWT Signature

 

We are suspecting we might not be using the right security algorithm which is HS512.

 

Does anyone have experience with this and do you think RS256 might work here instead of HS512?

1 REPLY 1

Ambuj Tripathi
ServiceNow Employee
ServiceNow Employee

Hi @Subhash Kaushal 

Currently in OIDC, only RSA and EC Key(Elliptic Curve) algorithms are supported to verify the JWT signature.