/.well-known/openid-configuration is a 404 for HEAD
Opened this issue · 0 comments
michielbdejong commented
Compare
curl -i http://localhost:8080/.well-known/openid-configuration
(gives a 200) and
curl -i --head http://localhost:8080/.well-known/openid-configuration
(gives a 404)