-
|
As far as I can tell the OIDC error page template is exlcusively templated by OIDCHTMLErrorTemplate. Is there any way to insert more data into the error page like a request ID or IP address? Generally, this can be achieved with Server-Side Includes but this does not appear to work here. |
Beta Was this translation helpful? Give feedback.
Answered by
zandbelt
Jul 15, 2022
Replies: 1 comment 1 reply
-
|
that is indeed not supported: you may try and have the error template POST the error and description to another page (.shtml) that does parse SSI (though you may lose the request id) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
studersi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
that is indeed not supported: you may try and have the error template POST the error and description to another page (.shtml) that does parse SSI (though you may lose the request id)