Send users to CAS from IdP4 after logout

Mathew, Sunil smathew at hbs.edu
Tue Aug 16 18:46:26 UTC 2022


Hi,

In IdP3 I used to send users to CAS after logout using:

    <head>

        <META http-equiv="refresh" content="0;https://cas.hbsstg.org/cas/login">

    </head>

In IdP4 I think I can do the same using:

    <head>

        #if ($promptForSP)

            <meta http-equiv="refresh" content="10;url=$flowExecutionUrl&_eventId=propagate">

        #elseif ($promptForIdP)

            <meta http-equiv="refresh" content="10;url=$flowExecutionUrl&_eventId=local">

        #end

    </head>

Is that correct? If so, where do I set flowExecutionUrl? Any help is appreciated.


Regards,
Sunil

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20220816/86906a99/attachment.htm>


More information about the users mailing list