microsoft / referencesource

Source from the Microsoft .NET Reference Source that represent a subset of the .NET Framework
https://referencesource.microsoft.com/
MIT License
3.17k stars 1.27k forks source link

Schema Claims are unavailable #150

Open Reapism opened 3 years ago

Reapism commented 3 years ago

The Schema resource is unavailable for sometime.

The schema resources for these constants have been down for sometime. I suspect it may just be down, but it has been down for a significant amount of time.

The url for ClaimTypes.CookiePath for example is down, like the rest of them from this class. image

Extra Information

I am configuring ASP.NET Identity options in a new .NET 5 application.

I have a method: private ClaimsIdentityOptions GetClaimsIdentityOptions() { ... }

There is several properties in the ClaimsIdentityOptions that defaults to some of the claims found in the ClaimTypes file.

If these resources are continuing to be down, is this the usage for a .NET 5 ASP.NET Identity still the best available. Or is there a more modern/alternative way. All input is valuable, thank you for reading!

See the source file I am referencing.

KalleOlaviNiemitalo commented 3 years ago

I doubt Microsoft has ever hosted any web pages at those URIs. They are just identifiers that your application can compare as strings.