|
| Summary: |
userinfo endpoint does not support OPTIONS http requests |
| Issue Type: |
Bug |
| Affects Versions: |
2.13.0 |
| Assignee: |
Unassigned |
| Components: |
Provider |
| Created: |
22/Oct/24 11:00 |
| Priority: |
Major |
| Reporter: |
Manuel Leduc |
| Description: |
Reproduction steps
- build an http query to /xwiki/oidc/userinfo in javascript
- execute it on a brower sending preflight requests for CORS (e.g., Chrome)
Expected
- The server handles the OPTIONS (preflight) request
Actual
- oidc does not handle OPTIONS and returns a 500 http error
|
|