This fix adds a specific error page for issuer claim validation failure of the ID token. Furthermore a generic error page is implemented to handle ID token verification failures.
Approach
Issuer claim validation failure is implemented by adding a specific error page rendered according to the error code returned by the jose library when issuer claim validation is failed. Similarly the generic error page for ID token verification failures is also implemented by leveraging the error code returned by the jose library.
Purpose
Goals
Approach