I am trying to integrate Qlik with IAM over OIDC. When accessing the hub with OIDC virtual proxy I get redirected to the login page and after successful login I am redirected back to Qlik. Unfortunatelly then I can only see the page with this meesage: "Contact your system administrator. The user cannot be authenticated or logged out by the OIDC response through the following virtual proxy: OIDC"
I looked into the Qlik logs and in Audit_Proxy.txt I found only this one:
"WARN DXQ-EKAS-T-BIS Audit.Proxy.Proxy.SessionEstablishment.Authentication.OIDC.OidcAuthenticationHandler 180 1aeb3129-5574-4287-9849-d2f2922d0a47 DXQ-EKAS-T-BIS\Qlik_Service System.ArgumentNullException: Der Wert darf nicht NULL sein.↵↓Parametername: attributesToParse↵↓ bei Proxy.SessionEstablishment.Authentication.OIDC.OidcAttributeParser.ValidateInput(JwtPayload jwtPayload, String attributesToParse)↵↓ bei Proxy.SessionEstablishment.Authentication.OIDC.OidcAttributeParser.ParseClaim(JwtPayload jwtPayload, String claimsAttrib, String claimTypeName, Boolean isMandatory)↵↓ bei Proxy.SessionEstablishment.Authentication.OIDC.OidcAuthenticationHandler.AddSubClaimToUserSessionAttribute(IList`1 userAttributes, JwtPayload jwtPayload, String claimType, String claimTypeName, Boolean isMandatory)↵↓ bei Proxy.SessionEstablishment.Authentication.OIDC.OidcAuthenticationHandler.AddClaimsToUserSessionAttribute(IList`1 userAttributes, JwtPayload jwtPayload, IConnectionData connData, VirtualProxyConfig vpConfig)↵↓ bei Proxy.SessionEstablishment.Authentication.OIDC.OidcAuthenticationHandler.<GetAuthenticatedUser>d__11.MoveNext() 0 efa574f1-e343-4dc4-941c-5feb0746eb07 ::ffff:10.150.246.44 {oidc} 9d8adf43e02803ac0647838a6660d41a82bf8aeb"
Unfortunatelly this didn't help me, because I still don't know how to fix this issue.
Do you know what might cause that or where I should for more detailed logs?