Connecting to NextSFA
The NextSFA API uses a token-based authentication.
Using Token Authentication
API Key and API Token are required to create a connection to NextSFA. API Key obtain from the client setting page and API Token can genarete at the API Token settings page. Then set it in the ProfileSettings connection property.
Example Connection string
Profile=C:\profiles\NextSFA.apip;ProfileSettings='APIKey=my_api_key;APIToken=my_api_token;'
Connection Properties
The connection string properties are the various options that can be used to establish a connection. This section provides a complete list of the options you can configure in the connection string for this provider.
Property | Description |
APIKey | The API Key obtain from the client setting page of NextSFA. |
APIToken | The API Token obtain from the API Token setting page of NextSFA. |