Content
View differences
Updated by Nabin Ale over 1 year ago
The latest integration\_openproject apps is not working with the latest user\_oidc apps.
list of issues found till now and will be updated if there are more issues found:
**Issue 1: **1\. Issue in connection** connection:**
**Issue 2: There came an issue while connection.
This can be solved using the occ command:
`occ config:system:set user_oidc --type boolean --value="true" token_exchange`
This command will add the following config on the nextcloud
```php
'user_oidc' => [
'token_exchange' => true,
],
```
**2\. Â Workpackages packages are not shown**
list of issues found till now and will be updated if there are more issues found:
**Issue 1:
**Issue 2:
This can be solved using the occ command:
`occ config:system:set user_oidc --type boolean --value="true" token_exchange`
This command will add the following config on the nextcloud
```php
'user_oidc' => [
'token_exchange' => true,
],
```
**2\.