user_oidc icon indicating copy to clipboard operation
user_oidc copied to clipboard

Does the user_oidc application support notes and other non-OCS API endpoints?

Open akhil1508 opened this issue 1 year ago • 0 comments

  • I am trying to figure out the best OIDC plugin to use for my nextcloud setup

  • For non-OCS API endpoints, I need to know if this plugin supports them or whether we get an error from CORSMiddleware like CORS requires BASIC auth

    • From https://github.com/nextcloud/server/blob/10fc78a9ea0d8a2081c1185f8f4c4b63b631d88e/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php#L102, we can see that for these CORS annotated routes, it tries to perform basic auth login even if the user session is already valid
    • As notes and notes mobile client(login with SSO) is a huge use-case for my setup..
  • P.S. I'm not sure if this is the right place for a question like this or if I should be asking in the forum; forum seems less developer oriented to me :thinking:. Apologies in advance if this is the wrong place

akhil1508 avatar Apr 15 '24 16:04 akhil1508