From f18e44490057ba6e5fa719fefc47c8fd2e039b04 Mon Sep 17 00:00:00 2001
From: lalber <lukas.alber@iaik.tugraz.at>
Date: Wed, 7 Apr 2021 16:56:26 +0200
Subject: Interface extraction

---
 .../core/api/idp/auth/services/IProtocolAuthenticationService.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

(limited to 'eaaf_core_api/src')

diff --git a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java
index 7387f706..ad48e8ee 100644
--- a/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java
+++ b/eaaf_core_api/src/main/java/at/gv/egiz/eaaf/core/api/idp/auth/services/IProtocolAuthenticationService.java
@@ -36,8 +36,7 @@ public interface IProtocolAuthenticationService {
   String PARAM_GUI_EXTERNAL_ERRORCODE = "extErrorCode";
   String PARAM_GUI_ERRORCODEPARAMS = "errorParams";
   String PARAM_GUI_ERRORSTACKTRACE = "stacktrace";
-  String PARAM_GUI_TICKET = "supportTicket";
-  String PARAM_GUI_REDIRECT = "redirectLink";
+
 
   /**
    * Initialize an authentication process for this protocol request.
-- 
cgit v1.2.3