You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the openid connect app on the owncloud server
added the 'http.cookie.samesite' => 'None',
using the occ command (with my specific config): sudo -u www-data ./occ config:app:set \ openidconnect \ openid-connect \ --value='{"provider-url":"https:\/\/idp.example.net","client-id":"fc9b5c78-ec73-47bf-befc-59d4fe780f6f","client-secret":"e3e5b04a-3c3c-4f4d-b16c-2a6e9fdd3cd1","loginButtonName":"Login via OpenId Connect"}'
Using the auto-provision keys/params similar to One-Login's but unless I specify all the URLs, it usually just fails immediately with the failed to fetch error. If I have the above URL specified OIDC keys, then it will have my login to the synology, but when I authenticated it just goes back to failed to fetch.
To note, our users don't have emails, just "Names" on the synology user database.
The text was updated successfully, but these errors were encountered:
I am attempting to use our user database on our Synology
Error:
Error in OpenIdConnect:The provider issuer could not be fetched. Make sure your provider has a well known configuration available.
I've tried multiple variations of the config.php openid-connect paramaters/keys:
Here is the .well-known/openid-configuration from the synology OIDC server
Steps I've done from https://doc.owncloud.com/server/next/admin_manual/configuration/user/oidc/oidc.html
'http.cookie.samesite' => 'None',
sudo -u www-data ./occ config:app:set \ openidconnect \ openid-connect \ --value='{"provider-url":"https:\/\/idp.example.net","client-id":"fc9b5c78-ec73-47bf-befc-59d4fe780f6f","client-secret":"e3e5b04a-3c3c-4f4d-b16c-2a6e9fdd3cd1","loginButtonName":"Login via OpenId Connect"}'
The text was updated successfully, but these errors were encountered: