<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p></p>
<div>
<p class="MsoNormal">Hi Justin,<br style="mso-special-character:line-break">
<br style="mso-special-character:line-break">
</p>
<p class="MsoNormal">Thank you for the fast reply!</p>
<p class="MsoNormal">I was able to launch simple-web-app and to perform the authentication.</p>
<p class="MsoNormal">Few questions:</p>
<p class="MsoNormal">What flow is enabled in the demo by default (the authorization flow or the implicit flow)?
<br>
Can I change the default flow?<br>
<br style="mso-special-character:line-break">
</p>
<p class="MsoNormal">Best regards,</p>
<p class="MsoNormal"><span style="mso-spacerun:yes">&nbsp;&nbsp; </span>Michael</p>
</div>
<br>
<p></p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" color="#000000" face="Calibri, sans-serif"><b>From:</b> Justin Richer &lt;jricher@mit.edu&gt;<br>
<b>Sent:</b> Tuesday, August 23, 2016 5:31 PM<br>
<b>To:</b> Michael Furman<br>
<b>Cc:</b> mitreid-connect@mit.edu<br>
<b>Subject:</b> Re: [mitreid-connect] mitreid-connect newbie questions</font>
<div>&nbsp;</div>
</div>
<div>Hi Michael, responses inline.
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Aug 23, 2016, at 9:23 AM, Michael Furman &lt;<a href="mailto:michael_furman@hotmail.com" class="">michael_furman@hotmail.com</a>&gt; wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div id="divtagdefaultwrapper" class="" style="font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; font-size:12pt; background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif">
<pre class="">Hi all,</pre>
<pre class="">I have started to use the <span class="rphighlightallclass">mitreid-connect project and I am very impressed from the project.</span></pre>
<pre class="">&nbsp;</pre>
<pre class="">But I have couple newbie questions.</pre>
<pre class="">&nbsp;</pre>
<pre class="">1) I was able to launch the server according to the following instructions:</pre>
<pre class=""><a id="LPlnk299036" href="https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki/Build-instructions" class="">https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki/Build-instructions</a><br class="">
I can access to the server screen and to see all information.</pre>
<pre class="">The question how I enable the Client?<br class="">
I was confused from the instructions below: </pre>
<pre class=""><a href="https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki/Client-configuration" class="">https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/wiki/Client-configuration</a></pre>
<pre class="">The result of the openid-connect-client package is the jar file.<br class="">
What should I do to enable the OpenID Connect authorization flow (or OpenID Connect implicit flow)?</pre>
<pre class="">Should I include the openid-connect-client jar file in some war application and to configure OIDCAuthenticationFilter?<br class="">
</pre>
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>The .jar file you found is a *library* meant to enable OIDC client functionality in a Spring web application. You need to include it and configure it in that application to make it work.</div>
<br class="">
<blockquote type="cite" class="">
<div class="">
<div id="divtagdefaultwrapper" class="" style="font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; font-size:12pt; background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif">
<pre class="">Do you have an example of WAR with already configured OIDCAuthenticationFilter?<br class=""></pre>
</div>
</div>
</blockquote>
<div>There&#8217;s an example client application here:</div>
<div><br class="">
</div>
<div><a href="https://github.com/mitreid-connect/simple-web-app" class="">https://github.com/mitreid-connect/simple-web-app</a></div>
<blockquote type="cite" class="">
<div class="">
<div id="divtagdefaultwrapper" class="" style="font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; font-size:12pt; background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif">
<pre class=""><br class="">
2) What is located in uma-server-webapp?<br class="">
I read the description that it is &#8220;Deployable package of the User Managed Access (UMA) server extension to MITREid Connect&#8221;.<br class="">
<br class="">
Do you have any additional information?</pre>
</div>
</div>
</blockquote>
<div>This is the User Managed Access (UMA) 1.0 server implementation. The UMA protocol can be found here:</div>
<div><br class="">
</div>
<div><a href="http://kantarainitiative.org/confluence/display/uma/Home" class="">http://kantarainitiative.org/confluence/display/uma/Home</a></div>
<blockquote type="cite" class="">
<div class="">
<div id="divtagdefaultwrapper" class="" style="font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; font-size:12pt; background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif">
<pre class="">&nbsp;</pre>
<pre class="">Thank you in advance for your help.</pre>
<pre class="">&nbsp;</pre>
<pre class="">Best regards,</pre>
<span class="" style="font-size:11pt; line-height:16.866666793823242px; font-family:Calibri,sans-serif"><span class="">&nbsp;&nbsp;<span class="Apple-converted-space">&nbsp;</span></span>Michael<br class="">
<br class="">
</span><br class="">
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>Hope this helps,</div>
<div><br class="">
</div>
<div>&nbsp;&#8212; Justin</div>
<br class="">
<blockquote type="cite" class="">
<div class=""><span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; float:none; display:inline!important">_______________________________________________</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; float:none; display:inline!important">mitreid-connect
 mailing list</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">
<a href="mailto:mitreid-connect@mit.edu" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">mitreid-connect@mit.edu</a><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">
<a href="http://mailman.mit.edu/mailman/listinfo/mitreid-connect" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">http://mailman.mit.edu/mailman/listinfo/mitreid-connect</a></div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</div>
</body>
</html>