NIHVIVO-1207 Break the two-part Shibboleth process into two servlets.
This commit is contained in:
parent
f5e910902d
commit
6b049a4814
1 changed files with 12 additions and 3 deletions
|
@ -1107,8 +1107,13 @@
|
|||
</servlet>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>loginShibboleth</servlet-name>
|
||||
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.authenticate.LoginShibboleth</servlet-class>
|
||||
<servlet-name>loginShibbolethSetup</servlet-name>
|
||||
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.authenticate.LoginShibbolethSetup</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet>
|
||||
<servlet-name>loginShibbolethReturn</servlet-name>
|
||||
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.authenticate.LoginShibbolethReturn</servlet-class>
|
||||
</servlet>
|
||||
|
||||
<servlet>
|
||||
|
@ -1292,9 +1297,13 @@
|
|||
<url-pattern>/login</url-pattern>
|
||||
</servlet-mapping>
|
||||
<servlet-mapping>
|
||||
<servlet-name>loginShibboleth</servlet-name>
|
||||
<servlet-name>loginShibbolethSetup</servlet-name>
|
||||
<url-pattern>/loginShibboleth</url-pattern>
|
||||
</servlet-mapping>
|
||||
<servlet-mapping>
|
||||
<servlet-name>loginShibbolethReturn</servlet-name>
|
||||
<url-pattern>/loginShibbolethReturn</url-pattern>
|
||||
</servlet-mapping>
|
||||
<servlet-mapping>
|
||||
<!-- for backward-compatibility -->
|
||||
<servlet-name>login</servlet-name>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue