update for sso setup
diff --git a/tasks/main.yml b/tasks/main.yml
index 3343144..e899e91 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -14,3 +14,6 @@
     src: "{{ edgeui_response_filename }}"
     dest: "{{ edgeui_response_file_path }}"
     mode: 0644
+
+- name: Configure SSO on Edge UI
+  shell: "/opt/apigee/apigee-service/bin/apigee-service edge-ui configure-sso -f {{ edgeui_response_file_path }}"
\ No newline at end of file