Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,24 @@ The environment is accessible through the following URLs:
>
> Links to share a collection or a dataset via LinkedIn, X or Facebook will now open in a new tab instead of a popup.

</details>

<details>
<summary><strong>Requirements for deploying the SPA</strong></summary>

> ### Deploying a Keycloak Instance for Built-in Users Authentication
>
> To enable authentication for Dataverse built-in user accounts in the SPA, you must deploy a Keycloak instance as an OIDC authentication provider and broker for the SPA.
>
> However, using Keycloak is not mandatory. If you do not require authentication for Dataverse built-in users, you can use any OIDC provider to handle user authentication in the SPA.
>
> For supporting built-in users, Keycloak must be properly configured and integrated with the Dataverse backend using the [Dataverse Built-in Users SPI][dv_repo_builtin_users_spi_provider].
>
> On the SPA side, ensure that the PKCE environment variables are set up to connect to the chosen OIDC provider for authentication.
>
> Additionally, to allow the SPI to authenticate users against the Dataverse database, the Dataverse database must be accessible from the Keycloak service within the deployed infrastructure.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@donsizemore can we please try this on https://beta.dataverse.org ? Make the database accessible to https://beta-keycloak.dataverse.org ?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

absolutely. I was waiting on somebody from IQSS to tell me "yes, make this change for beta"



</details>

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down Expand Up @@ -325,7 +343,7 @@ Distributed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for mo
[dv_repo_projectstatus_url]: https://www.repostatus.org/#wip
[dv_repo_releases_url]: https://github.com/IQSS/dataverse-frontend/releases

<!-- Datavserse Associated Repositories -->
<!-- Dataverse Associated Repositories -->
<!-- @iqss/dataverse-client-javascript -->

[dv_repo_dvclientjs_url]: https://github.com/IQSS/dataverse-client-javascript/pkgs/npm/dataverse-client-javascript
Expand All @@ -335,6 +353,7 @@ Distributed under the Apache License, Version 2.0. See [LICENSE](LICENSE) for mo
[dv_repo_legacyjsf_releases_url]: https://github.com/IQSS/dataverse/releases
[dv_repo_legacyjsf_issues_url]: https://github.com/IQSS/dataverse/issues
[dv_repo_vscode_url]: https://github.com/IQSS/vscode-settings
[dv_repo_builtin_users_spi_provider]: https://github.com/IQSS/dataverse/tree/develop/conf/keycloak/builtin-users-spi

<!-- Application Instances -->
<!-- [dv_app_] -->
Expand Down
Loading