okay java | springboot saml and okta

okay java | springboot saml and okta Get Started with Spring Boot, SAML, and Okta Step-1 Sign Up for an Okta Developer Account https://developer.okta.com. Step-2 Create a SAML Application on Okta Single sign on URL: https://localhost:8443/saml/SSO Audience URI: https://localhost:8443/saml/metadata Copy meta data url Step-3 Create a Spring Boot Application with SAML Support select Security, Web, Thymeleaf, and DevTools as dependencies Add the spring-security-saml-dsl dependency to your pom.xml Add Spring Milestone repository Step-4 Add application.properties Server.port = 8443 server.ssl.enabled = true server.ssl.key-alias = spring server.ssl.key-store = classpath:saml/keystore.jks server.ssl.key-store-password = secret security.saml2.metadata-url = your metadata url Step-5 Generate keystore (Make sure you have java path environment variable setup) keytool -genkey -v -keystore keystore.jks -alias spring -keyalg RSA -keysize 2048 -validity 10000 Step-6 Run the App and Login with Okta https://localhost:8443 Download part-1 (Authentication only) : https://gitlab.com/okayjava-git/sprin... or https://github.com/rchand-git/spring-... Download part-2 (Authentication & Authorization ) https://gitlab.com/okayjava-git/sprin... springboot saml and okta | spring boot saml 2.0 example | spring boot saml authentication example | spring boot saml example | saml 2.0 spring boot | saml and okta| saml okta spring boot | okta saml tutorial| okta saml 2.0| okta saml integration| okta saml integration example| okta saml 2.0 setup| okta saml sso| okta saml metadata| okta saml attributes| okta saml spring boot spring boot saml and okta spring boot saml okta logout get started with spring boot saml and okta spring-boot-security-saml-demo-okta spring boot saml okta example spring boot okta saml logout example spring boot saml with okta