<div dir="ltr">Interesting (and thanks for the reply).<div><br></div><div>&gt; <span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">It would be dangerous and undesirable to let an RP clear the session of the IdP automatically.</span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">I&#39;m curious what makes this dangerous? I definitely understand the SSO angle, since as you point out that is one of the major benefits of using an auth server in the first place. Our problem is that we&#39;re deploying this in a healthcare setting with shared workstations, so we have a regulatory need for users to click a logout button and not have someone else walk up and get back in.</span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">In other words, SSO is fine across multiple applications, but if they do choose to explicitly logout it needs to also be global (and I can&#39;t imagine we would be able to train users to go to the IdP to logout....)</span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">Is this something you (or anyone here) has encountered before? I&#39;m thinking the right solution is just an iframe on the application&#39;s logout page that loads &quot;https://[idb base]/logout&quot;. Is there a more elegant solution?</span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">Cheers,</span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">James</span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 5, 2014 at 7:59 AM, Richer, Justin P. <span dir="ltr">&lt;<a href="mailto:jricher@mitre.org" target="_blank">jricher@mitre.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is intentional behavior, though it can be confusing if you&#39;re thinking in terms of a single application and session. The user&#39;s session at the IdP and the RP are separate from each other. In fact, this behavior is what allows you to do SSO-style behavior in your applications. Since the user still has a session at the IdP and has indicated that they want the IdP to not prompt them to re-log in.<br>
<br>
It would be dangerous and undesirable to let an RP clear the session of the IdP automatically. However, if your app wants to require the user to log in directly in certain situations (say, for example, you know that they&#39;ve recently hit &quot;log out&quot;), you can always pass &quot;prompt=login&quot; in that situation or set a maximum session age. I would not recommend passing that parameter all the time because it will annoy your users if they have to log in to multiple applications, which is a big feature of using an IdP.<br>
<br>
 -- Justin<br>
<div><div class="h5"><br>
On Sep 4, 2014, at 5:23 PM, James Agnew &lt;<a href="mailto:jamesagnew@gmail.com">jamesagnew@gmail.com</a>&gt; wrote:<br>
<br>
&gt; Hello,<br>
&gt;<br>
&gt; Hopefully this isn&#39;t a dumb question, but let&#39;s give it a shot. I have a web application (let&#39;s call it Resource Server) which is secured using a MitreID Connect installation (let&#39;s call it Auth Server). It uses the standard &quot;code&quot; flow, and works fine.<br>
&gt;<br>
&gt; I need to allow the user to explicitly log out of the Resource Server. In the RS the user can click a logout button which clears their session and deletes the token. The problem is that if they try to log in again, the Auth Server automatically grants them a new token without asking for credentials, since the user still has an active session with the Auth Server itself.<br>
&gt;<br>
&gt; So my question is this- Is this a security hole? Should the Auth Server be clearing the user&#39;s session upon calls to &quot;/authorize&quot;? I&#39;m happy to take a crack at implementing that (either as an optional feature or as default behavior) but maybe I&#39;m missing something fundamental.<br>
&gt;<br>
&gt; Cheers,<br>
&gt; James<br>
</div></div>&gt; _______________________________________________<br>
&gt; mitreid-connect mailing list<br>
&gt; <a href="mailto:mitreid-connect@mit.edu">mitreid-connect@mit.edu</a><br>
&gt; <a href="http://mailman.mit.edu/mailman/listinfo/mitreid-connect" target="_blank">http://mailman.mit.edu/mailman/listinfo/mitreid-connect</a><br>
<br>
</blockquote></div><br></div>