exposed additional sso and saml properties
diff --git a/resources/credentials.yml b/resources/credentials.yml
index 3d5f13d..48be4fa 100644
--- a/resources/credentials.yml
+++ b/resources/credentials.yml
@@ -61,4 +61,5 @@
sso_admin_name: ssoadmin
sso_admin_secret: '{{ opdk_user_pass }}'
edgeui_sso_client_name: edgeui
-edgeui_sso_client_secret: '{{ opdk_user_pass }}'
\ No newline at end of file
+edgeui_sso_client_secret: '{{ opdk_user_pass }}'
+sso_saml_service_provider_password: "samlSP123"
\ No newline at end of file
diff --git a/resources/custom-properties.yml b/resources/custom-properties.yml
index ce83bac..12e24cb 100644
--- a/resources/custom-properties.yml
+++ b/resources/custom-properties.yml
@@ -216,6 +216,9 @@
saml_cert_expiry_days: 365
saml_cert_subject: "/C=US/O=google/OU=apigee/CN=apigee.com"
sso_saml_idp_metadata_url: "{{ saml_folder }}/target_idp_metadata_url.xml"
+sso_profile: "saml"
+sso_tomcat_port: 9099
+sso_tomcat_profile: DEFAULT
# Edge UI SAML Integration
edgeui_response_file_name: edge-ui-saml-response.conf
@@ -225,3 +228,7 @@
sso_public_url_port: 9099
sso_public_url_scheme: http
edgeui_sso_client_overwrite: y
+sso_saml_ipd_name: okta
+sso_saml_ipd_login_text: "Please log in to your IDP"
+sso_saml_idpmetaurl_skipsslvalidation: n
+