11 lines
416 B
TypeScript
11 lines
416 B
TypeScript
export const REDIRECT_QUERY_PARAM = "rd";
|
|
|
|
// Used as a first factor script parameter for knowing the authorizations
|
|
// related to the domain and resource.
|
|
export const HEADER_X_TARGET_URL = "x-target-url";
|
|
|
|
export const HEADER_X_ORIGINAL_URL = "x-original-url";
|
|
export const HEADER_PROXY_AUTHORIZATION = "proxy-authorization";
|
|
export const HEADER_REDIRECT = "redirect";
|
|
|
|
export const GET_VARIABLE_KEY = "variables"; |