Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Possible Typo in Thinktecture.IdentityServer.Core\Endpoint.cs #2

Closed
IronGeek opened this issue Oct 4, 2012 · 1 comment
Closed

Comments

@IronGeek
Copy link

IronGeek commented Oct 4, 2012

Hi Dominick,

I think there's might be a little typo in Thinktecture.IdentityServer.Core\Endpoint.cs here (07112b1)

var hrd = new Uri(baseUriString + Paths.WSFedHRD);
builder = new UriBuilder(passive); // I think line this should be new UriBuilder(hrd);
builder.Scheme = Uri.UriSchemeHttps;
builder.Port = httpsPort;
ep.WSFederationHRD = builder.Uri;

CMIIW

@leastprivilege
Copy link
Member

Thanks!

From: Jakka Prihatna [mailto:notifications@github.com]
Sent: Donnerstag, 4. Oktober 2012 15:54
To: thinktecture/Thinktecture.IdentityServer.45
Subject: [Thinktecture.IdentityServer.45] Possible Typo in Thinktecture.IdentityServer.Core\Endpoint.cs (#2)

Hi Dominick,

I think there's might be a little typo in Thinktecture.IdentityServer.Core\Endpoint.cs here (07112b1https://github.com/thinktecture/Thinktecture.IdentityServer.45/commit/07112b1c79b8ae8f5f2535f098541a1ae656a829)

var hrd = new Uri(baseUriString + Paths.WSFedHRD);

builder = new UriBuilder(passive); // I think line this should be new UriBuilder(hrd);

builder.Scheme = Uri.UriSchemeHttps;

builder.Port = httpsPort;

ep.WSFederationHRD = builder.Uri;

CMIIW


Reply to this email directly or view it on GitHubhttps://github.com/thinktecture/Thinktecture.IdentityServer.45/issues/2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants