Replies: 2 comments 3 replies
-
|
FileRise currently uses Sabre\DAV\Auth\Backend\BasicCallBack and validates credentials via AuthModel::authenticate($user, $pass) So yes if you keep using OIDC through browser UI and you can use local password for Basic Auth for webdav. FYI: the “Disable Basic Auth” toggle in the admin panel affects the web login UI, not the DAV endpoint. WebDAV only checks that Enable WebDAV is on.
I will look into doing a refactor of webdav auth backend. |
Beta Was this translation helpful? Give feedback.
-
|
I see hmmm maybe thats better, not sure how you would make webdav work with OIDC Nvm, found the Authelia example in their own website haha Quick question, can I configure OIDC through env vars or do I need to use the webUI? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Basically the the title. If I use only OIDC for auth, will I be able to use the WebDAV server? Also, what are the OIDC configs (redirectURL, scopes, auth method...) for this app?
Beta Was this translation helpful? Give feedback.
All reactions