Support intro
Sorry to hear you’re facing problems
help.nextcloud.com is for home/non-enterprise users. If you’re running a business, paid support can be accessed via portal.nextcloud.com where we can ensure your business keeps running smoothly.
In order to help you as quickly as possible, before clicking Create Topic please provide as much of the below as you can. Feel free to use a pastebin service for logs, otherwise either indent short log examples with four spaces:
example
Or for longer, use three backticks above and below the code snippet:
longer
example
here
Some or all of the below information will be requested if it isn’t supplied; for fastest response please provide as much as you can
Nextcloud version: 28.0.3
(docker image)
Operating system and version: Debian 12
Apache or nginx version: Apache 2.4.57
PHP version: 8.2.16
The issue you are facing:
After successful authentication to Django based IDP provider, NextCloud displays the error “Access Forbidden, Failed to contact the OIDC provider token endpoint”
Error message seems to be reasonable because user_oidc sends to identity provider’s token endpoint GET request instead of POST and receives HTTP stastus 405 what finally causes the error I mentioned above.
As I don’t believe I’m the first person worldwide trying this kind of integration I think I must be wrong somewhere and am looking for some hints.
Is this the first time you’ve seen this error? : Y
Steps to replicate it:
- Install required components
- Configure OIDC client
- Start authentication process
The output of your config.php file in /path/to/nextcloud
(make sure you remove any identifiable information!):
This module has it's own configguration outside of the config.php (I think)
Thank you in advance.