Stream: troubleshooting

Topic: Sending domain name instead of IP when using OpenID


view this post on Zulip Mohsen Jafari (Mar 25 2024 at 08:49):

Dataverse sends the server IP instead of domain name as redirect_uri when logging in through OpenID. Is it possible to change this behaviour?

view this post on Zulip Don Sizemore (Mar 25 2024 at 11:20):

Mohsen Jafari said:

Dataverse sends the server IP instead of domain name as redirect_uri when logging in through OpenID. Is it possible to change this behaviour?

Hello, take a look at the dataverse.siteUrl and dataverse.fqdn jvm-options?

view this post on Zulip Oliver Bertuch (Mar 25 2024 at 12:12):

The callback URI is derived from dataverse.siteUrl, which might contain dataverse.fqdn to complete the URL.

view this post on Zulip Oliver Bertuch (Mar 25 2024 at 12:12):

See https://github.com/poikilotherm/dataverse/blob/b42983caec39e773f30402077c823ef480bda6a7/src/main/java/edu/harvard/iq/dataverse/authorization/providers/oauth2/OAuth2LoginBackingBean.java#L87-L87


Last updated: Oct 30 2025 at 06:21 UTC