Open Id Connect (OIDC) based SSO configuration error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 02:38 AM
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2024 03:26 AM - edited 11-13-2024 03:34 AM
Currently in OIDC, only RSA and EC Key(Elliptic Curve) algorithms are supported to verify the JWT signature.