Skip to content

Commit e1b8f91

Browse files
author
Matt Raible
authored
Polishing
1 parent 5b7c99d commit e1b8f91

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Please read [Build a Simple CRUD App with Spring Boot and Vue.js](https://develo
66

77
**Prerequisites:** [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html), [Node.js](https://nodejs.org/), and [Yarn](https://yarnpkg.com/).
88

9-
_For Java 10+, you'll need to change the `java.version` property and `jaxb-api` as a dependency. See Josh Long's [spring-boot-and-java-10](https://github.com/joshlong/spring-boot-and-java-10) project on GitHub for more information._
10-
119
> [Okta](https://developer.okta.com/) has Authentication and User Management APIs that reduce development time with instant-on, scalable user infrastructure. Okta's intuitive API and expert support make it easy for developers to authenticate, manage and secure users and roles in any application.
1210
1311
* [Getting Started](#getting-started)
@@ -64,11 +62,6 @@ okta:
6462
For the client, set the `issuer` and copy the `clientId` into `client/src/router.js`.
6563

6664
```js
67-
const config = {
68-
issuer: 'https://{yourOktaDomain}.com/oauth2/default',
69-
redirectUri: window.location.origin + '/implicit/callback',
70-
clientId: '{clientId}'
71-
};
7265
Vue.use(Auth, {
7366
issuer: 'https://{yourOktaDomain}/oauth2/default',
7467
client_id: '{yourClientId}',

0 commit comments

Comments
 (0)