Aaron Anderson
Aaron Anderson
### Description A prototype is available here: [quarkus-multitenancy](https://github.com/aaronanderson/quarkus-multitenancy) Quarkus already has some multitenancy support via the [OIDC extension](https://quarkus.io/guides/security-openid-connect-multitenancy). This extension provides high level multitenancy support that other Quarkus extensions or...
This issue will be opened and closed depending on the state of https://github.com/quarkiverse/quarkus-mfa build against Quarkus main SNAPSHOT. If you are interested in being notified, please subscribe to this issue.
### Describe the bug The Graph API OneNote [Get page](https://learn.microsoft.com/en-us/graph/api/page-get?view=graph-rest-1.0&tabs=java) API documentation indicates that the content endpoint supports an includeIDs parameter. `GET /me/onenote/pages/{id}/content[?includeIDs=true]` However, there is no way to set...