We were unable to generate documentation because your 'devPortalClient' doesn't
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"
}
}
}
Last modified on