-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
Description
-
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
CORSMiddlewarelikeCORS 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 🤔. Apologies in advance if this is the wrong place
cbcoutinho