Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (21 loc) · 1.06 KB

Okta Spring Backend Integration

Java version: 11

Run Application:

./mvnw spring-boot:run

Frontend Installation Instruction

cd client-app

npm i

npm start

Code Flow:

In order to use (https://okta-login-demo.netlify.app/) online you need to change:

String frontendRedirectionUrl = "https://okta-login-demo.netlify.app/login/callback";

In AuthController on line 32.

P.S: Whatever url is being used for frontend do not forget to add it to trusted origins on okta.