Hi All,
I set up a website to use WAAD for authN (but bypassing ACS). When I get my list of claims back, I see the following claim type (one of many of course):
http://schemas.xmlsoap.org/claims/EmailAddress
But shouldn't I instead see:
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/email
(which is defined in System.Security.Claims.ClaimTypes.Email )
OR
http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
(which is defined in System.IdentityModel.Claims.ClaimTypes.Email)
Is anyone else seeing this?
Is there another static string in .NET framework that contains the proper claim type?
Is it a bug?
Thanks,
Ryan