NIHVIVO-1207 Change the property name to externalAuth.netIdHeaderName
This commit is contained in:
parent
367fbc910c
commit
c7d6f122b3
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class ExternalAuthHelper {
|
||||||
private static final String PROPERTY_EXTERNAL_AUTH_SERVER_URL = "externalAuth.serverUrl";
|
private static final String PROPERTY_EXTERNAL_AUTH_SERVER_URL = "externalAuth.serverUrl";
|
||||||
|
|
||||||
/** This configuration property says which HTTP header holds the username. */
|
/** This configuration property says which HTTP header holds the username. */
|
||||||
public static final String PROPERTY_EXTERNAL_AUTH_USERNAME_HEADER = "externalAuth.headerName";
|
public static final String PROPERTY_EXTERNAL_AUTH_USERNAME_HEADER = "externalAuth.netIdheaderName";
|
||||||
|
|
||||||
// ----------------------------------------------------------------------
|
// ----------------------------------------------------------------------
|
||||||
// static methods
|
// static methods
|
||||||
|
|
Loading…
Add table
Reference in a new issue