-
-
Notifications
You must be signed in to change notification settings - Fork 326
Replies: 1 comment · 4 replies
-
which version are you on? the server debug logs should tell you more about what is happening |
Beta Was this translation helpful? Give feedback.
All reactions
-
Here are the Version information: Package: libapache2-mod-auth-openidc And here are the logs i filtered them and only show the oidc ones... [Mon Aug 09 13:50:43.834401 2021] [auth_openidc:debug] [pid 12972:tid 139849143076608] src/mod_auth_openidc.c(3362): [client 91.6.37.136:56208] oidc_check_user_id: incoming request: "/openid?info=json", ap_is_initial_req(r)=1 |
Beta Was this translation helpful? Give feedback.
All reactions
-
I don't see a redirect happening on the request to /openid... |
Beta Was this translation helpful? Give feedback.
All reactions
-
thanks for info i guess i found the thing. In my VirtualHost i had this proxy-pass directive:
It seems that the userinfo was redirected to that so i did the following
Now it works. |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
ah, good find; I'll include this in the documentation |
Beta Was this translation helpful? Give feedback.
-
Hey,
first thanks for this awesome software.
i have a virtual-host where the endpoint ?info=json does not work correctly.
I always get a 302 Response from the server.
Any idea what could happen? I looked through the logs but i did not find something useful there.
Here is the relevant part of my VirtualHost.
So i try to access https://SITE.de/openid?info=json but with no luck.
Tell me if you need more informations.
Thanks
Christian
Beta Was this translation helpful? Give feedback.
All reactions