Replies: 1 comment
-
|
you'll need to enable server debug logging ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have configure the auth_openidc module in my apache as follows:
The html directory contains the frontend part (html, js, css, ...) of my application. As descrobed in this article I defined a dummy URI that points to a directory protected by the module and saved it as a redirect URI in the client config on the OP
When I launch the application after deployment, I am redirected to authentication. But after authentication, I get 500 errors on loading static files nad the token call is not happening
Any idea please ?
Beta Was this translation helpful? Give feedback.
All reactions