Akhil Potukuchi
Akhil Potukuchi
This can be closed imo @Niveshkrishna @eneiluj .
@azmeuk But there are existing OCS API routes that are not going anywhere and are documented over [here](https://docs.nextcloud.com/server/latest/developer_manual/_static/openapi.html#/operations/provisioning_api-users-add-user) Anyway, I think this issue can extend to all API endpoints and...
@pulsejet Any update on this?
- For the non-OCS routes for e.g. notes API (`/apps/notes/api/v0.2/notes`) to work we also need a patch for `lib/private/AppFramework/Middleware/Security/CORSMiddleware` like ```patch --- lib/private/AppFramework/Middleware/Security/CORSMiddleware.php 2024-04-08 08:53:20.410444998 +0530 +++ lib/private/AppFramework/Middleware/Security/CORSMiddleware-new.php 2024-04-09 19:05:21.133629632...
@pulsejet I await response from NC devs on https://github.com/nextcloud/user_oidc/issues/836 so we can avoid patching
@stevesobol @pulsejet Please take a look whenever possible :)
@pulsejet > One comment: why check refresh tokens in `BeforeTemplateRenderedEvent` and not e.g. every request? - Hmm, every request sounds better tbh. So if we put it in the `boot`...
@pulsejet Wdyt about it now, I added the check in `boot` in `Application.php`
> Hi. Reading the code it looks OK though I have not tested it yet. Can you help with testing @shreyasajj? Hello! Do let me know if you need any...
> I am getting this error Error: Undefined property: stdClass::$refresh_expires_in at /var/www/html/custom_apps/oidc_login/lib/Service/TokenService.php#102 and Error: Undefined property: stdClass::$refresh_token at /var/www/html/custom_apps/oidc_login/lib/Service/TokenService.php#98 @shreyasajj Is refresh token functionality configured in your OIDC server? I...