Hello Audrey,
Did you see this article from Leonardo, where he explains how to configure SSO via OIDC for FileNet running on Kubernetes with Keycloak?
https://community.ibm.com/community/user/blogs/leonardo-modeo/2023/07/17/a-sample-oidc-sso-fncm-container
Even though his example uses Keycloak as the Identity Provider, the overall approach is the same if we use ADFS (or any other OIDC-compliant IdP). Here is how it translates in our context.
The blog describes a working sample of LTPA/OAuth/OIDC SSO for FileNet Content Manager on containers, with CPE, ICN and GraphQL running on Kubernetes/OpenShift. The IdP is responsible for issuing OIDC tokens, which are then consumed by ICN and GraphQL, while CPE can still be accessed with basic auth for admin tasks.
Key points that apply with ADFS:
-
Scope of the configuration:
-
OIDC/OAuth-based SSO for ICN
-
Basic authentication can still be used for CPE admin (ACCE) against a local or external LDAP.
-
The container pattern remains identical whether the IdP is Keycloak, ADFS, or another OIDC provider.
-
On the IdP side (ADFS in our case)
-
Create an OIDC application (client) in ADFS, with:
-
Configure the claims so that the token contains a stable user identifier (typically email or upn) that will map to the user in the LDAP used by FileNet.
-
On the Kubernetes / FNCM CR side
-
Authentication flows:
Best regards,
------------------------------
Olivier Baltus
NSI Luxembourg
------------------------------
Original Message:
Sent: Fri November 21, 2025 01:45 AM
From: Andrey Voronin
Subject: FNCM SSO with ICCSAP possible?
Hi Olivier,
ADFS 2016.
------------------------------
Andrey Voronin
Original Message:
Sent: Thu November 20, 2025 03:55 AM
From: Olivier Baltus
Subject: FNCM SSO with ICCSAP possible?
Hi,
What Idp are you using?
------------------------------
Olivier Baltus
NSI Luxembourg
Original Message:
Sent: Tue November 18, 2025 02:50 AM
From: Andrey Voronin
Subject: FNCM SSO with ICCSAP possible?
Hi everyone,
is it possible to have SSO (ADFS OIDC) for ICCSAP with FNCM Standalone in Kubernetes?
SAP Viewer works fine with BasicAuth, but not with SSO.
------------------------------
Andrey Voronin
------------------------------