Remove the export of remote_user.

This commit is contained in:
Andrea Dell'Amico 2021-11-04 18:23:30 +01:00
parent af85258707
commit 3e94ecfb16
Signed by: andrea.dellamico
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export default { config, exportBackendHeaders };
function exportBackendHeaders(context){
exportVariable("remote_user", context.authn.verified_token.preferred_username)
// exportVariable("remote_user", context.authn.verified_token.preferred_username)
return context
}
var config = {