Docs: Removing ODIC Troubleshooting Section (#20974)

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
Rounak Dhillon 2025-04-25 17:39:06 +05:30 committed by GitHub
parent 21359d922a
commit 86d000a02a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 20 deletions

View File

@ -31,13 +31,3 @@ global:
```
{% partial file="/v1.7/deployment/configure-ingestion.md" /%}
### Troubleshooting
* If you are seeing the below trace in the logs, you need to add the discovery URL
```
org.pac4j.core.exception.TechnicalException: You must define either the discovery URL or directly the provider metadata
```
To resolve the error regarding the discovery URL, you need to set the `AUTHENTICATION_DISCOVERY_URI` in your configuration. This URI is used to discover the OpenID Connect provider's configuration.

View File

@ -31,13 +31,3 @@ global:
```
{% partial file="/v1.8/deployment/configure-ingestion.md" /%}
### Troubleshooting
* If you are seeing the below trace in the logs, you need to add the discovery URL
```
org.pac4j.core.exception.TechnicalException: You must define either the discovery URL or directly the provider metadata
```
To resolve the error regarding the discovery URL, you need to set the `AUTHENTICATION_DISCOVERY_URI` in your configuration. This URI is used to discover the OpenID Connect provider's configuration.