I’m looking for documentation / tutorial about using Okta with ease (i.e. importing Okta modules, setting simple properties, coding Java configuration - like in GitHub - okta/okta-spring-boot: Okta Spring Boot Starter ) in a Spring (only) webapp build up with maven (i.e. has a pom.xml)
It’s really hard (if not impossible) to find; almost all examples found throughout the internet require Spring Boot.
I also found this topic: Spring configuration without Spring boot but it’s about securing an API, which I don’t want; I only want to secure webpages (in a JSP-like technology).
I said “Spring (only) webapp” which means a web application based on (Java) Spring, i.e. frontend & backend are glued together: there is no JS (it’s JSP/JSF/Primefaces).