SSO authentication using OpenID not working with ShinyProxy 3.1.1

SSO authentication using OpenID not working with ShinyProxy 3.1.1. Getting the following error even when JwkSet URI is correct. Can you please help in fixing it?

Caused by: org.springframework.security.oauth2.core.OAuth2AuthenticationException: [missing_signature_verifier] Failed to find a Signature Verifier for Client Registration: ‘shinyproxy’. Check to ensure you have configured the JwkSet URI.

Let me know if more information is required.

Hi, I’m not sure what is causing this.
Can you share the openid part of your application.yml? You can redact sensitive values.
Which OpenID provider are you using?

Removed https from the links below.

authentication: openid
openid:
auth-url: authorization.oauth2
token-url: token.oauth2
userinfo-url: idp/userinfo.openid
jwk-set-uri: jwks.json
client-id: YOUR_CLIENT_ID
client-secret: YOUR_SECRET
scopes: openid
redirect-uri: https://dev.aks.org.com/login/oauth2/code/shinyproxy
client-name: shinyproxy

Kindly provide the fix as SSO page is not opening in the shiny application.

Is it possible to have a call with your tech team for faster resolution? We have timelines dependency. Much appreciated. Thank you so much.