There are 2 comments.
 
 
OpenId Connect / cid:jira-generated-image-avatar-b2376678-fb8a-4bfb-aaae-e97b8d3971c4 OIDC-315 Open

OAuth authorization-server metadata is unreachable at the RFC 8414 issuer-derived path when XWiki runs under a context path

 
View issue   ยท   Add comment
 

2 comments

 
cid:jira-generated-image-avatar-85fa2286-2ce2-4dc3-acad-20afc275e674 Thomas Mortagne on 07/Sep/26 10:00
 

The OIDC extension cannot really do anything about http://localhost:8080/.well-known/oauth-authorization-server/xwiki/oidc, XWiki in general cannot if it's configured with context path /xwiki/.

All you can do is configure the HTTP proxy to serve http://localhost:8080/xwiki/oidc/.well-known/oauth-authorization-server when http://localhost:8080/.well-known/oauth-authorization-server/xwiki/oidc is requested.

 
cid:jira-generated-image-avatar-85fa2286-2ce2-4dc3-acad-20afc275e674 Thomas Mortagne on 07/Sep/26 10:00
 
The OIDC extension cannot really do anything about {{http://localhost:8080/.well-known/oauth-authorization-server/xwiki/oidc}} , (or even XWiki in general cannot ) if it's configured with context path /xwiki/.

All you can do is configure the HTTP proxy to serve http://localhost:8080/xwiki/oidc/.well-known/oauth-authorization-server when http://localhost:8080/.well-known/oauth-authorization-server/xwiki/oidc is requested.