MFA integration v8.0.2

HI  I have set up MFA using SAML integration on v8.0.2 .

I need to disable the login using LDAP server. I understand I can disable the LDAP login via "login Options" this will allow the users to login using MFA alone.That is great.

Meanwhile , I need to have the service account that uses the API to be authenticated using LDAP, whilst the LDAP login disabled for the human users. to webpage

Currently I notice that the  login using API also  fails when I disable this in "login Options

  • Hello Anish,

    Login method you are using for your script needs to be enabled in order for it to work. What exactly is your question?

    Best regards,

    Darko

  • Currently we have enabled two login methods One is using "Active Directory" another with SAML2.

    Both the Rest api and the human users are able to use Active Directory authentication.We intend to disable Active Directory Login method so that human users use only SAML2.

    When doing so, we notice that the Rest api connection to the SPS fails.

    We would like to have the Rest API using the Active Directory login whereas the  human users are able to login to the webpage only via SAML2.

  • Hi,

    Currently we have both the REST api and the human users authenticated via Active Directory. 

    We have set up SAML2 for human users and we intend to disable Active Directory for human accounts.

    However while doing so, we noticed that the REST api authentication fails.We would like to use Rest api authenticated using Active Directory while human users login to web interface using SAML2 only .