Simple configuration for OAuth 2.0 Resource Server not work. #1133
Replies: 2 comments
-
that works for me:
probably you're not loading the actual mod_auth_openidc config or you're overriding things elsewhere |
Beta Was this translation helpful? Give feedback.
-
Thank you. Greetings, |
Beta Was this translation helpful? Give feedback.
-
Hi All.
I try so setup up a simple OAuth 2.0 Resource Server :
OIDCOAuthVerifySharedKeys "plain#1#test"
<Location /api>
AuthType oauth20
Require valid-user
Test :
< HTTP/1.1 401 Unauthorized
< Date: Wed, 25 Oct 2023 10:24:54 GMT
< Server: Apache
< Content-Length: 381
< Content-Type: text/html; charset=iso-8859-1
Log :
[Wed Oct 25 12:24:54.870906 2023] [authz_core:debug] [pid 127114] mod_authz_core.c(809): [client ::1:35150] AH01626: authorization result of Require valid-user : denied (no authenticated user yet)
[Wed Oct 25 12:24:54.870948 2023] [authz_core:debug] [pid 127114] mod_authz_core.c(809): [client ::1:35150] AH01626: authorization result of : denied (no authenticated user yet)
Noting else. No debug msg from mod_auth_openidc. So what am I missing?
Beta Was this translation helpful? Give feedback.
All reactions