I am getting this error unexpected JWT alg received, expected RS256, got: RS512 when using the openid connection. After entering my credentials on ping federate I am getting the said error.
Do I need to change any of my configuration on my application?
Yes, it sounds like your token is being signed with RS512, and the application verifying the signature is expecting RS256.
To understand why, we need to know what server is issuing the token, and what application is throwing this error. Can you please provide some more details on this?
The server issuing the token is [PingFederate (PingFederate | Ping Identity) (a.k.a Meechum) but they are using google gmail to let their users sign in. Once a user is logged in using their gmail they are redirected back to our application in auth0 the application now throws this error.