Nothing to see here, move along.
+
+
\ No newline at end of file
diff --git a/custom-login-osw/src/main/resources/templates/home.html b/custom-login-osw/src/main/resources/templates/home.html
new file mode 100644
index 0000000..3792f47
--- /dev/null
+++ b/custom-login-osw/src/main/resources/templates/home.html
@@ -0,0 +1,45 @@
+
+
+
+
+
Custom Login + Spring Boot Example
+
+
+
Hello!
+
If you're viewing this page then you have successfully configured and started this example server.
+
This example shows you how to use the Okta Spring Boot Starter to add the Authorization Code Flow to your application.
+
When you click the login button below, you will be redirected to the login page on your Okta org. After you authenticate, you will be returned to this application.
+
+
+
+
Welcome back, Joe Coder!
+
You have successfully authenticated against your Okta org, and have been redirected back to this application.
+
Visit the My Profile page in this application to view the information retrieved with your OAuth Access Token.
+
+
+
+
+
+
diff --git a/custom-login-osw/src/main/resources/templates/login.html b/custom-login-osw/src/main/resources/templates/login.html
new file mode 100644
index 0000000..761a84d
--- /dev/null
+++ b/custom-login-osw/src/main/resources/templates/login.html
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
My Profile
+
Hello, Joe Coder. Below is the information that was read with your Access Token.
+
+
This route is protected with the annotation @PreAuthorize("#oauth2.hasScope('profile')"), which will ensure that this page cannot be accessed until you have authenticated, and have the scope profile.
+
+
+
+
+
+ | Claim |
+ Value |
+
+
+
+
+ | Key |
+ Value |
+
+
+
+
+
+
\ No newline at end of file
diff --git a/custom-login-osw/src/test/resources/logback.xml b/custom-login-osw/src/test/resources/logback.xml
new file mode 100644
index 0000000..9f539e5
--- /dev/null
+++ b/custom-login-osw/src/test/resources/logback.xml
@@ -0,0 +1,31 @@
+
+
+