Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-bot <dotnet-bot@microsoft.com>2015-10-16 00:43:47 +0300
committerMarek Safar <marek.safar@gmail.com>2016-05-03 12:32:33 +0300
commit8f2487b3ce2817d0d9013981272b876371222f64 (patch)
tree6d69f0f6b4778b89b2307a2c045200f2377ececa /mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/Saml2SecurityTokenHandler.cs
parent5f82524097130bf3e29844adcb47d1695bb14c6b (diff)
Update Reference Sources to .NET Framework 4.6
Diffstat (limited to 'mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/Saml2SecurityTokenHandler.cs')
-rw-r--r--mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/Saml2SecurityTokenHandler.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/Saml2SecurityTokenHandler.cs b/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/Saml2SecurityTokenHandler.cs
index 3911fb6480c..63ea232ef93 100644
--- a/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/Saml2SecurityTokenHandler.cs
+++ b/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/Saml2SecurityTokenHandler.cs
@@ -370,7 +370,7 @@ namespace System.IdentityModel.Tokens
if (this.samlSecurityTokenRequirement.MapToWindows)
{
- // TFS: 153865, [....] WindowsIdentity does not set Authtype. I don't think that authtype should be set here anyway.
+ // TFS: 153865, Microsoft WindowsIdentity does not set Authtype. I don't think that authtype should be set here anyway.
// The authtype will be S4U (kerberos) it doesn't really matter that the upn arrived in a SAML token.
claimsIdentity = this.CreateWindowsIdentity(this.FindUpn(claimsIdentity));
@@ -3447,8 +3447,8 @@ namespace System.IdentityModel.Tokens
}
// We are now laxing the uri check for audience restriction to support interop partners
- // This is a specific request from server : Bug 11850
- // ReadSimpleUriElement now has a flag that turns lax reading ON/OFF.
+ // This is a specific request from server :
+
audienceRestriction = new Saml2AudienceRestriction(ReadSimpleUriElement(reader, UriKind.RelativeOrAbsolute, true));
while (reader.IsStartElement(Saml2Constants.Elements.Audience, Saml2Constants.Namespace))
{