Skip to content

Commit

Permalink
Merge branch 'main' into nextjs_v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Jan 11, 2024
2 parents 408ed58 + f12fb91 commit cc40fcd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/articles/dev-portal-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ authentication to the [Developer Portal](../articles/developer-portal).
```json
{
"enableAuthentication": true,
"requireAuthentication": false,
"generateExamples": true,
"authentication": {
"authority": "https://dev-123566.okta.com/oauth2/ausXXXXXXXXXXXX",
Expand Down Expand Up @@ -55,6 +56,11 @@ authentication to the [Developer Portal](../articles/developer-portal).
Portal? This is required to enable self-serve of API keys. You must select an
Auth Provider if this is enabled - by default we give you a demo Auth0
configuration (you should not use this in production).
- **requireAuthentication** - If set to true, all users are required to
authenticate to your Developer Portal. Users who navigate to your Developer
Portal will immediately be directed to the login page. The developer portal
will not be accessible to anonymous users (including bots such as Google's
crawler).
- **authentication** - Authentication settings. Checkout the
[setup guide](./dev-portal-auth.md) to get started.
- **provider** - Choose your preferred identity provider (Auth0, Okta, etc.).
Expand Down

0 comments on commit cc40fcd

Please sign in to comment.