I am trying to create OKTA enterprise connection using Auth0 management API, below is the my payload.
{
“name”: “connectionfromapi”,
“displayName”: “connectionfromapi”,
“options”: {
“use_wsfed”: false,
“useCommonEndpoint”: false,
“basic_profile”: false,
“ext_profile”: false,
“ext_groups”: false,
“ext_nested_groups”: false,
“api_enable_users”: false,
“should_trust_email_verified_connection”: “never_set_emails_as_verified”,
“okta_domain”: “trial-somenumber.okta.com”,
“client_id”: “clientID”,
“client_secret”: “secret”
},
“enabledClients”: ,
“strategy”: “okta”
}, but i am getting error like Auth0.Core.Exceptions.ErrorApiException: "Okta Domain" is required
.
-
Can Someone suggest me what is wrong in my payload?
-
and how to include realms while creating okta connection?
while i am able to add realms in dashboard, but getting error like “Realms is only supported for database connections.” while using api.