Provision a Provider via JVM: provider data is not being added to authenticationproviderrow #11090
Labels
Feature: Superuser Dashboard
GREI Re-arch
Issues related to the GREI Dataverse rearchitecture
SPA
These changes are required for the Dataverse SPA
Type: Bug
a defect
What steps does it take to reproduce the issue?
The issue was encountered in the SPA OIDC integration code: IQSS/dataverse-frontend#565
The easiest way to recreate the issue is to setup the SPA development environment described in issue 565
After running
./run-env.sh 10959-bearer-token-auth-ext
, check the Postgres tableauthenticationproviderrow
. It should contain a row for the OIDC provider, but it only has one row, for the builtin user.When does this issue occur?
Configuring a dataverse for OIDC provider using JVM options
Which page(s) does it occurs on?
The missing data preventing the user from being shown in Admin Dashboard -> Manage Users
What happens?
To whom does it occur (all users, curators, superusers)?
What did you expect to happen?
a row in the table should exist for the OIDC provider
Which version of Dataverse are you using?
The
10959-bearer-token-auth-ext
imageAny related open or closed issues to this bug report?
IQSS/dataverse-frontend#565
Screenshots:
The authenticateduser table, showing an OIDC user successfully registered in the Dataverse:
The oidc user was also added to authenticateduserlookup:
The oidc provider is missing from authenticationproviderrow:
The text was updated successfully, but these errors were encountered: