Our goal is to create a user in Okta using an API and use our on-premise LDAP as the credential provider.
So that when this user logs in, Okta can accept LDAP password and authenticate the user.
I am trying to create a user using below with LDAP as the provider.
However, the provider attribute(LDAP) in my request is being ignored and the API is creating the user with OKTA as the credential provider.
Any input on this is appreciated.