Skip to content

Commit b84085d

Browse files
authored
switch from CLI to integrator embed in readme (#1596)
* switch from CLI to integrator embed in readme * customAuthServer info
1 parent dab9866 commit b84085d

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,16 +142,16 @@ This section describes Markdown standards we like to use in our blog posts. Thes
142142
- [Add a Changelog](#add-a-changelog)
143143
- [Add a Canonical URL](#add-a-canonical-url)
144144

145-
### Use the Okta CLI to Register Your App
145+
### Register Your App with Okta
146146

147-
To describe how to setup a new application on Okta, please use the [`cli.md`](_source/_includes/setup/cli.md) or [`maven.md`](_source/_includes/setup/maven.md) includes.
147+
To describe how to setup a new application on Okta, please use the [`integrator.md`](_source/_includes/setup/integrator.md) include.
148148

149-
These will render instructions using the [Okta CLI](https://cli.okta.com) (or [Okta Maven Plugin](https://github.com/oktadev/okta-maven-plugin)) and link to instructions for the Admin Console. Screenshots are discouraged because they're hard to keep up-to-date.
149+
These will render instructions using the Admin Console setup and link to the appropriate documentation. Screenshots are discouraged because they're hard to keep up-to-date.
150150

151-
The basic syntax for using the Okta CLI to set up an app is:
151+
The basic syntax for using the integrator setup to create an app is:
152152

153153
```md
154-
{% include setup/cli.md type="spa" loginRedirectUri="http://localhost:8080/callback" %}
154+
{% include setup/integrator.md type="spa" loginRedirectUri="http://localhost:8080/callback" %}
155155
```
156156

157157
Supported values for `type`: spa, web, native, service, token, and jhipster
@@ -165,9 +165,10 @@ Other parameters you can pass in:
165165
| `logoutRedirectUri` | Prints whatever you set, or defaults if not set |
166166
| `signup` | `false` reduces opening paragraph to one sentence |
167167
| `note` | Prints whatever you set. See .NET example below |
168-
| `install` | `false` removes 'Install the Okta CLI' sentence |
168+
| `install` | `false` removes setup instructions for signing into your Okta account |
169+
| `customAuthServer` | Custom authorization server ID (e.g., `my-auth-server`). Adds setup instructions for authorization policies and rules |
169170

170-
See [How to Create an OIDC App on Okta](https://developer.okta.com/blog/setup) for this feature's documentation.
171+
See [Integrator Setup Examples](https://developer.okta.com/blog/integrator-setup) for examples and documentation on using the integrator setup.
171172

172173
### Blog Markdown Conventions
173174

0 commit comments

Comments
 (0)