Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The authProviders key and the okta key and object are required.  Be sure to update the values with settings specific to your Okta Application.

API Access

Info

Customers who do not license API Access Management in Okta MUST follow additional provisioning steps outlined below. You will most commonly see a message indicating “Feature Not Licensed” after a user authenticates in the Okta challenge window.

Customer who do not leverage API Access Management will need an additional parameter in the okta object of the config.json. When adding another line, do not forget to add a comma after the clientId.

Code Block
"endpoint": "/oauth2/v1/authorize"

Next, the Square9API web.config needs additional appSettings entires.

Code Block
breakoutModewide
<add key="urn:square9:webauthentication:okta:clientid" value="CLIENT-ID-FROM-OKTA-APP-HERE" />
<add key="urn:square9:webauthentication:okta:clientsecret" value="CLIENT-SECRET-FROM-OKTA-APP-HERE" />

Be sure to replace your Client ID and Client Secret values for successful operation.

Login Page

Once provisioned, Provider Authentication will add a “Login with” option to the login page.

...