From b5563b3f947e28ea71c390968f6f9ad3b06d671d Mon Sep 17 00:00:00 2001 From: Georgii Troitskii Date: Wed, 16 Oct 2024 16:16:33 +0200 Subject: [PATCH] Get back html page to OIDC auth module as it is required for testing --- .../resources/META-INF/resources/index.html | 140 ++++++++++++++++++ 1 file changed, 140 insertions(+) create mode 100644 security-openid-connect-web-authentication-quickstart/src/main/resources/META-INF/resources/index.html diff --git a/security-openid-connect-web-authentication-quickstart/src/main/resources/META-INF/resources/index.html b/security-openid-connect-web-authentication-quickstart/src/main/resources/META-INF/resources/index.html new file mode 100644 index 0000000000..dd22921b7d --- /dev/null +++ b/security-openid-connect-web-authentication-quickstart/src/main/resources/META-INF/resources/index.html @@ -0,0 +1,140 @@ + + + + + Welcome to Your Quarkus Application + + + + + + +
+
+

Congratulations, you have created a new Quarkus application.

+ +

Why do you see this?

+ +

This page is served by Quarkus. The source is in + src/main/resources/META-INF/resources/index.html.

+ +

What can I do from here?

+ +

If not already done, run the application in dev mode using: mvn quarkus:dev. +

+
    +
  • Add REST resources, Servlets, functions and other services in src/main/java.
  • +
  • Your static assets are located in src/main/resources/META-INF/resources.
  • +
  • Configure your application in src/main/resources/application.properties.
  • +
+ +

How do I get rid of this page?

+

Just delete the src/main/resources/META-INF/resources/index.html file.

+
+
+ +
+
+ +