From 4d5731d6cf04e15f41bca7350aff45ce6849cf84 Mon Sep 17 00:00:00 2001 From: Doris Ruppert Date: Tue, 2 May 2023 14:30:33 +0200 Subject: [PATCH] OPMAAS-3800 changes to TP_Mobile_Login --- CN_PROD/slo/TP_Mobile_Login.tf | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/CN_PROD/slo/TP_Mobile_Login.tf b/CN_PROD/slo/TP_Mobile_Login.tf index cf4a3f7..cb67883 100644 --- a/CN_PROD/slo/TP_Mobile_Login.tf +++ b/CN_PROD/slo/TP_Mobile_Login.tf @@ -20,14 +20,18 @@ module TP_Mobile_Login { ) ) ,entityName.in( - ~"GET /api/v1/presentation/profile-account~", - ~"GET /api/v2/presentation/profile-account~", - ~"POST /api/v2/presentation/profile-account~", - ~"GET /api/v1/presentation/profile-tab/contacts~", - ~"/api/v2/cop/login/pwd~", - ~"/api/v2/cop/login/sms~", - ~"/api/v2/cop/sso~", - ~"/api/v2/cop/logout~" + ~"api/v2/cop/login/pwd/nonce~", + ~"api/v2/cop/login/sms/nonce~", + ~"api/v2/cop/sso/nonce~", + ~"api/v2/cop/logout~", + ~"api/v1/cop/message~", + ~"api/v2/cop/slider-captcha~", + ~"api/v1/cop/check-captcha~", + ~"api/v2/deletion/check~", + ~"api/v2/deletion/sms~", + ~"api/v2/deletion/confirm~", + ~"api/v2/export/sms~", + ~"api/v2/export/confirm~" )"))))):splitBy()) EOT