Skip to content

Commit 5e1861a

Browse files
committed
update docs
1 parent a6711b4 commit 5e1861a

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

doc/release-notes/11606-hide-spa-oidc-providers-from-jsf-login-screen.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ This release fixes a bug where the value of the dataverse.auth.oidc.enabled sett
33
A new JVM setting ('dataverse.auth.oidc.hidden-jsf') was added to hide an enabled OIDC Provider from the JSF UI.
44

55
For Dataverse instances deploying both the current JSF UI and the new SPA UI, this fix allows the OIDC Keycloak provider configured for the SPA to be hidden in the JSF UI (useful in cases where it would duplicate other configured providers).
6+
7+
Note: The API to create a new Auth Provider can only be used to create a provider for both JSF and SPA. Use JVM / MicroProfile config setting to create SPA only providers.

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7654,6 +7654,8 @@ Add new authentication provider. The POST data is in JSON format, similar to the
76547654
76557655
POST http://$SERVER/api/admin/authenticationProviders
76567656
7657+
.. note:: This endpoint will create providers for both JSF and SPA. Use :ref:`jvm-options` / *MicroProfile Config* if you need to create SPA only providers.
7658+
76577659
Show Authentication Provider
76587660
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
76597661

0 commit comments

Comments
 (0)