I want to know the sdk version on the owncloud 10.15 .How to find this as i am doing duo integration with owncloud.Here duo want the applicaiton to have the web sdk latest version and i am unable to find which version is installed.4

Steps to reproduce

1.Installed the owncloud 10.15
2.Installed the duo
3.

Expected behaviour

Tell us what should happen
integration with duo 2 factor and user should be able to authenticate

Actual behaviour

Tell us what happens instead
i receive a error
Access is not allowed because you are not enrolled in Duo. Please contact your organization’s IT help desk.

Server configuration

Operating system:
Ubuntu 22.04.5 LTS

Web server:

Database:

PHP version:

ownCloud version: (see ownCloud admin page)

Updated from an older ownCloud or fresh install:

Where did you install ownCloud from:

Signing status (ownCloud 9.0 and above):

Login as admin user into your ownCloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results into https://gist.github.com/ and puth the link here.

The content of config/config.php:

Log in to the web-UI with an administrator account and click on
'admin' -> 'Generate Config Report' -> 'Download ownCloud config report'
This report includes the config.php settings, the list of activated apps
and other details in a well sanitized form.

or 

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your ownCloud installation folder

*ATTENTION:* Do not post your config.php file in public as is. Please use one of the above
methods whenever possible. Both, the generated reports from the web-ui and from occ config:list
consistently remove sensitive data. You still may want to review the report before sending.
If done manually then it is critical for your own privacy to dilligently
remove *all* host names, passwords, usernames, salts and other credentials before posting.
You should assume that attackers find such information and will use them against your systems.

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your ownCloud installation folder.

Are you using external storage, if yes which one: local/smb/sftp/…
no
Are you using encryption: yes/no
no
Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/…

LDAP configuration (delete this part if not used)

working fine

With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your ownCloud installation folder

Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';


Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.

Client configuration

Browser:

Operating system:

Logs

Web server error log

Insert your webserver log here

ownCloud log (data/owncloud.log)

Insert your ownCloud log here

Browser log

Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log 
c) ...

Welcome to the ownCloud Community.

The question in your subject mentions SDK v4, but that is a Duo SDK, and not anything that is part of ownCloud. If you are asking about updates to the Duo app, you would need to direct that to its developer. It is not maintained by ownCloud. It hasn’t seen an update in six years, so set your expectations accordingly.

https://marketplace.owncloud.com/apps/duo

The error message you shared indicates that the user you are attempting to log in with has no Duo Authenticator account. You need to enroll the user in Duo before they will be able to log in. We cannot help you with that. You will need to check Duo for the appropriate documentation.

thank you for this information. Let me explain you the scenario. I have working owncloud server and we and to use duo 2 factor authentication hence we started this duo installation following the duo_provider/README.md at master · elie195/duo_provider · GitHub and then from the duo support we got the information that we need to have websdk version 4 on owncloud. Is there anything we can do on the owncloud for this.

On ownCloud? No. The Duo application is not written or maintained by ownCloud.

You will need to either update the code yourself or contact the developer, elie95, and ask if an update is planned. Since the project hasn’t had any updates in years, I expect that you are on your own.

In OwnCloud 10.15, you can check the installed SDK version by looking at the relevant dependencies in your installation. If you’re using the Duo Web SDK, check the composer.json or composer.lock file in your OwnCloud setup to see which version is being used.

Alternatively, if it’s installed via a package manager, you can run:

composer show | grep duo

or check the apps/ directory if it’s manually installed.

If you need to update to the latest Duo Web SDK, you may need to manually update it or configure it through the application settings. Let me know if you need further help!

Part of the recommendation from the duo application vendor is to upgrade the version of php to the latest ,Does owncloud 10.15 support php latest version like php 8 and above. is there any version of owncloud community version like owncloud 11 which we can download and also supports php 8 .

There is currently no plan for ownCloud to work with any PHP newer than 7.4. There is no plan for an ownCloud 11. Development efforts are now focused on OCIS. As I much as I don’t want to, it is time to at least start thinking about replacing legacy ownCloud instances with another solution. Sadly for many of us, this will require mutiple applications as OCIS is only focused on the file sync and share, dropping the CalDAV and CardDAV capabilities of its predecessor.