<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div>
<div style="font-family: Calibri,sans-serif; font-size: 11pt;">Not source routing, but tls pricing.<br>
<br>
Perfectly normal in us govt contractor environments (such as ca technologies) and sso.<br>
<br>
Bur we can pretend otherwise.<br>
<br>
Remember the difference between SSL v2 and ietf SSL v3 / tls. The latter should suddenly facilitated poroxyng, thanks to iesg (and a few academic grants of cash)<br>
<br>
<br>
<br>
Sent from my Windows Phone</div>
</div>
<div dir="ltr">
<hr>
<span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">From:
</span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:ve7jtb@ve7jtb.com">John Bradley</a></span><br>
<span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Sent:
</span><span style="font-family: Calibri,sans-serif; font-size: 11pt;">4/13/2015 3:03 PM</span><br>
<span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">To:
</span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:sakimura@gmail.com">Nat Sakimura</a></span><br>
<span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Cc:
</span><span style="font-family: Calibri,sans-serif; font-size: 11pt;"><a href="mailto:openid-general@lists.openid.net">openid-general@lists.openid.net</a></span><br>
<span style="font-family: Calibri,sans-serif; font-size: 11pt; font-weight: bold;">Subject:
</span><span style="font-family: Calibri,sans-serif; font-size: 11pt;">Re: [OpenID] openID provider / server setting</span><br>
<br>
</div>
<div class="" style="word-wrap:break-word">Nothing stops TLS from working on the loopback. You just can’t access it from another computer without source routing and that would be nasty.
<div class=""><br class="">
</div>
<div class="">I take it that you want to run a AS and client on the same server as programming project.</div>
<div class=""><br class="">
</div>
<div class="">I suspect that running the AS with a self signed certificate on a real IP address and accessing it from another computer would be easier. </div>
<div class=""><br class="">
</div>
<div class="">One alternative might be to run a VM on your computer for the AS so that it can have it’s own network address. You can then run the client on your main computer. </div>
<div class="">Depending on the OS you can probably add entries to your hosts table to make it look nicer.</div>
<div class=""><br class="">
</div>
<div class="">You can give <a href="https://bitbucket.org/PEOFIAMP/phpoidc" class="">https://bitbucket.org/PEOFIAMP/phpoidc</a> a try that should be fairly readable code.</div>
<div class=""><br class="">
</div>
<div class="">It should be fairly easy to set up. I suspect that fussing with self signed certs and your networks setting may take the longest. </div>
<div class="">I would use a VM like VerualBox as the AS myself, because I am lazy and it would be easier to debug.</div>
<div class=""><br class="">
</div>
<div class="">John B.</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Apr 13, 2015, at 6:49 AM, Nat Sakimura <<a href="mailto:sakimura@gmail.com" class="">sakimura@gmail.com</a>> wrote:</div>
<br class="x_Apple-interchange-newline">
<div class="">
<div dir="ltr" class="">I am terribly sorry that I have missed your message. <br class="">
<br class="">
A regular OP needs to serve over HTTPS. Thus, it cannot serve over 127.0.0.1, if that is what you mean by a locally hosted.
<div class="">Instead, you can use Self-Issued provider, which you can find the info at: </div>
<div class=""><a href="http://openid.net/specs/openid-connect-core-1_0.html#SelfIssued" class="">http://openid.net/specs/openid-connect-core-1_0.html#SelfIssued</a><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">Cheers, </div>
<div class=""><br class="">
</div>
<div class="">Nat Sakimura</div>
<div class=""><br class="">
</div>
</div>
<br class="">
<div class="x_gmail_quote">On Sat, Mar 21, 2015 at 5:19 PM Sam DT <<a href="mailto:samdt3263@gmail.com" class="">samdt3263@gmail.com</a>> wrote:<br class="">
<blockquote class="x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
<div dir="ltr" class=""><span class="" style="color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px; line-height:21.2999992370605px">Hi,</span><br class="" style="line-height:21.2999992370605px; color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px">
<br class="" style="line-height:21.2999992370605px; color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px">
<span class="" style="color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px; line-height:21.2999992370605px">I want to make my own local host an openID provider for the purpose of a class assignment.</span><br class="" style="line-height:21.2999992370605px; color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px">
<span class="" style="color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px; line-height:21.2999992370605px">The relying party that i have configured should redirect the user to my localhost page where i have hosted the server for authentication.</span><br class="" style="line-height:21.2999992370605px; color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px">
<span class="" style="color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px; line-height:21.2999992370605px">Can you tell me if this is possible using any openID library?</span><br class="" style="line-height:21.2999992370605px; color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px">
<br class="" style="line-height:21.2999992370605px; color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px">
<span class="" style="color:rgb(68,68,68); font-family:Calibri,sans-serif; font-size:15px; line-height:21.2999992370605px">I should be very thankful</span><br class="">
</div>
_______________________________________________<br class="">
general mailing list<br class="">
<a href="mailto:general@lists.openid.net" target="_blank" class="">general@lists.openid.net</a><br class="">
<a href="http://lists.openid.net/mailman/listinfo/openid-general" target="_blank" class="">http://lists.openid.net/mailman/listinfo/openid-general</a><br class="">
</blockquote>
</div>
_______________________________________________<br class="">
general mailing list<br class="">
<a href="mailto:general@lists.openid.net" class="">general@lists.openid.net</a><br class="">
http://lists.openid.net/mailman/listinfo/openid-general<br class="">
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</body>
</html>