#5 Add support for logout
Closed: Invalid None Opened 9 years ago by adelton.

When attempting to set up external authentication of Spacewalk with Ipsilon, similar to https://fedorahosted.org/spacewalk/wiki/SpacewalkAndIPA, I had to change

        <Location />
            MellonEnable "info"
        [...]
        </Location>

to

        <LocationMatch ^(/saml2|/mellon|/rhn/Login\.do).*>
            MellonEnable "info"
        [...]
        </LocationMatch>

because the Location / caused the application to see authenticated users even in its logout URL, making it re-login immediatelly again.

Simo noted that it might be useful to add logout functionality, to be able to intercept Logout.do and redirect to the idp for logout. Hence this ticket.


Misconfiguration, plus it will be covered by other tickets.

milestone: => 1.0 m1
resolution: => invalid
status: new => closed

Fields changed

milestone: 1.0 m1 => N/A

Metadata Update from @nkinder:
- Issue assigned to simo
- Issue set to the milestone: N/A

7 years ago

Login to comment on this ticket.

Metadata