nextcloud / user_oidc

OIDC connect user backend for Nextcloud
GNU Affero General Public License v3.0
88 stars 35 forks source link

OIDC with Citrix Netscaler #837

Open Fabe0303 opened 7 months ago

Fabe0303 commented 7 months ago

Hi Folks,

We are trying to use our Citrix Netscaler as IdP for our Nextcloud-Server. At the moment our Users use LDAP which is configured on our Nextcloud to authenticate. Our LDAP Login Attributes for the Internal Username is set to the default setting which is the ObjectUUID.

Now we try to get the ObjectUUID from our OIDC Netscaler Server, but we think the OIDC App does not ask for a Claimed Controlling IDTOKEN(CC IDToken) which can be delivered the ObjectUUID to the Nextcloud Server to map the backend User.

Does the OIDC Nextcloud Support CC IDToken?

edward-ly commented 1 month ago

I don't believe we support anything that is outside of the OIDC specification, but feel free to correct me if I'm wrong. Perhaps this article on setting up Netscaler (ADC?) as an IdP will be useful if you haven't seen it already.

https://docs.netscaler.com/en-us/citrix-adc/current-release/aaa-tm/authentication-methods/oauth-authentication.html