Errors

#Invalid Settings - Dev Portal Auth Audience (INVALID_SETTINGS_DEV_PORTAL_AUTH_AUDIENCE)

We were unable to generate documentation because your 'devPortalClient' does not contain a valid auth configuration.

Ensure that the configuration for authentication.devPortalClient is set correctly in your dev-portal.json file. See the example below.

{
  "enableAuthentication": true,
  "authentication": {
    "authority": "https://dev-123566.okta.com/oauth2/ausXXXXXXXXXXXX",
    "jwksUrl": "https://dev-123566.okta.com/oauth2/ausXXXXXXXXXXXX/v1/keys",
    "provider": "Okta",
    "devPortalClient": {
      "clientId": "XXXXXXXXXXXX",
      "audience": "api://my-api"
    }
  }
}
json