How can users go through local authentication for non-SAML2 accounts in CA Performance Management (CAPM)?
For Spectrum, this is done by adding the users to non-saml-config.xml as per SAML2 Authentication in DX NetOps Spectrum so similarly, what is the process for CAPC /DX NetOps if we want to allow local authentication when SAML2 is configured?
DX NetOps CAPM all currently supported releases
When you enable SAML in the Portal, you are redirected to the Idp for authentication by default.
sign-in.jsp. So if either SAML/Oauth is enabled, the user will be sent there if going directly to the Portal URL.To be able to use any user whose credentials are in the Portal database, you have to directly access the Portal local authentication login form using this specific URL to AVOID the redirection to the SAML IdP:
http://<PORTAL_HOST>:8381/sso/sign-in.jsp?SsoProductCode=pc
<PORTAL_HOST> is the Hostname or IP address of the NetOps Portal server.