[Backlogmanager] [FIWARE-JIRA] (HELP-15686) [fiware-stackoverflow] Not able to Login in keyrock IDM using Nginx

Fernando Lopez (JIRA) jira-help-desk at jira.fiware.org
Wed Apr 10 15:52:00 CEST 2019


     [ https://jira.fiware.org/browse/HELP-15686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fernando Lopez reassigned HELP-15686:
-------------------------------------

    Assignee: Alvaro Alonso

> [fiware-stackoverflow] Not able to Login in keyrock IDM using Nginx
> -------------------------------------------------------------------
>
>                 Key: HELP-15686
>                 URL: https://jira.fiware.org/browse/HELP-15686
>             Project: Help-Desk
>          Issue Type: Monitor
>          Components: FIWARE-TECH-HELP
>            Reporter: Backlog Manager
>            Assignee: Alvaro Alonso
>              Labels: fiware, fiware-keyrock, nginx, nginx-location, url-rewriting
>
> Created question in FIWARE Q/A platform on 09-04-2019 at 15:04
> {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/55594461/not-able-to-login-in-keyrock-idm-using-nginx
> +Question:+
> Not able to Login in keyrock IDM using Nginx
> +Description:+
> I have installed nginx reverse proxy server and fiware keyrock IDM. I want to access fiware keyrock using Nginx server with the url https://"nginx-ip"/key
> My nginx conf is as follows:
> location /idm/ {
>    proxy_set_header   X-Forwarded-Host    $host;
>    proxy_set_header    Host                $host;
>    proxy_set_header    X-Real-IP            $remote_addr;
>    proxy_set_header    X-Forwarded-For        $proxy_add_x_forwarded_for;
>    rewrite ^/idm(/.*)$  $1 break;
>    proxy_pass           https://172.30.66.235:3443;
>    proxy_redirect / /idm/;
>    sub_filter '="/' '="/idm/';
>    sub_filter '= "/' '= "/idm/';
>    sub_filter '=\'/' '=\'/idm/';
>    sub_filter_once off;
>  }
> After configuring the nginx configuration, I am able to load/access keyrock at:
>              https://nginx-ip/idm.
> But when I try to login it doesn't logins and shows the same homepage of keyrock IDM. I have actually done several changes at nginx end but none of it worked. 
> Fiware IDM : https://github.com/ging/fiware-idm/tree/7.5.1



--
This message was sent by Atlassian JIRA
(v6.4.1#64016)


More information about the Backlogmanager mailing list

You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy   Cookies policy