I’m using Management createConnection
API to create sso connection.
however when I want to create an Òkta Workforceconnection and navigate through all supported
Strategy` names from the api, I couldn’t find Okta in the supported names!
I’m using node js and auth0 npm package.
here is the existed strategy type from the package (no Okta option existed!):
export type Strategy =
| 'ad'
| 'adfs'
| 'amazon'
| 'dropbox'
| 'bitbucket'
| 'aol'
| 'auth0-adldap'
| 'auth0-oidc'
| 'auth0'
| 'baidu'
| 'bitly'
| 'box'
| 'custom'
| 'daccount'
| 'dwolla'
| 'email'
| 'evernote-sandbox'
| 'evernote'
| 'exact'
| 'facebook'
| 'fitbit'
| 'flickr'
| 'github'
| 'google-apps'
| 'google-oauth2'
| 'guardian'
| 'instagram'
| 'ip'
| 'line'
| 'linkedin'
| 'miicard'
| 'oauth1'
| 'oauth2'
| 'office365'
| 'paypal'
| 'paypal-sandbox'
| 'pingfederate'
| 'planningcenter'
| 'renren'
| 'salesforce-community'
| 'salesforce-sandbox'
| 'salesforce'
| 'samlp'
| 'sharepoint'
| 'shopify'
| 'sms'
| 'soundcloud'
| 'thecity-sandbox'
| 'thecity'
| 'thirtysevensignals'
| 'twitter'
| 'untappd'
| 'vkontakte'
| 'waad'
| 'weibo'
| 'windowslive'
| 'wordpress'
| 'yahoo'
| 'yammer'
| 'yandex';
please I need clear instructions and examples about how to create Okta workforce, and Azure AD connections from management api.
Thanks.