I am facing an issue with auth0 SSO set up with Word Press. We have verified all the configuration specially regarding the signing methods, and everything looks ok. But facing an error “fail to compute signature[error code: access_denied]”.
Please guide on the configurations we need to check at auth0 end and IDP end.
Hi @suman.roy
Welcome to the Auth0 Community!
I’m sorry to hear that you’re facing this error with your WordPress SSO integration. Based on the error details, it could indicate an issue with the Signing Algorithm and the first thing to check would be that the same algorithm is used on both sides ( generally being RS256 ). The following documentation to configure login should be useful in this case to double-check on your end if everything has been set correctly.
Let me know if this helped with the issue!
Gerald