July 2018
Intermediate to advanced
268 pages
7h 36m
English
Create a new application.yml file in the src/main/resources folder with the following content:
server: port: 8443 ssl: enabled: true key-alias: spring key-store: src/main/resources/saml/keystore.jks key-store-password: secretsecurity: saml2: metadata-url: https://dev-858930.oktapreview.com/app/exkequgfgcSQUrK1N0h7/sso/saml/metadataspring: mvc: view: prefix: /WEB-INF/views/ suffix: .jsp
In lines 13-17 (in the spring section), we have migrated the configuration data that we had in the application.properties file into a YML format. You can keep all the preceding configuration same apart from the configurations of metadata-url file. For this, you have to go back to the Okta application that you created and navigate ...
Read now
Unlock full access