You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -142,16 +142,16 @@ This section describes Markdown standards we like to use in our blog posts. Thes
142
142
-[Add a Changelog](#add-a-changelog)
143
143
-[Add a Canonical URL](#add-a-canonical-url)
144
144
145
-
### Use the Okta CLI to Register Your App
145
+
### Register Your App with Okta
146
146
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.
148
148
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.
150
150
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:
152
152
153
153
```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" %}
155
155
```
156
156
157
157
Supported values for `type`: spa, web, native, service, token, and jhipster
@@ -165,9 +165,10 @@ Other parameters you can pass in:
165
165
|`logoutRedirectUri`| Prints whatever you set, or defaults if not set |
166
166
|`signup`|`false` reduces opening paragraph to one sentence |
167
167
|`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 |
169
170
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.
0 commit comments