From 837beb73d7aa6e8f7e4e932ac71e59663b868992 Mon Sep 17 00:00:00 2001 From: Ramesh Parthasarathy Date: Thu, 21 Nov 2019 02:04:03 +0000 Subject: Added AAF Integration related changes Created two profiles for the application to run. Basic profile will allow the application to run in the current spring security authentication. AAF profile will authenticate and authorize requests with AAF. if no profile is given, it will fallback to basic. Change-Id: I2576f02e7afca3c10e02aaffef66a60fa1c4dd1a Issue-ID: SO-2451 Signed-off-by: Ramesh Parthasarathy(rp6768) --- bpmn/mso-infrastructure-bpmn/src/main/resources/application-basic.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 bpmn/mso-infrastructure-bpmn/src/main/resources/application-basic.yaml (limited to 'bpmn/mso-infrastructure-bpmn/src/main/resources/application-basic.yaml') diff --git a/bpmn/mso-infrastructure-bpmn/src/main/resources/application-basic.yaml b/bpmn/mso-infrastructure-bpmn/src/main/resources/application-basic.yaml new file mode 100644 index 0000000000..e69de29bb2 -- cgit 1.2.3-korg