Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

This error message indicates that there was an authentication failure during the OAuth2 callback process. Specifically, the error suggests that the received ID token could not be verified. This can happen if the ID token has been tampered with or if the signature on the token does not match the expected value. To fix this issue, you may need to inspect the details of the ID token and the OAuth2 provider's configuration, and ensure that they are all correct and consistent.